summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2011-11-21 05:51:26 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2011-11-21 05:51:26 (GMT)
commit9826002d2164966a047b32a63935ca28020f46b0 (patch)
treedc37ed290709762d907e84569cd2a00d71fa2992 /ChangeLog
parent0e4ed9f2c8f843a030690790b240153c0a297928 (diff)
downloadtcl-9826002d2164966a047b32a63935ca28020f46b0.zip
tcl-9826002d2164966a047b32a63935ca28020f46b0.tar.gz
tcl-9826002d2164966a047b32a63935ca28020f46b0.tar.bz2
Revise results of the thread-7.28 through thread-7.31 tests to account for the fact they are canceled via a script sent to the thread asynchronously, which then impacts the error message handling. Attempt to manually drain the event queue for the main thread after joining the test thread to make sure no stray events are processed at the wrong time on the main thread. Revise all the synchronization and comparison semantics related to the thread id and error message.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 190984e..c11a0ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,14 @@
* tests/thread.test: Remove unnecessary [after] calls from the thread
tests. Make error message matching more robust for tests that may
have built-in race conditions. Test thread-7.26 must first unset all
- thread testing related variables.
+ thread testing related variables. Revise results of the thread-7.28
+ through thread-7.31 tests to account for the fact they are canceled
+ via a script sent to the thread asynchronously, which then impacts the
+ error message handling. Attempt to manually drain the event queue for
+ the main thread after joining the test thread to make sure no stray
+ events are processed at the wrong time on the main thread. Revise all
+ the synchronization and comparison semantics related to the thread id
+ and error message.
2011-11-18 Joe Mistachkin <joe@mistachkin.com>