summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Merge 8.7. This also fixes [133456085a]jan.nijtmans2022-11-304-15/+51
| | |\ | |_|/ |/| |
* | | Fix for [084ab982fe]: Use -strict to disable noncharactejan.nijtmans2022-11-301-0/+36
|\ \ \
| * | | Proposed fix for [084ab982fe]: Use -strict to disable noncharactersjan.nijtmans2022-11-291-0/+36
| | | |
| | | * Merge 8.7jan.nijtmans2022-11-292-4/+4
| | | |\ | |_|_|/ |/| | |
* | | | make Windows dde (-> 1.4.5) and registry (-> 1.3.7) extensions ready for the ↵jan.nijtmans2022-11-292-4/+4
|/ / / | | | | | | | | | Tcl 9.0 era.
| | * Merge 8.7jan.nijtmans2022-11-281-1/+1
| | |\ | |_|/ |/| |
* | | Use Tcl_Size for ArithSeries.lenjan.nijtmans2022-11-281-1/+1
| | |
| | * Remove "knownBug" constraint: no longer necessaryjan.nijtmans2022-11-251-3/+3
| | |
| | * Merge 8.7jan.nijtmans2022-11-251-1/+1
| | |\ | |_|/ |/| |
* | | (partial) fix for [6978c01b65]jan.nijtmans2022-11-251-1/+1
|\ \ \
| * | | Make "read" throwing a "illegal byte sequence" exception. Doesn't work for ↵jan.nijtmans2022-11-231-1/+1
| | | | | | | | | | | | | | | | "gets" yet.
* | | | Writing characters > \xFF to a binary channel is deprecated, this will start ↵jan.nijtmans2022-11-232-4/+4
|/ / / | | | | | | | | | throwing an exception in Tcl 9.0
| | * Since Tcl 9.0 throws exceptions on an illegal byte sequence (no longer ↵jan.nijtmans2022-11-241-2/+8
| | | | | | | | | | | | simply truncates it), adapt test-case for that
| | * Proposed fix for [da63e4c1e]. First version, not 100% as expected yet.jan.nijtmans2022-11-232-4/+4
| | |
| | * Merge 8.7jan.nijtmans2022-11-231-0/+3
| | |\ | |_|/ |/| |
* | | leave unixInit-3.2 as-isjan.nijtmans2022-11-231-0/+3
| | |
| | * Merge 8.7jan.nijtmans2022-11-233-8/+37
| | |\ | |_|/ |/| |
* | | Progress in fixing [6978c01b65]. Not complete yetjan.nijtmans2022-11-223-5/+34
|\ \ \
| * | | Better -strict checking, with testcasesjan.nijtmans2022-11-222-9/+29
| | | |
| * | | Merge 8.7. More utf-8 checks with --strictjan.nijtmans2022-11-212-3/+12
| | | |
| | | * Merge 8.7jan.nijtmans2022-11-211-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | Mark unixInit-3.2 as "knownBug". See [fccb9f322f]jan.nijtmans2022-11-211-1/+1
|/ / /
| | * merge 8.7dgp2022-11-202-36/+39
| | |\ | |_|/ |/| |
* | | In most testing scenarios, the TCL_LIBRARY variable is masking a bugdgp2022-11-201-0/+3
| | | | | | | | | | | | in system encoding discovery. Adapted test unixInit-3.2 to stop shielding this problem from view.
* | | missing constraintsdgp2022-11-201-36/+36
| | |
* | | Don't use "package require tcltests" any more, as in other testsjan.nijtmans2022-11-201-1/+1
| | |
* | | Constraints http2.9.x make no sense, when testing http2.10jan.nijtmans2022-11-201-12/+10
| | |
* | | close forkdgp2022-11-201-9/+11
|\ \ \
| * \ \ merge 8.6dgp2022-11-2010-27/+23
| |\ \ \ | | |/ /
| | | * Merge 8.7jan.nijtmans2022-11-2013-23/+55
| | | |\ | |_|_|/ |/| | |
| | | |
| \ \ \
*-. \ \ \ Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-2020-30/+62
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / NO votes expected)
| | * | 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.
| * | | TIP 651 implementationapnadkarni2022-11-171-0/+39
| | | |
| | | * Merge 8.7jan.nijtmans2022-11-186-12/+3
| | | |\ | |_|_|/ |/| | |
* | | | merge 8.6dgp2022-11-186-12/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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.
| | * Merge 8.7jan.nijtmans2022-11-151-1/+1
| | |\ | |_|/ |/| |
* | | Make httpd11.tcl work with Tcl 8.6 toojan.nijtmans2022-11-151-1/+1
| | |
| | * Merge 8.7jan.nijtmans2022-11-111-2/+2
| | |\ | |_|/ |/| |
* | | Add (internal) TclNewUIntObj(), and use it to fix TCL_LINK_WIDE_UINT for big ↵jan.nijtmans2022-11-111-2/+2
| | | | | | | | | | | | (>= 2^63) integers. With testcase
| | * Merge 8.7jan.nijtmans2022-11-111-92/+782
| | |\ | |_|/ |/| |
* | | Merge http-bugfixes-2022H2. Fix bugs in recent http.tcl code related to ↵kjnash2022-11-101-92/+782
|\ \ \ | | | | | | | | | | | | https over a proxy server, especially cleanup after a failed CONNECT request to the proxy. Add new tests to httpProxy.test.
| * | | tests/httpProxy.test - add new tests for cleanup (mainly after 407 request) ↵kjnash2022-11-071-0/+638
| | | | | | | | | | | | | | | | by checking that a second request is handled correctly.
| * | | tests/httpProxy.test - test for leftover socket placeholders, improve result ↵kjnash2022-11-071-92/+144
| | | | | | | | | | | | | | | | layout, for https fetch with status 407 expect result SecureProxyFailed not SecureProxy.
| * | | Merge 8.7kjnash2022-11-0710-282/+379
| |\ \ \ | |/ / / |/| | |
| | | * Merge 8.7. lreplace4 bcc instruction and FLT_MAX fixapnadkarni2022-11-051-10/+71
| | | |\ | |_|_|/ |/| | |
* | | | Proposed fix for [85ce4bf928]: Fix for problems with storing Inf with ↵jan.nijtmans2022-11-021-10/+71
|\ \ \ \ | | | | | | | | | | | | | | | [binary format R]
| * | | | [85ce4bf928] Fix for problems with storing Inf with [binary format R].dkf2015-05-151-4/+67
| | | | |
| | | | * Merge 8.7jan.nijtmans2022-11-011-3/+36
| | | | |\ | |_|_|_|/ |/| | | |