diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-04 21:54:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-04 21:54:35 (GMT) |
commit | d206ee3c75c6f7e11fcc83dcc0152edf9dd94831 (patch) | |
tree | b03c6f56285d0cde9144841bd3d5e39c800a868f /tests/chanio.test | |
parent | 8528cc532386d9ff80380afeb132f82c6a2cf25b (diff) | |
download | tcl-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/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 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] |