summaryrefslogtreecommitdiffstats
path: root/tests/utf.test
Commit message (Expand)AuthorAgeFilesLines
* Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
* Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-181-6/+6
* Testcase cleanup: Sync with testcases in core-8-6-branchjan.nijtmans2020-05-131-75/+54
* Unsplit some test-cases and renumber, for testcase which give the same result...jan.nijtmans2020-05-121-100/+46
* More test-case cleanup. Enhance "testutfnext", so it can detect whether bytes...jan.nijtmans2020-05-081-87/+105
* close forkdgp2020-05-071-16/+16
|\
| * Simplify test-cases which don't need the "testbytestring" command to run with...jan.nijtmans2020-05-071-16/+16
* | Same trouble with Tcl_UtfToUniCharDstring. Test and fix.dgp2020-05-071-1/+10
|/
* Test demonstrating bug in ticket [b2816a3afe].dgp2020-05-071-0/+3
* Backport testutfprev/testutfnex testcase improvements from 8.7. This makes te...jan.nijtmans2020-05-061-510/+504
* 3 testcases don't need pairsTo4bytes, fullutf is enough, since the dubble-sur...jan.nijtmans2020-05-061-5/+3
* Properly protect "Invalid" function against lead bytes 0x80-0xBF. This fixes ...jan.nijtmans2020-05-051-25/+34
* Test-case cleanup. Increase timeout a little bit in main.test, making Travis ...jan.nijtmans2020-05-041-41/+50
* D'oh!dgp2020-04-301-1/+1
* Test for [4c591fa487].dgp2020-04-301-0/+9
* Revise constraints to where expectations are met.dgp2020-04-301-3/+5
* Split a test so other builds are covered.dgp2020-04-301-1/+4
* New encoding-15.16 test-case. Fix title of utf 2 test-cases.jan.nijtmans2020-04-301-2/+2
* Renumber test-casesjan.nijtmans2020-04-301-18/+6
* Remove unnecessary quoting in test-cases. Add some more tests for toupper/tol...jan.nijtmans2020-04-301-45/+57
* New test for Tcl_UniCharNcmp.dgp2020-04-291-2/+3
* Correct the tests for variants with no UCS-4 support.dgp2020-04-281-6/+6
* Test the other notation too (as was already done in 8.7+)dgp2020-04-281-0/+54
* Split tests utf-8.5.dgp2020-04-281-1/+7
* Expand coverage of indexing across all variants.dgp2020-04-281-5/+34
* repair numbering botch.dgp2020-04-281-2/+2
* More constrained splits to cover variants.dgp2020-04-281-3/+15
* If we insist on tidy grouping and numbering, lets get it right.dgp2020-04-281-25/+25
* Restore constraint compat with later branches in utf-2.8* tests.dgp2020-04-281-2/+2
* Backport parsing of surrogate-pair change from 8.6 (only for TCL_UTF_MAX=4)jan.nijtmans2020-04-281-81/+111
* Improve the reporting of a failing test. Start testing extended chars.dgp2020-04-271-2/+14
* Parameterize tests of Tcl_UniCharNcasecmpdgp2020-04-271-55/+17
* casedgp2020-04-271-1/+1
* casedgp2020-04-271-2/+2
* constraint fixesdgp2020-04-271-9/+9
* test reconciliationdgp2020-04-271-5/+33
* Pull back another test from 8.7.dgp2020-04-271-1/+3
* bring back new testsdgp2020-04-271-0/+22
* More test reconciliation.dgp2020-04-261-1/+11
* test reconciliationdgp2020-04-261-1/+4
* Refine the constraint. The fact that Tcl stores extended charactersdgp2020-04-261-2/+4
* Continuing test reconciliation.dgp2020-04-261-0/+7
* Bring back a set of tests from 8.6. Invented new constraints to constrain todgp2020-04-261-0/+30
* Two more tests developed during work on [27944a3661].dgp2020-04-241-0/+6
* Fix [1004065]: UTF-8 encoding crashes in UCS-4 modejan.nijtmans2020-04-231-56/+56
|\
* | test number reusedgp2020-04-221-3/+3
* | Collection of tests checking read limit protections calling Tcl_UtfNext.dgp2020-04-221-0/+117
* | Eliminate the -bytestring option of [testutfnext]. No caller needs anything e...dgp2020-04-221-100/+100
|/
* Determine "testConstraint ucs2" without the need for a testcommand. Rename "c...jan.nijtmans2020-04-221-26/+26
* Improve the "testutfnext" command. It can now accept both bytes and strings, ...jan.nijtmans2020-04-211-104/+104