From 2e97ff6575a090c476f6f9ca06e7f1c960f85222 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 13 Sep 2022 15:59:22 +0000 Subject: Mark 2 testcases as knownBug. Looks related to [6978c01b65] --- tests/io.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/io.test b/tests/io.test index 03ed24d..012843c 100644 --- a/tests/io.test +++ b/tests/io.test @@ -8967,7 +8967,7 @@ test io-75.6 {multibyte encoding error read results in raw bytes} -setup { flush $f seek $f 0 fconfigure $f -encoding utf-8 -buffering none -} -body { +} -constraints knownBug -body { set d [read $f] binary scan $d H* hd set hd @@ -9026,7 +9026,7 @@ test io-75.9 {shiftjis encoding error read results in raw bytes} -setup { flush $f seek $f 0 fconfigure $f -encoding shiftjis -buffering none -eofchar "" -translation lf -} -body { +} -constraints knownBug -body { set d [read $f] binary scan $d H* hd set hd -- cgit v0.12