summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Fix refCount crash. Improve ArithSeries regression coverage.griffin2022-11-011-2/+33
| | | | |
| | | | * merge 8.7dgp2022-10-291-1/+3
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | [c7f3977380] Balance stack operations in the mode with no Thread package.dgp2022-10-291-1/+3
| | | | |
| | | | * Update test resultdgp2022-10-281-1/+1
| | | | |
| | | | * Merge 8.7jan.nijtmans2022-10-284-206/+206
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Duplicate test namesdgp2022-10-284-206/+206
| | | | |
| | | | * Merge core-8-branchoehhar2022-10-281-2/+5
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Restore test suite fix. If [try] is too confusing, then I will use [eval].dgp2022-10-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stack is a stack of commands. Test hygiene. This was creating one more thread than it destroyed. In a -singleproc 1 test run, this caused tests in later test files to fail because the stray thread causes test results to be different.
| | | | * TIP #646 correction: let "fconfigure $chan -eofchar" return a single ↵jan.nijtmans2022-10-283-20/+22
| | | | | | | | | | | | | | | | | | | | character, not a list element
| | | | * Merge 8.7jan.nijtmans2022-10-271-5/+2
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | backout [95cb836c8c]: "try [lpop threadStack]", that cannot be rightjan.nijtmans2022-10-271-5/+2
| | | | |
* | | | | try -> catchjan.nijtmans2022-10-271-1/+1
| | | | |
| | | | * Merge 8.7jan.nijtmans2022-10-276-54/+57
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | duplicate test namesdgp2022-10-274-51/+51
| | | | |
* | | | | Test hygiene. This was creating one more thread than it destroyed.dgp2022-10-271-2/+5
| | | | | | | | | | | | | | | | | | | | In a -singleproc 1 test run, this caused tests in later test files to fail because the stray thread causes test results to be different.
* | | | | merge 8.6dgp2022-10-271-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | 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 [8e2d10698b]: ioCmd.test tests need updates for -eofchar changesjan.nijtmans2022-10-271-3/+3
| | | | |
| | | | * Merge 8.7jan.nijtmans2022-10-274-14/+473
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | TIP #468: Support Passing TCP listen Backlog Size Option to TCP Socket Creationjan.nijtmans2022-10-271-10/+10
|\ \ \ \ \
| * \ \ \ \ rebase to 8.7. Add documentationjan.nijtmans2022-10-131-10/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge http-bugfixes-2022H2 - fix ticket 1173760, https over proxy server.kjnash2022-10-263-4/+463
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge 8.7kjnash2022-10-264-124/+135
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Minor changes to http tests.kjnash2022-10-262-2/+5
| | | | | | |
| * | | | | | Fix bug 1173760 (proxy server for https). Add http::config options ↵kjnash2022-10-253-3/+459
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -proxynot, -proxyauth.
| * | | | | | Merge 8.7kjnash2022-10-1928-435/+3696
| |\ \ \ \ \ \
| | | | | | | *-. TIP #646: Change -eofchar handlingjan.nijtmans2022-10-265-31/+31
| | | | | | | |\ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | TIP #646: Change -eofchar handling (Tcl 8.7 part)jan.nijtmans2022-10-262-122/+122
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ TIP #579 implementation: Improved auto_path for Safe Base interpretersjan.nijtmans2022-10-183-181/+2383
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Minor change to -eofchar handlingjan.nijtmans2022-10-162-122/+122
| | | | | | | | | | |
| | | | | | | | | | * Rebase to latest 9.0jan.nijtmans2022-10-234-30/+30
| | | | | | | | | | |\
| | | | | | | | | | | * Merge 9.0jan.nijtmans2022-10-231-8/+8
| | | | | | | | | | | |\
| | | | | | | | | | | * \ Merge 9.0jan.nijtmans2022-10-183-181/+2383
| | | | | | | | | | | |\ \
| | | | | | | | | | | * \ \ Merge 9.0. More strict -eofchar parsingjan.nijtmans2022-10-175-45/+45
| | | | | | | | | | | |\ \ \
| | | | | | | | | | | * \ \ \ Merge 9.0. Change the default -eofchar on Windowsjan.nijtmans2022-10-172-2/+2
| | | | | | | | | | | |\ \ \ \
| | | | | | | | | | | * | | | | new TIP about -eofchar handlingjan.nijtmans2022-10-164-28/+28
| | | | | | | | | | | |/ / / /
| | | | | | | | | * | | | | | Merge 8.7jan.nijtmans2022-10-241-2/+2
| | | | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | / / / / / | | | | | | | | | |/ / / / /
* | | | | | | | | | | | | | Merge 8.6jan.nijtmans2022-10-241-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, ↵jan.nijtmans2022-10-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | env-4.4, env-4.5 testcases on win32
| | | | | | | | | * | | | | Merge 8.7jan.nijtmans2022-10-231-0/+11
| | | | | | | | | |\ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | / | | | | | | | | | | |_|_|/ | | | | | | | | | |/| | |
* | | | | | | | | | | | | Merge 8.7jan.nijtmans2022-10-2015-385/+2589
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Tests and docs for Tcl_GetEncodingNulLengthapnadkarni2022-10-101-0/+11
| | | | | | | | | | | | |
| | | | | | | | | * | | | Fix [20157fbd14]: Failed tests safe-9.[67], since "-autoPath" is addedjan.nijtmans2022-10-181-8/+8
| | | | | | | | | | |_|/ | | | | | | | | | |/| |
| | | | | | | | | * | | Merge 8.7jan.nijtmans2022-10-183-181/+2383
| | | | | | | | | |\ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | / | | | | | | | | | | |/ | | | | | | | | | |/|
| * | | | | | | | | | TIP #579 implementation: Improved auto_path for Safe Base interpretersjan.nijtmans2022-10-183-181/+2383
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | / / / / / / / | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge 8.7jan.nijtmans2022-09-282-0/+314
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge 8.7kjnash2022-09-265-6/+628
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.7kjnash2022-09-2017-82/+557
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge 8.7kjnash2022-08-3150-381/+4228
| | |\ \ \ \ \ \ \ \ \ \ \