summaryrefslogtreecommitdiffstats
path: root/tests/defs.tcl
Commit message (Collapse)AuthorAgeFilesLines
* Modified the tests to use the package tcltestjenn1999-06-261-1087/+0
|
* Merged with tk defs.tcl filejenn1999-06-191-16/+12
|
* Resynced with mainline.rjohnson1999-04-211-1/+1
|
* added a delay to a event to so it can pass on slower machines.hershey1999-04-201-12/+22
|
* moved the ThreadReap command to ::tcltest::threadReap. Now each thread test ↵hershey1999-04-201-2/+93
| | | | | | | | | 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 trunkstanton1999-04-161-0/+990