diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2011-11-18 04:57:05 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2011-11-18 04:57:05 (GMT) |
commit | d385803da8e2091d19290b3bac2c38d8f2287581 (patch) | |
tree | 806b94fc42eca61ca8645d1543da5c02aaef4262 /ChangeLog | |
parent | c0089bebf222935ebedd937985ee0c73de5767de (diff) | |
download | tcl-d385803da8e2091d19290b3bac2c38d8f2287581.zip tcl-d385803da8e2091d19290b3bac2c38d8f2287581.tar.gz tcl-d385803da8e2091d19290b3bac2c38d8f2287581.tar.bz2 |
Refactor all the remaining thread-7.x tests that were using [testthread]. Note that this test file now requires the very latest version of the Thread package to pass all tests. In addition, the thread-7.18 and thread-7.19 tests have been flagged as knownBug because they cannot pass without modifications to the [expr] command, persuant to TIP #392.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2011-11-17 Joe Mistachkin <joe@mistachkin.com> + * tests/thread.test: Refactor all the remaining thread-7.x tests that + were using [testthread]. Note that this test file now requires the + very latest version of the Thread package to pass all tests. In + addition, the thread-7.18 and thread-7.19 tests have been flagged as + knownBug because they cannot pass without modifications to the [expr] + command, persuant to TIP #392. + +2011-11-17 Joe Mistachkin <joe@mistachkin.com> + * generic/tclThreadTest.c: For [testthread cancel], avoid creating a new Tcl_Obj when the default script cancellation result is desired. |