summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the errors raised by execution traces become errors raised bydgp2013-08-151-0/+7
| | | | the traced command, as documented. Deletion of the traced command was supressing that.
* [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-0/+7
|
* Mark unixforkevent-1.1 nonPortable, until proven on more platforms.jan.nijtmans2013-08-051-1/+1
|
* Tcl_InitNotifier: Bug [a0bc856dcd]. jan.nijtmans2013-08-011-0/+45
|\ | | | | Start notifier thread again if we were forked, to solve Rivet bug 55153
| * Fixed test case variable clash with 'folder'rfe_notifier_forkoehhar2013-07-251-6/+6
| |
| * rebasejan.nijtmans2013-07-251-0/+45
| |\
| | * Test-case should pass on Darwin or with non-threaded build as well.jan.nijtmans2013-07-221-8/+3
| | |
| | * Test file tests/unixForkEvent.test addedoehhar2013-07-221-0/+50
| | |
* | | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match.dgp2013-07-261-0/+4
|/ / | | | | Thanks to Tom Lane for passing on the discovery in Postgres.
* | Demonstrate and fix memory leak in Tcl_ParseVar().dgp2013-07-241-0/+21
|/
* Fix uniClass tool which was the real cause for [a876646efe], and add ↵jan.nijtmans2013-06-181-2/+2
| | | | test-case for it.
* Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64jan.nijtmans2013-06-121-2/+2
|
* merge 8.4dgp2013-06-031-1/+1
|\
| * Improve reliability of test httpold-4.12. Thanks AF!dgp2013-06-031-1/+1
| |
| * Update dde to version 1.3.3. jan.nijtmans2013-04-251-41/+53
| | | | | | | | Update registry to version 1.2.2. (the same as distributed with Tcl 8.5.14)
| * Allow URLs that don't have a path, but a query, e.g. ↵jan.nijtmans2013-04-091-0/+14
| | | | | | | | http://example.com?foo=bar and bump http to 2.5.8.
* | Fixed the weird edge case.bug_3613609dkf2013-05-221-0/+3
| |
* | Improved tests.dkf2013-05-221-2/+5
| |
* | Proposed solution for 3613609: lsort -nocase does not sort non-ASCII correctlyjan.nijtmans2013-05-211-0/+3
| |
* | 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+11
|\ \ | |/ | | | | overflows a short int. Thanks to Heikki Linnakangas for the report and the patch.
| * Demand the error message indicating the purpose of the test.bug_3610026dgp2013-04-081-1/+1
| |
| * 3610026 Stop segfault when regexp overflows color limits.dgp2013-04-081-0/+11
| |
* | Allow URLs that don't have a path, but a query, max2013-04-041-0/+13
| | | | | | e.g. http://example.com?foo=bar and bump http to 2.7.12.
* | Tcl 8.5 doesn't have [try]jan.nijtmans2013-03-211-13/+12
| |
* | test suite hygienedgp2013-03-211-1/+2
| |
* | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵jan.nijtmans2013-03-211-33/+18
|\ \ | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed.
| * | Remove duplicated tests. The enhancements to fCmd-30.[12] and the new test ↵jan.nijtmans2013-03-211-33/+18
| | | | | | | | | | | | case fCmd-30.3 were backported from Tcl8.6, but the original tests were not removed.
* | | 2102614 Add ensemble indexing support to [auto_mkindex]. Thanks Brian Griffin.dgp2013-03-211-0/+31
|/ /
* | dup test namesdgp2013-03-201-2/+2
| |
* | 3597000 Consistent [file copy] result.dgp2013-03-191-2/+2
|\ \ | |/
* | [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+22
|\ \ | |/
| * [Bug 2893771]: file stat fails on locked files on win32.jan.nijtmans2013-03-191-0/+22
| |
* | Test independence in fCmd.test.dgp2013-03-191-0/+10
| |
* | [Bug 3606390]: Fix isolation of test string-6.37.dkf2013-03-191-2/+4
| |
* | [Bug 3606387]: Fix isolation of test scan-7.4.dkf2013-03-191-1/+1
| |
* | Test independence in fileSystem.testdgp2013-03-181-5/+18
| |
* | Test independence in unixFCmd.test.dgp2013-03-181-7/+8
| |
* | [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-0/+13
|\ \ | |/
| * [Bug 3608360]: Test to make sure we never let [file exists] do globbing.dkf2013-03-181-0/+13
| |
* | 3606391 trace.test test independencedgp2013-03-111-12/+44
| |
* | [Bug 3606542]: Add missing constraint to test.dkf2013-03-011-1/+1
| |
* | Somewhat tidier, less daunting test.dgp2013-02-271-141/+40
|\ \ | |/
| * A bit more tidiness expressing the new test expression.dgp2013-02-271-2/+35
| |
| * Convert test expression into less imposing form.dgp2013-02-271-3/+7
| |
* | Wrap test-case over multiple linesjan.nijtmans2013-02-271-1/+139
|\ \
| * | Wrap test-case over multiple lines.off_8_4_branchjan.nijtmans2013-02-271-1/+139
| |/
* | [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+5
|\ \ | |/ | | | | Lane for providing the test-case and the patch.
| * [Bug 3606139]: missing error check allows regexp to crash Tcl. Thanks to Tom ↵jan.nijtmans2013-02-271-0/+5
| | | | | | | | Lane for providing the test-case and the patch.
* | 3605719,3605720 Test independence. Thanks Rolf Ade for patches.dgp2013-02-252-10/+26
| |
* | 3605447 Make sure the -clear option to [namespace export] always clears,dgp2013-02-211-0/+8
|\ \ | |/ | | whether or not new export patterns are specified.