summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 07:47:52 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-30 07:47:52 (GMT)
commit809842a942400fa2f099485c2faa3e85d946360d (patch)
treebe55463759384fa2c23bf39db82ee742bd939299 /tests/ioCmd.test
parent6f541de9a3a5684df538e29e14259aecc2addeeb (diff)
parent50912fc63c46a741cbb7fd51f25beae99817eb41 (diff)
downloadtcl-809842a942400fa2f099485c2faa3e85d946360d.zip
tcl-809842a942400fa2f099485c2faa3e85d946360d.tar.gz
tcl-809842a942400fa2f099485c2faa3e85d946360d.tar.bz2
Merge 8.5
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 14c3a4e..5bedcbf 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -25,6 +25,7 @@ package require tcltests
# Custom constraints used in this file
testConstraint testchannel [llength [info commands testchannel]]
+testConstraint knownMsvcBug [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match windows $::env(TRAVIS_OS_NAME)]}]
#----------------------------------------------------------------------
@@ -792,7 +793,7 @@ test iocmd-21.19 {chan create, init failure -> no channel, no finalize} -match g
rename foo {}
set res
} -result {{} {initialize rc* {read write}} 1 {*all required methods*} {}}
-test iocmd-21.20 {Bug 88aef05cda} -setup {
+test iocmd-21.20 {Bug 88aef05cda} -constraints knownMsvcBug -setup {
proc foo {method chan args} {
switch -- $method blocking {
chan configure $chan -blocking [lindex $args 0]