summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. This mainly introduces the overlong check into Tcl_UtfPrev(). 10 t...jan.nijtmans2020-04-241-10/+10
|\
| * Testcase cleanupjan.nijtmans2020-04-231-5/+5
| * Fix [27944a3661]: Taming test utf-6.88jan.nijtmans2020-04-231-122/+171
| |\
| | * Merge 8.6jan.nijtmans2020-04-221-164/+152
| | |\ | | |/ | |/|
| | * Add more test-cases for TCL_UTF_MAX>3jan.nijtmans2020-04-211-132/+209
| | * Proposed fix for [c11e0c5ce4]: Regression in Tcl_UtfCharComplete.jan.nijtmans2020-04-201-27/+109
| | * (cherry-pick): Proposed fix for [27944a3661]: Taming test utf-6.88.jan.nijtmans2020-04-201-5/+17
| * | Merge 8.5jan.nijtmans2020-04-221-35/+50
| |\ \
| | * | Determine "testConstraint ucs2" without the need for a testcommand. Rename "c...jan.nijtmans2020-04-225-34/+30
| * | | Merge 8.5jan.nijtmans2020-04-221-129/+224
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-211-104/+104
| | * remove merge litterdgp2020-04-211-1/+0
| | * Use new testing command to constrain tests to (sizeof(Tcl_UniChar) == 2)dgp2020-04-214-4/+16
| | * Pair every compat85 test with a fullutf test so that we cover all variants.dgp2020-04-201-30/+107
| | * Reconcile tests to the 8.5 branch history.dgp2020-04-201-1/+1
| | *-. merge 8.5dgp2020-04-191-44/+79
| | |\ \
| | | | * typodgp2020-04-191-1/+1
| | | |/
| | | * More test-cases. Fix wrong quoting in testcase utf-10.5jan.nijtmans2020-04-191-8/+44
| | | * Clean-up testcases: Constant use of uppercase in hex-values. Use "testbytestr...jan.nijtmans2020-04-181-141/+137
| | * | Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4jan.nijtmans2020-04-182-131/+129
| | |/
| | * More tests explicitly for Tcl_UtfNext near validity boundary U+110000dgp2020-04-171-0/+6
| | * [493dccc2de] Coverage that Tcl_UtfPrev also checks the upper range validity.dgp2020-04-171-0/+24
| | * Corrections for many tests, changing lead byte \xF4 to \xF2.dgp2020-04-171-46/+46
| | * Backport a collection of tests for consistency between branches.dgp2020-04-171-5/+12
| | * Bring back the test utf-2.11; it fails in a TCL_UTF_MAX=4 build.dgp2020-04-171-0/+8
| * | More test-cases. Mark test-case utf-2.11 as "knownBug", doesn't give the righ...jan.nijtmans2020-04-171-2/+29
| |\ \ | | |/
| | * More test-casesjan.nijtmans2020-04-171-0/+30
| * | more test fixesdgp2020-04-171-5/+5
| * | When supporting 4-byte sequences, make sure the Overlong test does too, anddgp2020-04-171-3/+3
| * | enable the tests on a bug fix branchdgp2020-04-171-4/+4
| * | close forkdgp2020-04-171-4/+4
| |\ \
| | * | Fix build for TCL_UTF_MAX=4. Mark some failing tests with "knownBug". Those ...jan.nijtmans2020-04-161-4/+4
| | * | Fix more test-cases for TCL_UTF_MAX=3jan.nijtmans2020-04-161-1/+1
| * | | Fix the bad tests utf-2.11 and utf-6.88 that expected the wrong results.dgp2020-04-171-2/+2
| |/ /
| * | Adjust test results and implementation for Tcl 8.6 current support ofdgp2020-04-161-7/+7
| * | Merge 8.5. Failing tests for now. To be remedied shortly.dgp2020-04-161-3/+333
| |\ \ | | |/
| | * More tests and fix for overlong handling in revised Tcl_UtfNext.dgp2020-04-161-1/+22
| | * merge 8.5dgp2020-04-161-0/+69
| | |\
| | | * More test coveragedgp2020-04-151-0/+42
| | | * New tests checking Tcl_UtfPrev handling of overlong sequences. Bug demonstrated.dgp2020-04-151-0/+27
| | * | Add test demonstrating that Tcl_UtfNext accepts overlong byte sequences,dgp2020-04-151-3/+3
| | * | Collection of coverage tests for Tcl_UtfNext.dgp2020-04-151-2/+244
| | |/
| * | Add "knownBug" testcase, showing a situation in which Tcl_UtfNext doesn't beh...jan.nijtmans2020-04-161-0/+5
| * | merge 8.5dgp2020-04-141-8/+8
| |\ \ | | |/
| | * Keep the tests consistent.dgp2020-04-141-8/+8
| | * Backport test-cases from 8.6jan.nijtmans2020-04-141-10/+30
* | | Testcase cleanupjan.nijtmans2020-04-231-49/+50
* | | Fix [27944a3661]: Taming test utf-6.88. Long-standing bug in Tcl_UtfNext(). C...jan.nijtmans2020-04-221-5/+5
|\ \ \
| * \ \ Merge 8.7jan.nijtmans2020-04-212-8/+21
| |\ \ \
| * | | | Proposed fix for [27944a3661]: Taming test utf-6.88. jan.nijtmans2020-04-191-5/+17