/generic/

option> Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix winFCmd-19.5 testcase on GitHub actions: Tcl 8.5 is known not to be able ...jan.nijtmans2021-12-011-1/+1
* 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-30