summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Allow empty mode list in [chan create], so that refchans are able to mimic ↵max2023-03-301-5/+5
| | | | the behavior of channels created by [socket -server].
* Clean up after events to avoid errors in later tests that use an event loop.dgp2023-03-171-0/+3
|
* Misspelled constraint created testing noise.dgp2023-03-151-1/+1
|
* Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵jan.nijtmans2023-03-142-2/+2
| | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit
* Fix for issue [ea69b0258a9833cb], crash when using a channel transformation onpooryorick2023-03-131-1/+85
|\ | | | | TCP client socket.
| * Fix for issue [ea69b0258a9833cb], crash when using a channel transformation onpooryorick2023-03-131-1/+85
| | | | | | TCP client socket.
* | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternalapnadkarni2023-03-131-0/+35
| |
* | Make test less fragile to changing set of options.dgp2023-03-101-1/+1
| |
* | Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be ↵jan.nijtmans2023-03-091-4/+11
| | | | | | | | shortened to "-en", but not to "-e" (because there is -eofchar too)
* | Fix tests/tcltest.test testcases (missing "namespace import")jan.nijtmans2023-03-091-3/+3
| |
* | winFCmd-1.24 has different error code on Win 11apnadkarni2023-03-091-1/+2
| |
* | Add "notWsl" test constraints. Clean up many testcasesjan.nijtmans2023-03-085-206/+228
|/
* Merge testchmod fixapnadkarni2023-03-073-58/+74
|\
| * Fix testchmod and associated tests that always failed on Windowsapnadkarni2023-03-073-58/+74
| |
* | Fix [95e287b956]: uninit value use in stringObj-4.2jan.nijtmans2023-03-071-3/+3
|\ \ | |/ |/|
| * Proposed fix for [95e287b956]: uninit value use in stringObj-4.2jan.nijtmans2023-03-061-2/+2
|/
* Add test for [9c5a00c69d], tilde expansion of ~userapnadkarni2023-03-041-0/+10
|
* Test constraint notInCIenv no longer necessary (due to previous fix)jan.nijtmans2023-03-041-4/+1
|
* Fix testcasesjan.nijtmans2023-02-271-20/+4
|
* fill in bug ticket-nrjan.nijtmans2023-02-261-4/+4
|
* Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ↵jan.nijtmans2023-02-261-0/+48
| | | | testcases
* More dstring testcases, extracted from [46dda6fc29]jan.nijtmans2023-02-261-0/+32
|
* Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for ↵jan.nijtmans2023-02-211-0/+6
| | | | utf-16/utf-32
* new testcase encoding-18.1. Testcase cleanupjan.nijtmans2023-01-271-75/+76
|
* Missed one more off-by-one error, also, tests misnumbered for merge forward.Kevin B Kenny2023-01-221-7/+7
|
* Bug [e3dcab1d14] fixKevin B Kenny2023-01-221-0/+37
|
* Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix ↵pooryorick2023-01-151-3/+3
| | | | issues in TclStringCmp when checkEq is 1.
* Newest tests must have most recent releases of http to pass.dgp2022-11-201-9/+13
|
* Bring back the common facilities of the tcltests "package", but use a lessdgp2022-11-189-18/+12
| | | fragile method to gain access to them.
* Test suite hygienedgp2022-11-148-15/+7
| | | | | - Several tests missing the "testdstring" constraint - [package require tcltests] is fragile, and almost all test files that had it were not making use of anything it provides. Removed.
* Revised fix to the -singleproc 1 issue in load.testdgp2022-10-271-3/+3
|
* In a -singleproc 1 test run, [info loaded] can report libraries brought indgp2022-10-271-2/+2
| | | by other test files. Protect the tests that care about that.
* Fix env-2.1, env-2.2, env-2.1, env-2.3, env-2.4, env-3.1, env-4.1, env-4.3, ↵jan.nijtmans2022-10-241-2/+2
| | | | env-4.4, env-4.5 testcases on win32
* Another test related to TIP 623.dgp2022-09-211-0/+5
|
* Proposed fix for [c0bc269178], with testcasejan.nijtmans2022-09-201-0/+7
|
* new testcase proc-7.6jan.nijtmans2022-09-151-1/+8
|
* (adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 ↵jan.nijtmans2022-09-121-2/+2
| | | | sequence
* Ticket [6978c01b65]: as utf-8 is "special", also add invalid/incomplete ↵oehhar2022-09-121-6/+48
| | | | sequence test cases for shiftjis.
* testcase cleanupjan.nijtmans2022-09-121-78/+84
|
* Tests io-75.x tolerant encoding: correct indention and commentsoehhar2022-09-111-29/+29
|
* Ticket [6978c01b65]: add file encoding test io-75.3 with incomplete ↵oehhar2022-09-101-2/+23
| | | | multibyte sequence. This may fail in TCL 9.
* Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but ↵oehhar2022-09-091-0/+33
|\ | | | | | | are ok in 8.6 and 8.7: write unrepresentable character and read invalid multi-byte character
| * Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but ↵oehhar2022-09-091-0/+33
| | | | | | | | are ok in 8.6 and 8.7: write unrepresentable character and read invalid multi-byte character
* | closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ↵sebres2022-09-062-7/+18
|\ \ | | | | | | | | | speed-up all httpd depending tests (removed 50ms delay unneeded in other cases)
| * | closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong ↵sebres2022-09-051-4/+4
| | | | | | | | | | | | URI/proto)
| * | amend to [2641672fff], guarantees a delay to cause a timeout definitely + ↵sebres2022-09-022-2/+2
| | | | | | | | | | | | switch delay-argument from post to get (it expects delay in query string of url)
| * | really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ↵sebres2022-09-022-7/+18
| | | | | | | | | | | | speed-up all httpd depending tests (removed 50ms delay unneeded in other cases)
* | | amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is ↵sebres2022-09-061-2/+4
| | | | | | | | | | | | not set under unix, and win constraint isn't effective yet since it'll be supplied to test as argument in global scope (check moved to test now)
* | | Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-051-1/+39
|/ /
* | Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12jan.nijtmans2022-09-021-1/+1
| |