Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed the tests to use the testConstraints array that the | jenn | 1999-07-01 | 1 | -3/+3 |
| | | | | test harness uses instead of the old name (testConfig). | ||||
* | Fixed style problems in many of the test files. | rjohnson | 1999-06-26 | 1 | -2/+2 |
| | | | | Fixed bug in pkg.test where defs.tcl was still being used. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -29/+30 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | moved the ThreadReap command to ::tcltest::threadReap. Now each thread test ↵ | hershey | 1999-04-20 | 1 | -24/+8 |
| | | | | | | | | | calls threadReap at the beginning and end of the test, inside the test body. This fixes the problem where the test suite was exiting on a call to threadReap (reap was killing the main thread by accident because other tests were leaving threads running and setting mainthread to be the list of running threads). | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -131/+207 |
| | |||||
* | * tclWinSock.c (CreateSocket, TcpAccept): Windows NT creates | stanton | 1998-12-04 | 1 | -1/+213 |
| | | | | | sockets so they are inheritable by default. Turn off this bit so sockets aren't kept open by exec'ed processes. [Bug: 892] | ||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | fixed bug in socket-9.3 {testing EOF stickyness} | hershey | 1998-07-24 | 1 | -12/+12 |
| | |||||
* | plugin updates | welch | 1998-06-27 | 1 | -16/+25 |
| | |||||
* | added test for windows bug | stanton | 1998-05-27 | 1 | -0/+28 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+1344 |