Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow empty mode list in [chan create], so that refchans are able to mimic ↵ | max | 2023-03-30 | 1 | -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. | dgp | 2023-03-17 | 1 | -0/+3 |
| | |||||
* | Misspelled constraint created testing noise. | dgp | 2023-03-15 | 1 | -1/+1 |
| | |||||
* | Add "ucs-2" constraint to encoding-bug-183a1adcc0-5 testcase, otherwise it ↵ | jan.nijtmans | 2023-03-14 | 2 | -2/+2 |
| | | | | | fails with TCL_UTF_MAX>3. Broken by [47857515422b8519|this] commit | ||||
* | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
|\ | | | | | TCP client socket. | ||||
| * | Fix for issue [ea69b0258a9833cb], crash when using a channel transformation on | pooryorick | 2023-03-13 | 1 | -1/+85 |
| | | | | | | TCP client socket. | ||||
* | | Bug [183a1adcc0]. Buffer overflow in Tcl_UtfToExternal | apnadkarni | 2023-03-13 | 1 | -0/+35 |
| | | |||||
* | | Make test less fragile to changing set of options. | dgp | 2023-03-10 | 1 | -1/+1 |
| | | |||||
* | | Adapt 2 testcases (io-39.16/io-39.16a), showing that "-encoding" can be ↵ | jan.nijtmans | 2023-03-09 | 1 | -4/+11 |
| | | | | | | | | shortened to "-en", but not to "-e" (because there is -eofchar too) | ||||
* | | Fix tests/tcltest.test testcases (missing "namespace import") | jan.nijtmans | 2023-03-09 | 1 | -3/+3 |
| | | |||||
* | | winFCmd-1.24 has different error code on Win 11 | apnadkarni | 2023-03-09 | 1 | -1/+2 |
| | | |||||
* | | Add "notWsl" test constraints. Clean up many testcases | jan.nijtmans | 2023-03-08 | 5 | -206/+228 |
|/ | |||||
* | Merge testchmod fix | apnadkarni | 2023-03-07 | 3 | -58/+74 |
|\ | |||||
| * | Fix testchmod and associated tests that always failed on Windows | apnadkarni | 2023-03-07 | 3 | -58/+74 |
| | | |||||
* | | Fix [95e287b956]: uninit value use in stringObj-4.2 | jan.nijtmans | 2023-03-07 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | Proposed fix for [95e287b956]: uninit value use in stringObj-4.2 | jan.nijtmans | 2023-03-06 | 1 | -2/+2 |
|/ | |||||
* | Add test for [9c5a00c69d], tilde expansion of ~user | apnadkarni | 2023-03-04 | 1 | -0/+10 |
| | |||||
* | Test constraint notInCIenv no longer necessary (due to previous fix) | jan.nijtmans | 2023-03-04 | 1 | -4/+1 |
| | |||||
* | Fix testcases | jan.nijtmans | 2023-02-27 | 1 | -20/+4 |
| | |||||
* | fill in bug ticket-nr | jan.nijtmans | 2023-02-26 | 1 | -4/+4 |
| | |||||
* | Proposed fix for [f9eafc3886]: Error handling in zlib comment/filename. With ↵ | jan.nijtmans | 2023-02-26 | 1 | -0/+48 |
| | | | | testcases | ||||
* | More dstring testcases, extracted from [46dda6fc29] | jan.nijtmans | 2023-02-26 | 1 | -0/+32 |
| | |||||
* | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for ↵ | jan.nijtmans | 2023-02-21 | 1 | -0/+6 |
| | | | | utf-16/utf-32 | ||||
* | new testcase encoding-18.1. Testcase cleanup | jan.nijtmans | 2023-01-27 | 1 | -75/+76 |
| | |||||
* | Missed one more off-by-one error, also, tests misnumbered for merge forward. | Kevin B Kenny | 2023-01-22 | 1 | -7/+7 |
| | |||||
* | Bug [e3dcab1d14] fix | Kevin B Kenny | 2023-01-22 | 1 | -0/+37 |
| | |||||
* | Fix issue [8f7fdea2d], string-2.20.1 fails on big endian, and also fix ↵ | pooryorick | 2023-01-15 | 1 | -3/+3 |
| | | | | issues in TclStringCmp when checkEq is 1. | ||||
* | Newest tests must have most recent releases of http to pass. | dgp | 2022-11-20 | 1 | -9/+13 |
| | |||||
* | Bring back the common facilities of the tcltests "package", but use a less | dgp | 2022-11-18 | 9 | -18/+12 |
| | | | fragile method to gain access to them. | ||||
* | Test suite hygiene | dgp | 2022-11-14 | 8 | -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.test | dgp | 2022-10-27 | 1 | -3/+3 |
| | |||||
* | In a -singleproc 1 test run, [info loaded] can report libraries brought in | dgp | 2022-10-27 | 1 | -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.nijtmans | 2022-10-24 | 1 | -2/+2 |
| | | | | env-4.4, env-4.5 testcases on win32 | ||||
* | Another test related to TIP 623. | dgp | 2022-09-21 | 1 | -0/+5 |
| | |||||
* | Proposed fix for [c0bc269178], with testcase | jan.nijtmans | 2022-09-20 | 1 | -0/+7 |
| | |||||
* | new testcase proc-7.6 | jan.nijtmans | 2022-09-15 | 1 | -1/+8 |
| | |||||
* | (adapted) Testcase and fix for [1073daf086]: Bug in handling illegal utf-8 ↵ | jan.nijtmans | 2022-09-12 | 1 | -2/+2 |
| | | | | sequence | ||||
* | Ticket [6978c01b65]: as utf-8 is "special", also add invalid/incomplete ↵ | oehhar | 2022-09-12 | 1 | -6/+48 |
| | | | | sequence test cases for shiftjis. | ||||
* | testcase cleanup | jan.nijtmans | 2022-09-12 | 1 | -78/+84 |
| | |||||
* | Tests io-75.x tolerant encoding: correct indention and comments | oehhar | 2022-09-11 | 1 | -29/+29 |
| | |||||
* | Ticket [6978c01b65]: add file encoding test io-75.3 with incomplete ↵ | oehhar | 2022-09-10 | 1 | -2/+23 |
| | | | | multibyte sequence. This may fail in TCL 9. | ||||
* | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but ↵ | oehhar | 2022-09-09 | 1 | -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 ↵ | oehhar | 2022-09-09 | 1 | -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 ↵ | sebres | 2022-09-06 | 2 | -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 ↵ | sebres | 2022-09-05 | 1 | -4/+4 |
| | | | | | | | | | | | | URI/proto) | ||||
| * | | amend to [2641672fff], guarantees a delay to cause a timeout definitely + ↵ | sebres | 2022-09-02 | 2 | -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 ↵ | sebres | 2022-09-02 | 2 | -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 ↵ | sebres | 2022-09-06 | 1 | -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 Windows | apnadkarni | 2022-09-05 | 1 | -1/+39 |
|/ / | |||||
* | | Mark httpold-4.12 knownBug. See [2641672]: http1.0 failing test: httpold-4.12 | jan.nijtmans | 2022-09-02 | 1 | -1/+1 |
| | |