summaryrefslogtreecommitdiffstats
path: root/tests/event.test
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* TIP #455 proposed implementationjan.nijtmans2022-08-311-5/+2
* TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-2/+2
|\
| * Fix testcases on Windows. Use more "info loaded" as appropriatejan.nijtmans2020-11-241-1/+1
| * Lesser TIP #590 implementation: Only package renaming, no code changesjan.nijtmans2020-11-061-2/+2
| |\
| | * Case-sensitive package namesjan.nijtmans2020-11-031-7/+7
| |/
* | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
|/
* Merge 8.6jan.nijtmans2020-09-041-1/+1
|\
| * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+4
|/
* Testcase event-1.1 (still) fails occasionally on macOSjan.nijtmans2020-08-131-2/+3
* Add and use testservicemode command; replace update by vwaitculler2020-08-081-0/+1
* Re-enable event-1.1, io-50.? and chan-io-50.? test-cases, trying to get a han...jan.nijtmans2020-07-211-4/+4
* Mark chan-io-50.? and event-1.1 as nonPortable (for now): Those sometimes fai...jan.nijtmans2020-07-211-1/+1
* relax the timings of 2 tests, which incidentally fail on Travis CIjan.nijtmans2018-11-291-1/+1
* [16828b3744] [vwait] *must* successfully undo its variable trace, or elsedgp2016-06-161-0/+28
* event tests should continue to work with static Tcltest packagejan.nijtmans2012-07-301-5/+5
* fix event-tests running with tcltest86.dlljan.nijtmans2012-07-301-2/+11
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-281-1/+210
| * | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-201-2/+2
* | | Tidying up and taking better advantage of tcltest2 to make the tests moredkf2010-07-051-386/+387
* | | * changes: Updates for 8.6a1 release.dgp2008-06-201-2/+2
|/ /
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added errordgp2008-03-101-1/+64
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-071-1/+40
* | * generic/tclEvent.c (HandleBgErrors): Make efficient private copydgp2007-03-121-1/+18
* | * unix/tclUnixChan.c (TclUnixWaitForFile):Kevin B Kenny2006-11-271-1/+210
* | Keep most tests from making sockets that are reachable off the machine.dkf2006-11-031-2/+2
* | * tests/*.test: updated all tests to refer explicitly to thetip_278_20061009Miguel Sofer2006-10-091-3/+3
|/
* * Cleaned up, constrained, and reduced the amount of [exec] usagedgp2002-07-101-18/+13
* Made many tests work properly when the current directory is not writable.dkf2002-07-051-29/+21
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-3/+4
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-011-4/+3
* * Corrections to tcltest and the Tcl test suite so that a testdgp2002-06-221-5/+5
* * generic/tclInt.decls:das2002-01-271-2/+4
* fix background error reporting in the absence of a bgerror proc [Bug 219142].Miguel Sofer2001-12-101-1/+15
* Changes from TIP#17 "Redo Tcl's filesystem"vincentdarley2001-07-311-1/+2
* * tests/event.test (event-11.5): Removed hard-coded port numberdkf2001-06-271-3/+3
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* * tests/env.test:jenn1999-08-271-11/+3
* * tests/tcltest.test:jenn1999-08-271-5/+12
* Changed the tests to use the testConstraints array that thejenn1999-07-011-4/+4
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3
* 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-1/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-292/+314