diff options
author | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-05-09 19:09:51 (GMT) |
commit | e20f1abdc32a0550e6c840dcb99c848b39d33537 (patch) | |
tree | 37e4e46bdd84967a8687cefad0aacc23728bf2e9 /tests | |
parent | b085bdf17a65111cfda61a55fbe5aeedd61b5954 (diff) | |
download | tcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.zip tcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.tar.gz tcl-e20f1abdc32a0550e6c840dcb99c848b39d33537.tar.bz2 |
* generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the
test case. Modified [chan postevent] to properly inject the
event(s) into the owner thread's event queue for execution in the
correct context. Renamed the ForwardOpTo...Thread() function to
match with our terminology.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ioCmd.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test index 17c4952..fc47bbf 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -2617,7 +2617,7 @@ test iocmd.tf-24.16 {chan write, note the background flush setup by close due to -constraints {testchannel thread knownBug} test iocmd.tf-24.17.bug3522560 {postevent for transfered channel} \ - -constraints {testchannel thread knownBug} -setup { + -constraints {testchannel thread} -setup { # This test exposes how the execution of postevent in the handler thread causes # a crash if we are not properly injecting the events into the owning thread instead. # With the injection the test will simply complete without crash. |