summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0. Backout previous commitjan.nijtmans2023-03-191-1/+5
|\
| * Merge 8.7jan.nijtmans2023-03-191-1/+5
| |\
| | * Don't let httpd11 depend on the system encoding any more: All text files are ...jan.nijtmans2023-03-191-1/+5
| | * Merge 8.7jan.nijtmans2023-03-172-1/+4
| | |\
| | * \ Merge 8.7apnadkarni2023-03-161-3/+1
| | |\ \
| | * | | Change -encodingprofile to -profileapnadkarni2023-03-166-52/+52
| | * | | Merge 8.7apnadkarni2023-03-145-9/+151
| | |\ \ \
| | * | | | Fix passing of encoding state in testencoding Tcl_UtfToExternalapnadkarni2023-03-131-0/+5
| | * | | | Start on Tcl_ExternalToUtf/Tcl_UtfToExternal testsapnadkarni2023-03-121-0/+96
| | * | | | Merge 8.7apnadkarni2023-03-102-5/+16
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2023-03-082-41/+41
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.7jan.nijtmans2023-03-077-72/+151
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.7 - disable tests on WSLapnadkarni2023-03-026-34/+48
| | |\ \ \ \ \ \ \
| | * | | | | | | | Bug [e778e3f804]. Fix error message for invalid profile name.apnadkarni2023-03-023-1/+13
| | * | | | | | | | Merge 8.7apnadkarni2023-02-281-0/+21
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7apnadkarni2023-02-283-63/+64
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7apnadkarni2023-02-243-18/+18
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Factor out encoding test vectors into separate file so they can be used for f...apnadkarni2023-02-242-633/+656
| | * | | | | | | | | | | Bug [40c61a5d10]. Fix syntax error message.apnadkarni2023-02-242-6/+6
| | * | | | | | | | | | | -strictencoding 1 -> -encodingprofile strict (since the testcases placed back...jan.nijtmans2023-02-231-8/+8
| | * | | | | | | | | | | Remove left-over traces of [0a74820b6d], which was merged into the apn-encodi...jan.nijtmans2023-02-231-382/+92
| | * | | | | | | | | | | New signature for Tcl_ExternalToUtfDStringEx and Tcl_UtfToExternalDStringEx a...apnadkarni2023-02-231-4/+20
| | * | | | | | | | | | | Merge 8.7apnadkarni2023-02-232-14/+19
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix gcc warnings and encoding error message (bug [40c61a5d10])apnadkarni2023-02-231-2/+2
| | * | | | | | | | | | | | Merge 8.7apnadkarni2023-02-221-1/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add ICU tests for unmapped characters.apnadkarni2023-02-222-0/+1895
| | * | | | | | | | | | | | | Rework ICU tests to check validity of whole charmap in one test, else too man...apnadkarni2023-02-211-33/+54
| | * | | | | | | | | | | | | Add UTF16 and UTF32 testsapnadkarni2023-02-201-56/+137
| | * | | | | | | | | | | | | Remove knownBug test constraints now that fix has been merged from core-8-branchapnadkarni2023-02-191-66/+65
| | * | | | | | | | | | | | | Minor refactoring/fixes after mergeapnadkarni2023-02-181-2/+2
| | * | | | | | | | | | | | | Merge 8.7 to pick up UTF-8 encoding fixapnadkarni2023-02-182-4/+10
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Done with invalid utf-8 tableapnadkarni2023-02-181-37/+241
| | * | | | | | | | | | | | | | Part way through utf-8 test equivalence classesapnadkarni2023-02-171-197/+306
| | * | | | | | | | | | | | | | Merge 8.7apnadkarni2023-02-171-6/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Bit more work on encoding test framework. Long way to go.apnadkarni2023-02-161-139/+288
| | * | | | | | | | | | | | | | | Start on expanding encoding testsapnadkarni2023-02-151-25/+171
| | * | | | | | | | | | | | | | | Merge 8.7apnadkarni2023-02-152-3/+158
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Tentative fix for [bd1a60eb9] - surrogates in strict utf-8apnadkarni2023-02-121-2/+3
| | * | | | | | | | | | | | | | | | Minor fixes and testsapnadkarni2023-02-122-2/+7
| | * | | | | | | | | | | | | | | | Added 'encoding profiles'apnadkarni2023-02-121-0/+9
| | * | | | | | | | | | | | | | | | Minor readability changesapnadkarni2023-02-121-1/+1
| | * | | | | | | | | | | | | | | | Partial implementation of replace profileapnadkarni2023-02-111-0/+3
| | * | | | | | | | | | | | | | | | Add equivalent tests from ff630bf370apnadkarni2023-02-091-3/+15
| | * | | | | | | | | | | | | | | | Merge core-8-branchapnadkarni2023-02-075-132/+428
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | Fix test io-75.14.pooryorick2023-02-041-1/+1
| | | * | | | | | | | | | | | | | | | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets] pooryorick2023-02-031-90/+380
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | Fix for [b8f575aa2398b0e4] and [154ed7ce564a7b4c], double-[read]/[gets]pooryorick2023-02-021-158/+292
| | | | * | | | | | | | | | | | | | | | For [read] and [gets] encoding errors, use "-result read" in return options pooryorick2023-01-081-45/+96
| | | | * | | | | | | | | | | | | | | | Merge py-b8f575aa23: Fix for [154ed7ce56], Tcl 9: [gets] on -strictencoding 1...pooryorick2023-01-021-2/+30
| | | | * | | | | | | | | | | | | | | | Add test for [gets] in non-strict mode after an encoding error.pooryorick2022-12-301-0/+22