summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Disable test that fails in CI environmentsdkf2020-11-161-1/+6
* | Fixed some tests, added trial macOS builddkf2020-11-149-27/+46
* | Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test whic...jan.nijtmans2020-11-061-2/+2
* | Correct casing of "packageName" argument in Tcl_StaticPackage() call and "loa...jan.nijtmans2020-11-061-3/+0
* | Simplify testcases using "incr"jan.nijtmans2020-10-303-57/+57
* | Add "{}" around many "expr" commands in testcases. Also in doc/expr.njan.nijtmans2020-10-3046-593/+595
* | Fix implib filenames (adapted from Mingw2's 006-proper-implib-name.mingw.patch)jan.nijtmans2020-10-291-0/+12
|\ \ | |/
| * 3 new testcasesjan.nijtmans2020-10-291-0/+12
| * (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ...jan.nijtmans2020-10-091-38/+34
* | Fix [48898ab5f6a0d957]: Too few is better than not enough? (Inconsistent erro...jan.nijtmans2020-10-266-24/+24
* | Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-2/+2
* | Fix [014ade1d44]: Misleading error message when using "-path" multiple times ...jan.nijtmans2020-10-081-0/+6
* | (slightly) better error-message for invalid http -headers option. This works ...jan.nijtmans2020-09-301-1/+1
* | Remove wrong copy of test case http-3.2oehhar2020-09-291-3/+0
* | Ticket [0063cbcada]: check http::geturl -headers parameter to be a dict.oehhar2020-09-291-0/+6
* | It's "utf-8", not "utf8" or "UTF8"jan.nijtmans2020-09-254-13/+13
* | Fix for [b9ecf3ce98], [uplevel] unnecessarily generates string representation.pooryorick2020-09-191-0/+17
* | Tcl 8.6 should not be tested with "package prefer latest" any more: All inclu...jan.nijtmans2020-09-171-1/+0
* | 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
* | Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. Tha...jan.nijtmans2020-09-1410-21/+21
* | Rename safe-stock86.test to safe-stock.testjan.nijtmans2020-09-091-11/+6
* | TIP #581: Last possible master/slave -> parent/child changes, without affecti...jan.nijtmans2020-09-056-99/+99
* | Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-04140-273/+312
* | TIP #581: Mainly documentation and some testcasesjan.nijtmans2020-09-041-89/+89
* | Merge 8.5 jan.nijtmans2020-09-022-4/+6
|\ \ | |/
* | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-0128-544/+544
* | opt package: Change comment. 0.4.7 -> 0.4.8.jan.nijtmans2020-08-314-44/+44
* | 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 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
| | * | | | | | | | merge 8.5sebres2020-08-281-0/+4
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | tests/regexp.test: added missing test that cover indices if running on string...sebres2020-08-281-0/+4
| | | * | | | | | | Suppress tests that fail starting with OSX Mojave.dgp2020-08-211-2/+4
| * | | | | | | | | Merge 8.6kjnash2020-08-271-2/+6
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | Fix for http bug c2dc1da315. Add tests. Add detail about -handler to http(n...kjnash2020-08-241-0/+178
| * | | | | | | | | Merge 8.6kjnash2020-08-222-4/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Bugfixes to the earlier fix of bug cb0373bb33, which broke HTTP/1.0 transacti...kjnash2020-08-122-2/+38
* | | | | | | | | | Update safe.test for new error message.kjnash2020-08-281-4/+4
* | | | | | | | | | Merge 8.6kjnash2020-08-271-2/+6
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Testcase chan-io-50.1 still fails sometimes on MacOSX. So put same measures i...jan.nijtmans2020-08-261-2/+6
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Try another Travis buildkjnash2020-08-241-2/+2