| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep most tests from making sockets that are reachable off the machine. | dkf | 2006-11-03 | 1 | -2/+2 |
|
|
* | Use test constraints properly instead of looking in tcl_platform | dkf | 2006-03-21 | 1 | -40/+4 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * tests/unixInit.test (7.1): Alternative fix for the | dgp | 2005-04-28 | 1 | -6/+6 |
|
|
* | * tests/unixInit.test: Disabled obsolete tests and removed code | dgp | 2005-04-15 | 1 | -57/+24 |
|
|
* | * tests/unixInit.test (2.1-4): Added constraints so that when a | dgp | 2004-12-08 | 1 | -5/+15 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -24/+85 |
|
|
* | * generic/tclInterp.c: Restored several directories to the search | dgp | 2004-11-22 | 1 | -10/+7 |
|
|
* | * tests/unixInit.test: Removed "knownBug" constraints to prompt | dgp | 2004-11-19 | 1 | -9/+9 |
|
|
* | * tests/fileName.test: | das | 2004-11-11 | 1 | -3/+3 |
|
|
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 1 | -18/+18 |
|
|
* | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 1 | -2/+5 |
|
|
* | * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition of | dgp | 2004-06-10 | 1 | -21/+45 |
|
|
* | * tests/winPipe.test: Protect against path being set | dgp | 2004-05-25 | 1 | -2/+3 |
|
|
* | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. | dgp | 2004-05-05 | 1 | -2/+7 |
|
|
* | * tests/unixInit.test (unixInit-3.1): Default encoding on Darwin | dgp | 2004-04-06 | 1 | -2/+4 |
|
|
* | * tests/basic.test: Made several tests more robust to the | dgp | 2004-02-25 | 1 | -4/+4 |
|
|
* | add constraints to unixInit-7.1 | hobbs | 2004-02-18 | 1 | -2/+4 |
|
|
* | * tests/unixInit.test (unixInit-7.1): | hobbs | 2004-02-17 | 1 | -1/+14 |
|
|
* | * tests/unixInit.test (unixInit-2.10): New test to expose [Bug 832657] | dgp | 2003-11-05 | 1 | -1/+35 |
|
|
* | unset path to make it work for singleproc runs | hobbs | 2002-12-04 | 1 | -2/+2 |
|
|
* | * tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 | dgp | 2002-07-24 | 1 | -3/+5 |
|
|
* | * Improved constraints to protect /tmp. [Bug 581403] | dgp | 2002-07-15 | 1 | -5/+7 |
|
|
* | * Cleaned up, constrained, and reduced the amount of [exec] usage | dgp | 2002-07-10 | 1 | -50/+48 |
|
|
* | * Fixes to test suite when there's a space | dgp | 2002-05-08 | 1 | -2/+2 |
|
|
* | * Corrected restore of ::env(LANG). | dgp | 2001-10-10 | 1 | -2/+3 |
|
|
* | * Updated test to support | dgp | 2001-09-06 | 1 | -5/+8 |
|
|
* | * Corrected | dgp | 2001-08-27 | 1 | -9/+3 |
|
|
* | * Corrected expected result | dgp | 2001-08-24 | 1 | -2/+4 |
|
|
* | typo fix | dgp | 2001-07-12 | 1 | -2/+2 |
|
|
* | Got test unixInit-2.8 to stop wiping out parts of my debug installation by | dkf | 2001-07-12 | 1 | -2/+4 |
|
|
* | * tests/unixInit.test (unixInit-2.8): Changed test back to using | dgp | 2001-07-03 | 1 | -5/+36 |
|
|
* | Fix for Bug #438070 I believe; for various reasons, testing on the | dkf | 2001-07-03 | 1 | -17/+30 |
|
|
* | * tests/unixInit.test (unixInit-2.8): Corrected test for all | dgp | 2001-07-02 | 1 | -3/+21 |
|
|
* | Removed requirement for local echo service; thanks Jeff for pointing | dkf | 2001-06-28 | 1 | -9/+34 |
|
|
* | Unix channels now have the right type associated with them [bug #219137] | dkf | 2001-06-18 | 1 | -8/+21 |
|
|
* | 2001-01-04 Don Porter <dgp@users.sourceforge.net> | dgp | 2001-01-04 | 1 | -1/+19 |
|
|
* | * tests/*.test: Changed all occurances of "namespace import | ericm | 2000-04-10 | 1 | -2/+2 |
|
|
* | * unix/README: | hobbs | 2000-02-10 | 1 | -1/+5 |
|
|
* | * tests/tcltest.test: | jenn | 1999-10-19 | 1 | -2/+3 |
|
|
* | Do additional checks to unset any environment variables set, changed or | jenn | 1999-07-08 | 1 | -14/+8 |
|
|
* | Made test encoding test understand platform differences. | rjohnson | 1999-07-07 | 1 | -3/+7 |
|
|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -4/+4 |
|
|
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
|
|
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -10/+11 |
|
|
* | merged 8.1.0 changes into mainline | stanton | 1999-04-24 | 1 | -3/+3 |
|
|
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -2/+2 |
|
|
* | fixed bugs in tests--bug id 1769 | hershey | 1999-04-19 | 1 | -2/+1 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -0/+205 |
|
|