summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵jan.nijtmans2012-07-301-4/+3
| | | | environment variable now, which makes "exit" do the same thing.
* fix load-9.1 test case, when testing using tcltest86.dlljan.nijtmans2012-07-301-1/+1
|
* Less strictness about exactly which dll versions are testedjan.nijtmans2012-07-303-7/+9
|
* Fix various test when run outside of the build environment [3549770]jan.nijtmans2012-07-303-10/+16
|
* Add checks whether we are testing the right dll'sjan.nijtmans2012-07-302-1/+7
|
* fix info.test testsjan.nijtmans2012-07-301-10/+7
|
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-2965-0/+197
| | | | combination with tcltest86.dll to do that (Windows only)
* [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-283-23/+14
|\
| * Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-283-20/+9
| |
| * [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-283-17/+17
| |
| * use backslash and braces in regexpjan.nijtmans2012-07-231-1/+1
| |
| * Bug #3547593: fcmd test failures on Windows 7 WOW64jan.nijtmans2012-07-231-49/+9
| |
| * fix fCmd-6.19 testcase on win32 (can't read "tmpspace": no such variable)jan.nijtmans2012-07-191-0/+1
| |
* | fix bug [3545366]: Win32 link normalization test failuresjan.nijtmans2012-07-191-1/+1
| |
* | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209]max2012-07-081-0/+7
| |
* | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ | |/ | | Bump msgcat version to 1.4.5
| * merge trunkjan.nijtmans2012-06-283-5/+13
| |\ | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
* | \ [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-0/+8
|\ \ \ | | |/ | |/|
| * | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-0/+8
| | |
* | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-3/+3
|\ \ \ | |/ /
| * | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-3/+3
| |\ \
| | * | Cygwin network pathname supportbug_1536227jan.nijtmans2012-06-221-3/+3
| | |/
* | | some wrong versionsjan.nijtmans2012-06-241-2/+2
|\ \ \ | |/ /
| * | some wrong versionsjan.nijtmans2012-06-241-2/+2
| |/
| * [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-3/+3
| |\
* | \ [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-0/+6
|\ \ \ | |/ /
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-0/+6
| |\ \ | | | | | | | | update registry version to 1.2.2
| | * | add test case for very long value names and valuesjan.nijtmans2012-06-201-0/+6
| | |/
* | | alternative fix for [a7e00a0e02] breakage: just make surejan.nijtmans2012-06-151-13/+14
| | | | | | | | | that the variable $tmpspace is always set
* | | fix fCmd-6.19 on win32, which was broken by [a7e00a0e02]jan.nijtmans2012-06-141-7/+7
| | |
* | | add test that triggered reporting of [Bug 3530230]dkf2012-06-121-0/+14
|\ \ \ | |/ /
| * | add test that triggered reporting of [Bug 3530230]dkf2012-06-121-0/+14
| | |
* | | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-111-0/+9
|\ \ \ | |/ / | | | table can tolerate either order of teardown, interp first, or Proc first.
| * | 3532959 Arrange for every lambda to place an entry in the linePBodyPtr hash ↵dgp2012-06-101-0/+8
| | | | | | | | | | | | | | | | | | | | | table. Then the two teardowns of data in that table synchronize so that the first to run signals the other not to operate. Test proc-7.4 in a mem debug build of Tcl will detect Bug 3532959 by crashing.
* | | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-120/+130
| | | | | | | | | | | | arrays are not
* | | 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 ↵bug_3530536jan.nijtmans2012-06-011-0/+16
|/ / / | | | | | | | | | don't update the checksum, other streams do.
* | | 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
| | | | |
* | | | | [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
| | |/ / | |/| |
* | | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-231-0/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this.
| * | | | Add test showing both loss of bytes and empty-fileevent frenzy.ferrieux2012-05-201-0/+18
| | | | |