diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 14:16:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 14:16:37 (GMT) |
commit | f24bab84df2f1940c0a8004c4ee69c3c48da3126 (patch) | |
tree | 9186c8132b0b991dcfb12ac8a66153d5281a153b /tests/chanio.test | |
parent | 6416a20fd8e2a665f23a1df31e0881b7a91185d4 (diff) | |
download | tcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.zip tcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.tar.gz tcl-f24bab84df2f1940c0a8004c4ee69c3c48da3126.tar.bz2 |
Branch meant for bug-fixing [5be203d6ca]: io-7.3 and chanio-7.3 fail in debug mode
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index fc8620f..c5d3aca 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -1090,10 +1090,9 @@ test chan-io-7.2 {FilterInputBytes: split up character in middle of buffer} -bod } -cleanup { chan close $f } -result {10 1234567890 0} -# This testcase fails in "debug" builds. See: [5be203d6ca] test chan-io-7.3 {FilterInputBytes: split up character at EOF} -setup { set x "" -} -constraints {testchannel ndebug} -body { +} -constraints {testchannel} -body { set f [open $path(test1) w] chan configure $f -encoding binary chan puts -nonewline $f "1234567890123\x82\x4F\x82\x50\x82" |