summaryrefslogtreecommitdiffstats
path: root/tests/async.test
Commit message (Collapse)AuthorAgeFilesLines
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-0/+3
| | | | combination with tcltest86.dll to do that (Windows only)
* [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-3/+1
|\
| * [Bug 1774689] async-4.3 sometimes fails. (backport)ferrieux2011-08-191-1/+1
| |
* | [Bug 1774689] async-4.3 sometimes fails.ferrieux2011-08-191-1/+1
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ | | | | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
* | | * tests/async.test (async-4.*): Reduce obscurity of these tests bydkf2010-03-241-36/+32
|/ / | | | | | | | | putting the bulk of the code for them inside the test body with the help of [apply].
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-3/+2
| | | | | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file
* | Massive test cleanup; all tests are run, and constraints are used where ↵dkf2004-05-191-34/+36
| | | | | | | | necessary.
* | Miguel Sofer's patch (with small revisions) to make sure the bytecode enginedkf2003-11-161-12/+68
| | | | | | | | checks for async events fairly frequently. [Bug 746722]
* | * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-1/+14
|/ | | | | | | | | | * tests/basic.test: Bug 489537, Tcl's longstanding failure to * tests/dict.test: properly quote any leading '#' character * tests/dstring.test: when generating the string rep of a list * tests/list.test: so that the comment-power of that character * tests/parse.test: is hidden from any [eval], in order to * tests/util.test: satisfy the documentation that [list] does [eval]-safe quoting.
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
| | | | ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948].
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-3/+22
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-03-261-0/+131