diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2012-05-02 21:40:00 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2012-05-02 21:40:00 (GMT) |
commit | dd7509394d75de72ef1663a2d35377506f23d00d (patch) | |
tree | e8d586494cda66038dadf40a123d4462dd9c43b1 /tests/ioCmd.test | |
parent | 6fd14b4021e31bbdbc45e5b767b50f05d4e55823 (diff) | |
download | tcl-dd7509394d75de72ef1663a2d35377506f23d00d.zip tcl-dd7509394d75de72ef1663a2d35377506f23d00d.tar.gz tcl-dd7509394d75de72ef1663a2d35377506f23d00d.tar.bz2 |
Disable offending test iocmd.tf-24.16, pending fix in refchan code explored in branch bug-3522560.
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 6b1da73..1d34861 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} + -constraints {testchannel thread knownBug} # --- === *** ########################### # method cgetall |