summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* making the -dictionary option work with streamsdkf2012-06-061-2/+2
* more tests, more failures, more docsdkf2012-06-061-9/+59
* more test tinkeringdkf2012-06-051-3/+6
* better test that dictionaries workdkf2012-06-051-5/+7
* merge trunkdkf2012-06-055-62/+98
|\
| * 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
| |\
| | * 3530533 Add comments to failing tests.dgp2012-06-051-0/+6
| * | [Bug 3530536]: zlib-7.4 fails on IRIX64jan.nijtmans2012-06-011-0/+16
| |\ \
| | * | two more testcases, showing that only the "deflate" and "inflate" streams don...bug_3530536jan.nijtmans2012-06-011-0/+16
| |/ /
| * | 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflictdgp2012-06-011-62/+70
| |\ \ | | |/
| | *-. Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357dgp2012-06-012-65/+116
| | |\ \
| | * \ \ merge 8.5dgp2012-05-243-12/+198
| | |\ \ \ | | | |/ /
| | * | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp.sebres2012-04-191-43/+46
| * | | | [Bug 3531089] Added test to stop this from happening againdkf2012-05-311-0/+5
| * | | | Prevented intermittent test failure due to race condition.dkf2012-05-311-0/+1
* | | | | merge trunkdkf2012-05-311-1/+47
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-281-22/+22
| * | | | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| | | |/ | | |/|
* | | | merge trunkdkf2012-05-246-16/+149
|\ \ \ \ | |/ / /
| * | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-0/+18
| |\ \ \
| | * | | Add test showing both loss of bytes and empty-fileevent frenzy.ferrieux2012-05-201-0/+18
| * | | | Increase the timer resolution of test io-29.33b so the timing sensitivitydgp2012-05-221-3/+3
| * | | | Use [package prefer latest] to force valgrinding to use a version of Thread s...dgp2012-05-211-0/+1
| * | | | Update requirements to avoid old buggy Thread releases.dgp2012-05-211-1/+1
| * | | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+16
| |\ \ \ \
| | * | | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-1/+1
| | * | | | merge trunkjan.nijtmans2012-05-101-1/+115
| | |\ \ \ \
| | * | | | | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-081-2/+2
| | * | | | | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-081-2/+2
| | * | | | | merge trunkdkf2012-05-063-15/+18
| | |\ \ \ \ \
| | * | | | | | add some testsdkf2012-05-031-0/+14
| * | | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-5/+105
| | |_|_|/ / / | |/| | | | |
* | | | | | | merge trunkdkf2012-05-174-17/+184
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Cancel the timeout timers! If this isn't done, lingering timers from dgp2012-05-171-0/+16
| * | | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-6/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-171-6/+16
| * | | | | | [Bug 3527618]: Stabilize tests that use [info frame 0]dkf2012-05-171-4/+4
| * | | | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-5/+146
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-1/+177
| * | | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | merge trunkdkf2012-05-131-1/+115
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Undone part of change [32d93a8414], keeping [chan postevent] synchronous for ...andreask2012-05-091-1/+1
| * | | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-091-1/+1
| * | | | | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes theandreask2012-05-091-0/+114
| | |_|/ / | |/| | |
* | | | | merge trunkdkf2012-05-043-15/+18
|\ \ \ \ \ | |/ / / /
| * | | | 3428754 Test socket-14.2 tolerate [socket -async] connection that connectsdgp2012-05-031-9/+12
| * | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-5/+5
| |\ \ \ \ | | |/ / /
| | * | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-5/+5
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-5/+5