diff options
author | Joe Mistachkin <joe@mistachkin.com> | 2011-11-21 05:51:26 (GMT) |
---|---|---|
committer | Joe Mistachkin <joe@mistachkin.com> | 2011-11-21 05:51:26 (GMT) |
commit | 9826002d2164966a047b32a63935ca28020f46b0 (patch) | |
tree | dc37ed290709762d907e84569cd2a00d71fa2992 /ChangeLog | |
parent | 0e4ed9f2c8f843a030690790b240153c0a297928 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |