summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Change version number of http package from 2.9.5 -> 2.10.0a1, since it's ↵jan.nijtmans2020-09-171-1/+1
|\ | | | | | | | | different from the 2.9.5 version in Tcl 8.6.x. Use "$idx >= 0" check in stead of "$idx > -1" everywhere.
| * Tcl 8.6 should not be tested with "package prefer latest" any more: All ↵jan.nijtmans2020-09-171-1/+0
| | | | | | | | included packages are supposed to be stable. Not to be merged to 8.7 (which still contains unstable packages)
* | one more testdgp2020-09-151-0/+3
|\ \
| * | Add test for [string replace] troubles.dgp2020-09-151-0/+3
| | |
* | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementationjan.nijtmans2020-09-153-0/+25
|\ \ \ | |/ /
| * | Tests string-12.2[45].* and fixes to INST_STRING_RANGE.dgp2020-09-021-0/+14
| | |
| * | Test lindex-18.0 demonstrates same issue with INST_LIST_INDEXdgp2020-09-021-0/+8
| | |
| * | Add test-case util-9.59, which demonstrates bug [b5777d3d32]jan.nijtmans2020-08-251-0/+3
| | |
* | | Merge 8.6jan.nijtmans2020-09-141-1/+1
|\ \ \ | | |/ | |/|
| * | Unbreak winFCmd-1.38 testcase on Windowsjan.nijtmans2020-09-141-1/+1
| | |
| * | Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-1/+1
| | | | | | | | | Eliminate many unnecessary type-casts to (unsigned)
* | | Merge 8.6jan.nijtmans2020-09-1410-17/+17
|\ \ \ | |/ /
| * | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-1410-21/+21
| | | | | | | | | | | | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* | | Use $index<0 in stead of $index==-1 consistantlyjan.nijtmans2020-09-111-1/+1
| | |
* | | Merge 8.6jan.nijtmans2020-09-101-1/+1
|\ \ \ | |/ /
* | | Merge 8.6jan.nijtmans2020-09-091-14/+9
|\ \ \ | |/ /
| * | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
| | |
| * | TIP #581: Last possible master/slave -> parent/child changes, without ↵jan.nijtmans2020-09-056-99/+99
| | | | | | | | | | | | affecting anything serious
* | | Backout [c1a376375e0e6488]: imported namespace ensemble command name ↵jan.nijtmans2020-09-051-96/+0
| | | | | | | | | | | | | | | distorted during deletion trace on the import. According to Travis, there's a memory leak which needs to be fixed first.
* | | Merge 8.6jan.nijtmans2020-09-04152-223/+277
|\ \ \ | |/ /
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-04140-273/+312
| | | | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | | Merge 8.6jan.nijtmans2020-09-041-89/+89
|\ \ \ | |/ /
| * | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-89/+89
| | |
* | | Merge 8.6jan.nijtmans2020-09-022-4/+6
|\ \ \ | |/ /
| * | Merge 8.5 jan.nijtmans2020-09-022-4/+6
| |\ \ | | | | | | | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis
* | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distortedpooryorick2020-09-011-0/+96
| | | | | | | | | | | | during deletion trace on the import
* | | | Merge 8.6jan.nijtmans2020-09-0129-355/+355
|\ \ \ \ | |/ / /
| * | | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-0128-544/+544
| | | |
* | | | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-317-248/+248
|\ \ \ \ | |/ / /
| * | | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-314-44/+44
| | | | | | | | | | | | More Master -> Parent and Slave -> Child changes in (internal) library and test-cases
* | | | Merge 8.6. More documentation updatesjan.nijtmans2020-08-314-35/+35
|\ \ \ \ | |/ / /
| * | | Implement TIP #581: Master/Slavejan.nijtmans2020-08-311-4/+4
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2020-08-194-221/+331
| | |\ \ \
| | * \ \ \ Merge 8.6jan.nijtmans2020-08-032-67/+85
| | |\ \ \ \
| | * \ \ \ \ Merge 8.6jan.nijtmans2020-07-263-4/+41
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-212-7/+7
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-07-203-28/+25
| | |\ \ \ \ \ \ \
| | * | | | | | | | New TIP #581 implementationjan.nijtmans2020-07-171-4/+4
| | | | | | | | | |
* | | | | | | | | | Merge safe-extra-tests-8-7. This removes tests/safe-stock86.test, replaces ↵kjnash2020-08-304-6/+989
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with tests appropriate for 8.7, including zipfs.
| * \ \ \ \ \ \ \ \ \ Merge 8.7kjnash2020-08-304-2/+230
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Disable textcase safe-stock86-7.4, because http 1 is no longer present in ↵jan.nijtmans2020-08-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Tcl 8.7 distribution
* | | | | | | | | | | Merge 8.6jan.nijtmans2020-08-2916-47/+1288
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge 8.6kjnash2020-08-283-2/+227
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge 8.6kjnash2020-08-281-0/+11
| | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge 8.5sebres2020-08-281-1/+8
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|/ / | | | | |/| | | | | | | |
| | | | * | | | | | | | | tests/regexp.test: more tests for -indices by multi-byte utf-8 (considering ↵sebres2020-08-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -start position now)
| | | * | | | | | | | | | merge 8.5sebres2020-08-281-0/+4
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / /
| | | | * | | | | | | | | tests/regexp.test: added missing test that cover indices if running on ↵sebres2020-08-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string containing multi-byte utf-8 chars (de/ru, byte offsets != char offsets)
| | | | * | | | | | | | | Suppress tests that fail starting with OSX Mojave.dgp2020-08-211-2/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge 8.6kjnash2020-08-271-2/+6
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / /