summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-07-02 18:36:55 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-07-02 18:36:55 (GMT)
commit63388cf7125641be65b052cd4895973642373192 (patch)
treed14decb1e66ee37b3fd26ce569222c4893c6d5b8 /ChangeLog
parent355700202704a63305f30f528cb7000a2f575cb2 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a1e2dfb..765ba81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]