summaryrefslogtreecommitdiffstats
path: root/tests/chanio.test
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-07-05 05:52:58 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-07-05 05:52:58 (GMT)
commit3106ce90c036540cf65bee367d720242140e391a (patch)
treee69be673271370e6a45177fd654236cb78108087 /tests/chanio.test
parent3135d809f53a454377a4497cd20563a3ea061e3b (diff)
parent0109dc8279103bead1cf16cc465c20bd190847b7 (diff)
downloadtcl-3106ce90c036540cf65bee367d720242140e391a.zip
tcl-3106ce90c036540cf65bee367d720242140e391a.tar.gz
tcl-3106ce90c036540cf65bee367d720242140e391a.tar.bz2
Merge 8.7 - Bug [5be203d6ca] - io-7.3 failure
Diffstat (limited to 'tests/chanio.test')
-rw-r--r--tests/chanio.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index 8a27acb..5a793d6 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"