From 0d75817bea5cb6ff2ce05f74d915a609b00f04de Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 17 Nov 2023 12:15:57 +0000 Subject: Add "knownBug" constraint to new testcase: io-52.20.1 --- tests/io.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/io.test b/tests/io.test index f3402f3..c2a82b0 100644 --- a/tests/io.test +++ b/tests/io.test @@ -7655,12 +7655,12 @@ test io-52.20 {TclCopyChannel & encodings} -setup { close $out } -returnCodes 1 -match glob -result {error reading "file*": invalid or incomplete multibyte or wide character} -test io-52.20.1 {TclCopyChannel & read encoding error & tell position} -setup { +test io-52.20.1 {TclCopyChannel & read encoding error & tell position, bug [a173f9229]} -setup { set out [open $path(utf8-fcopy.txt) w] fconfigure $out -encoding utf-8 -translation lf puts $out "AÁ" close $out -} -constraints {fcopy} -body { +} -constraints {fcopy knownBug} -body { # binary to encoding => the input has to be # in utf-8 to make sense to the encoder -- cgit v0.12