summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2011-11-18 04:57:05 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2011-11-18 04:57:05 (GMT)
commitd385803da8e2091d19290b3bac2c38d8f2287581 (patch)
tree806b94fc42eca61ca8645d1543da5c02aaef4262 /ChangeLog
parentc0089bebf222935ebedd937985ee0c73de5767de (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0932130..7a0df64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.