diff options
author | andreask <andreask> | 2012-05-09 22:28:42 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-05-09 22:28:42 (GMT) |
commit | 2454e655e137710903fe501014aa0de7550297cc (patch) | |
tree | 10a287ec5db41cc48ec30c89bdee41e5db5d4bd9 /tests/ioCmd.test | |
parent | e20f1abdc32a0550e6c840dcb99c848b39d33537 (diff) | |
download | tcl-2454e655e137710903fe501014aa0de7550297cc.zip tcl-2454e655e137710903fe501014aa0de7550297cc.tar.gz tcl-2454e655e137710903fe501014aa0de7550297cc.tar.bz2 |
Undone part of change [32d93a8414], keeping [chan postevent] synchronous for owner == handler.
Diffstat (limited to 'tests/ioCmd.test')
-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 fc47bbf..cf913ff 100644 --- a/tests/ioCmd.test +++ b/tests/ioCmd.test @@ -2614,7 +2614,7 @@ test iocmd.tf-24.16 {chan write, note the background flush setup by close due to rename foo {} unset res } -result {{write rc* ABC} {watch rc* write} {} BG {write rc* ABC}} \ - -constraints {testchannel thread knownBug} + -constraints {testchannel thread} test iocmd.tf-24.17.bug3522560 {postevent for transfered channel} \ -constraints {testchannel thread} -setup { |