summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-31 08:26:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-07-31 08:26:58 (GMT)
commit3ab4e9ca24a8f7e98e3f7e3040130ba4e3caf2dc (patch)
tree9596b5546b5882b8b19a2f1e1cf8086c704337d1 /tests/cmdAH.test
parent809842a942400fa2f099485c2faa3e85d946360d (diff)
parent61fa73a80ffe7bd7131dc59cacd7b8dcab57a3f7 (diff)
downloadtcl-3ab4e9ca24a8f7e98e3f7e3040130ba4e3caf2dc.zip
tcl-3ab4e9ca24a8f7e98e3f7e3040130ba4e3caf2dc.tar.gz
tcl-3ab4e9ca24a8f7e98e3f7e3040130ba4e3caf2dc.tar.bz2
Mark 6 failing tests as knownMsvcBug. To be investigated.
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r--tests/cmdAH.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test
index b58da67..a1b3d40 100644
--- a/tests/cmdAH.test
+++ b/tests/cmdAH.test
@@ -30,6 +30,7 @@ testConstraint linkDirectory [expr {
($::tcl_platform(osVersion) >= 5.0
&& [lindex [file system [temporaryDirectory]] 1] eq "NTFS")
}]
+testConstraint knownMsvcBug [expr {![info exists ::env(TRAVIS_OS_NAME)] || ![string match windows $::env(TRAVIS_OS_NAME)]}]
global env
set cmdAHwd [pwd]
@@ -1328,7 +1329,7 @@ test cmdAH-25.2.1 {Tcl_FileObjCmd: owned} -constraints unix -setup {
test cmdAH-25.3 {Tcl_FileObjCmd: owned} {unix notRoot} {
file owned /
} 0
-test cmdAH-25.3.1 {Tcl_FileObjCmd: owned} -constraints win -body {
+test cmdAH-25.3.1 {Tcl_FileObjCmd: owned} -constraints {win knownMsvcBug} -body {
file owned $env(windir)
} -result 0
test cmdAH-25.4 {Tcl_FileObjCmd: owned} -body {