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 | 675af037ae80376f329f9c1100635cfea7182a19 (patch) | |
| tree | e8d586494cda66038dadf40a123d4462dd9c43b1 | |
| parent | 705a4980e3edde26965b3f0558fc55158527d618 (diff) | |
| download | tcl-675af037ae80376f329f9c1100635cfea7182a19.zip tcl-675af037ae80376f329f9c1100635cfea7182a19.tar.gz tcl-675af037ae80376f329f9c1100635cfea7182a19.tar.bz2 | |
Disable offending test iocmd.tf-24.16, pending fix in refchan code explored in branch bug-3522560.
| -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 |
