summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-04-14 18:00:52 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-04-14 18:00:52 (GMT)
commit1be77f417e95d3afb2fe656716045099bca44351 (patch)
tree38e95b5789a61af583e7e9c52c68c2a3bf1e49fe /ChangeLog
parent341d48cddf65091ad525bc922760bd5fd87e86d7 (diff)
downloadtcl-1be77f417e95d3afb2fe656716045099bca44351.zip
tcl-1be77f417e95d3afb2fe656716045099bca44351.tar.gz
tcl-1be77f417e95d3afb2fe656716045099bca44351.tar.bz2
* tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):
Added comments to the test that it can fail on a heavily loaded system.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d75713..3882953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of
'struct timezone' in the call to 'gettimeofday'. [Bug 1942197].
+ * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a):
+ Added comments to the test that it can fail on a heavily loaded
+ system.
2008-04-10 Andreas Kupries <andreask@activestate.com>