diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-07-02 18:36:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-07-02 18:36:55 (GMT) |
commit | 63388cf7125641be65b052cd4895973642373192 (patch) | |
tree | d14decb1e66ee37b3fd26ce569222c4893c6d5b8 /ChangeLog | |
parent | 355700202704a63305f30f528cb7000a2f575cb2 (diff) | |
download | tcl-63388cf7125641be65b052cd4895973642373192.zip tcl-63388cf7125641be65b052cd4895973642373192.tar.gz tcl-63388cf7125641be65b052cd4895973642373192.tar.bz2 |
tests/io.test: Changed several tests to run the event
loop rather than just calling [update] periodically, avoiding
intermittent failures (usually in io-29.32) that stemmed from
unreaped processes on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-02 Kevin B. Kenny <kennykb@acm.org> + + * tests/io.test: Changed several tests to run the event + loop rather than just calling [update] periodically, avoiding + intermittent failures (usually in io-29.32) that stemmed from + unreaped processes on Windows. + 2004-07-01 Vince Darley <vincentdarley@users.sourceforge.net> * tests/fileSystem.test: Added test for [Bug 970529] |