diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-04-14 18:00:52 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-04-14 18:00:52 (GMT) |
commit | 1be77f417e95d3afb2fe656716045099bca44351 (patch) | |
tree | 38e95b5789a61af583e7e9c52c68c2a3bf1e49fe /ChangeLog | |
parent | 341d48cddf65091ad525bc922760bd5fd87e86d7 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |