| Commit message (Expand) | Author | Age | Files | Lines |
* | More dstring testcases, extracted from [46dda6fc29] | jan.nijtmans | 2023-02-26 | 1 | -0/+32 |
|
|
* | Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u... | jan.nijtmans | 2023-02-21 | 1 | -0/+6 |
|
|
* | 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 issue... | pooryorick | 2023-01-15 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Test suite hygiene | dgp | 2022-11-14 | 8 | -15/+7 |
|
|
* | 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 |
|
|
* | 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, e... | jan.nijtmans | 2022-10-24 | 1 | -2/+2 |
|
|
* | 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 se... | jan.nijtmans | 2022-09-12 | 1 | -2/+2 |
|
|
* | Ticket [6978c01b65]: as utf-8 is "special", also add invalid/incomplete seque... | oehhar | 2022-09-12 | 1 | -6/+48 |
|
|
* | 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 multibyte... | oehhar | 2022-09-10 | 1 | -2/+23 |
|
|
* | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but a... | oehhar | 2022-09-09 | 1 | -0/+33 |
|\ |
|
| * | Ticket [6978c01b65]: add file encoding tests, which should fail in 9.0, but a... | oehhar | 2022-09-09 | 1 | -0/+33 |
|
|
* | | closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and speed-u... | sebres | 2022-09-06 | 2 | -7/+18 |
|\ \ |
|
| * | | closes [2641672fff], httpd - don't parse delay argument by error 400 (wrong U... | sebres | 2022-09-05 | 1 | -4/+4 |
|
|
| * | | amend to [2641672fff], guarantees a delay to cause a timeout definitely + swi... | sebres | 2022-09-02 | 2 | -2/+2 |
|
|
| * | | really closes [2641672fff] - resolved timing sensitivity of httpold-4.12 and ... | sebres | 2022-09-02 | 2 | -7/+18 |
|
|
* | | | amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is no... | sebres | 2022-09-06 | 1 | -2/+4 |
|
|
* | | | 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 |
|
|
* | | Fix a case of lf not being flushed in certain cases when the crlf sequence ge... | max | 2022-08-04 | 1 | -0/+9 |
|/ |
|
* | cherry-pick branch apn-apply-bug (only test without the fix) to 8.6 | sebres | 2022-07-27 | 1 | -0/+11 |
|\ |
|
| * | Make testapplylambda work on Windows with gcc too | jan.nijtmans | 2022-07-25 | 1 | -0/+2 |
|
|
| * | Fix and test crash using apply when the passed argument | apnadkarni | 2022-07-22 | 1 | -0/+9 |
|
|
| * | Fix build with -DTCL_NO_DEPRECATED | jan.nijtmans | 2022-07-13 | 1 | -1/+1 |
|
|
| * | Fix [b79df322a9]. Tcl_GetUnicode/Tcl_NewUnicodeObj crash. Add tests | apnadkarni | 2022-07-12 | 1 | -0/+12 |
|
|
| * | Fix Windows console fconfigure tests to require interactive constraint. | apnadkarni | 2022-07-12 | 1 | -9/+10 |
|
|
| * | Add "win" constraints to tests/winConsole.test, and change one expected test-... | jan.nijtmans | 2022-07-11 | 1 | -4/+4 |
|
|
| * | Bypass reader thread for blocking reads. | apnadkarni | 2022-07-10 | 1 | -11/+9 |
|
|
| * | Fix channel close on thread exit if other threads exist. Add winconsole tests. | apnadkarni | 2022-07-05 | 1 | -32/+205 |
|
|
| * | Merge core-8-branch | apnadkarni | 2022-07-04 | 6 | -11/+126 |
| |\ |
|
| | * | TIP #607: -failindex option for encoding convertto/convertfrom | jan.nijtmans | 2022-07-02 | 3 | -8/+123 |
| | |\ |
|
| | | * | Merge 8.7 | jan.nijtmans | 2022-06-15 | 10 | -84/+154 |
| | | |\ |
|
| | | * \ | Merge 8.7. Renumber testcases in cmdAH.test. | jan.nijtmans | 2022-03-21 | 5 | -50/+71 |
| | | |\ \ |
|
| | | * \ \ | Rebase towards 8.7 | jan.nijtmans | 2022-03-17 | 3 | -8/+123 |
| | | |\ \ \ |
|
| | | | * | | | Eliminate "deprecated" constraint: doens't exist in 9.0 any more. Also remove... | jan.nijtmans | 2022-03-17 | 4 | -5/+5 |
|
|
| | | | * | | | TIP607 encoding failindex: also implement encoding convertto, move tests to c... | oehhar | 2022-03-17 | 2 | -31/+119 |
|
|
| | | | * | | | Merge 9.0 | jan.nijtmans | 2022-03-17 | 8 | -32/+28 |
| | | | |\ \ \ |
|
| | | | | * \ \ | Merge 8.7 | jan.nijtmans | 2022-03-17 | 8 | -46/+80 |
| | | | | |\ \ \ |
|
| | | | * | | | | | TIP607 encoding failindex: correct test which works now. | oehhar | 2022-03-15 | 1 | -1/+1 |
|
|
| | | | * | | | | | TIP607 encoding failindex: test correction | oehhar | 2022-03-15 | 1 | -3/+4 |
|
|