diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-15 23:09:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-15 23:09:12 (GMT) |
commit | 6e418192f389787e410c4a421bd4d6e00d8b258e (patch) | |
tree | e12a8bce89ca83ff7667f9a9b83c66e9ae224f44 /ChangeLog | |
parent | ce77e262200ad395011337df26e7e52292d83c17 (diff) | |
download | tcl-6e418192f389787e410c4a421bd4d6e00d8b258e.zip tcl-6e418192f389787e410c4a421bd4d6e00d8b258e.tar.gz tcl-6e418192f389787e410c4a421bd4d6e00d8b258e.tar.bz2 |
* Increased timeout values so that tests have
time to successfully complete even on slow/busy machines. [Bug 523470]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,6 @@ TCL_CONTINUE returns from procs. Patch by Don Porter [Bug 536955]. -2002-04-15 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclExecute.c: * tests/compile.test: made bytecodes check for a catch before returning; the compiled [return] is otherwise non-catchable. @@ -14,6 +12,9 @@ 2002-04-15 Don Porter <dgp@users.sourceforge.net> + * tests/socket.test: Increased timeout values so that tests have + time to successfully complete even on slow/busy machines. [Bug 523470] + * doc/tcltest.n: * library/tcltest/tcltest.tcl: * tests/tcltest.test: Revised [tcltest::test] to return errors |