diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 14:10:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-07-03 14:10:34 (GMT) |
commit | 3d98702f4592b02dee7b963d566407db562fb962 (patch) | |
tree | fec572bb24a2b892251b2ca30e72df0e8135c0b1 /tests/chanio.test | |
parent | 78c9978aa144e618d1a5e20309accc5ba83e6ac5 (diff) | |
parent | 6416a20fd8e2a665f23a1df31e0881b7a91185d4 (diff) | |
download | tcl-3d98702f4592b02dee7b963d566407db562fb962.zip tcl-3d98702f4592b02dee7b963d566407db562fb962.tar.gz tcl-3d98702f4592b02dee7b963d566407db562fb962.tar.bz2 |
Merge 8.7
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 5a793d6..8a27acb 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -1090,9 +1090,10 @@ 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} -body { +} -constraints {testchannel ndebug} -body { set f [open $path(test1) w] chan configure $f -encoding binary chan puts -nonewline $f "1234567890123\x82\x4F\x82\x50\x82" |