summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-04 21:54:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-04 21:54:35 (GMT)
commitd206ee3c75c6f7e11fcc83dcc0152edf9dd94831 (patch)
treeb03c6f56285d0cde9144841bd3d5e39c800a868f /tests
parent8528cc532386d9ff80380afeb132f82c6a2cf25b (diff)
downloadtcl-d206ee3c75c6f7e11fcc83dcc0152edf9dd94831.zip
tcl-d206ee3c75c6f7e11fcc83dcc0152edf9dd94831.tar.gz
tcl-d206ee3c75c6f7e11fcc83dcc0152edf9dd94831.tar.bz2
Starting with [51d813943bcaf835], chan-io-52.10 and io-52.10 are failing on the Windows (with Visual Studio) environment. For now, disable the testcases.
Diffstat (limited to 'tests')
-rw-r--r--tests/chanio.test2
-rw-r--r--tests/io.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/chanio.test b/tests/chanio.test
index d6a969a..5c0dba4 100644
--- a/tests/chanio.test
+++ b/tests/chanio.test
@@ -6873,7 +6873,7 @@ test chan-io-52.9 {TclCopyChannel & encodings} {fcopy} {
[file size $path(utf8-fcopy.txt)] \
[file size $path(utf8-rp.txt)]
} {3 5 5}
-test chan-io-52.10 {TclCopyChannel & encodings} {fcopy} {
+test chan-io-52.10 {TclCopyChannel & encodings} {fcopy notWinCI} {
# encoding to binary (=> implies that the internal utf-8 is written)
set in [open $path(kyrillic.txt) r]
set out [open $path(utf8-fcopy.txt) w]
diff --git a/tests/io.test b/tests/io.test
index fdcc52a..88ad425 100644
--- a/tests/io.test
+++ b/tests/io.test
@@ -7435,7 +7435,7 @@ test io-52.9 {TclCopyChannel & encodings} {fcopy} {
[file size $path(utf8-fcopy.txt)] \
[file size $path(utf8-rp.txt)]
} {3 5 5}
-test io-52.10 {TclCopyChannel & encodings} {fcopy} {
+test io-52.10 {TclCopyChannel & encodings} {fcopy notWinCI} {
# encoding to binary (=> implies that the
# internal utf-8 is written)