summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorandreask <andreask>2012-05-09 19:09:51 (GMT)
committerandreask <andreask>2012-05-09 19:09:51 (GMT)
commit77fc0e1330207148cd7a2e3c27a788ad2fed3cb0 (patch)
tree37e4e46bdd84967a8687cefad0aacc23728bf2e9 /tests/ioCmd.test
parent8a18bdefa3ff38b52d35a5cb1420dfe24b2e4c6a (diff)
downloadtcl-77fc0e1330207148cd7a2e3c27a788ad2fed3cb0.zip
tcl-77fc0e1330207148cd7a2e3c27a788ad2fed3cb0.tar.gz
tcl-77fc0e1330207148cd7a2e3c27a788ad2fed3cb0.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/ioCmd.test')
-rw-r--r--tests/ioCmd.test2
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.