summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-213-22/+26
* Test demonstrating bug [26649439c7].dgp2021-04-141-0/+3
* Backport utf testcase tweaks from 8.7. No change for ucs-2jan.nijtmans2021-04-121-75/+75
* Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-111-3/+3
* Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-031-28/+64
* Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-191-0/+4
* Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
* TclWordEnd was removed in 8.1, so those testcases cannot be run anymorejan.nijtmans2020-12-041-66/+0
* Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
* Fix winFCmd testcase. Add --disable-shared and TCL_UTF_MAX=4 builds to github...jan.nijtmans2020-11-271-29/+5
* Handle github actions test failures. Backported from 8.6jan.nijtmans2020-11-194-17/+21
* Enhance misleading test-case utf-6.23 with better diagnostics: Byte 0xE8 is t...jan.nijtmans2020-11-181-6/+6
* Add github actions build. Use Titlecase in Tcl_StaticPackagejan.nijtmans2020-11-182-10/+10
* 3 new testcasesjan.nijtmans2020-10-291-0/+12
* (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-38/+34
* tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering -...sebres2020-08-281-1/+8
* tests/regexp.test: added missing test that cover indices if running on string...sebres2020-08-281-0/+4
* Suppress tests that fail starting with OSX Mojave.dgp2020-08-211-2/+4
* Backport changes in tcltest package from higher Tcl versions.jan.nijtmans2020-07-202-7/+7
* Testcase cleanup: Sync with testcases in core-8-6-branchjan.nijtmans2020-05-131-75/+54
* clock.test: more tests for negative month offsets over threshold of a year (i...sebres2020-05-131-0/+18
* 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-0412-78/+87
* 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-302-2/+7
* 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