Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | * tests/README: Direct [source] of *.test files is no longer | dgp | 2003-04-01 | 1 | -21/+40 |
| | | | | | recommended. The tests/*.test files should only be evaluated under the control of the [runAllTests] command in tests/all.tcl. | ||||
* | * tests/README: Noted removal of defs.tcl. | dgp | 2002-08-08 | 1 | -2/+2 |
| | |||||
* | slight wording improvements | hobbs | 2002-08-08 | 1 | -2/+5 |
| | |||||
* | * Updated the instructions on running and adding to the test suite. | dgp | 2002-07-01 | 1 | -82/+22 |
| | | | | | Also updated several tests, mostly to correctly create and destroy any temporary files in the [temporaryDirectory] of tcltest. | ||||
* | typos | jenn | 1999-08-31 | 1 | -10/+9 |
| | |||||
* | * library/tcltest1.0/tcltest.tcl: | jenn | 1999-08-31 | 1 | -12/+44 |
| | | | | | | | * doc/tcltest.n: * tests/README: Modified testConstraints variable so that it isn't unset every time ::tcltest::initConstraints is called and cleaned up documentation in the README file and the man page. | ||||
* | Modified the tests to use the package tcltest | jenn | 1999-06-26 | 1 | -327/+18 |
| | |||||
* | 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 | -1/+3 |
| | | | | | | | | | 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 | -81/+408 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+96 |