summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-09-15 17:05:21 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-09-15 17:05:21 (GMT)
commit8420222eb4f39f6ca8119376c1bd160e622cf986 (patch)
treeab7bc781f22457e089aa4d6b6360248cc88d7f8f
parent2766b53d261822dfce8fa4a8b6c158837436fcfb (diff)
downloadtcl-8420222eb4f39f6ca8119376c1bd160e622cf986.zip
tcl-8420222eb4f39f6ca8119376c1bd160e622cf986.tar.gz
tcl-8420222eb4f39f6ca8119376c1bd160e622cf986.tar.bz2
Disable two tests. Works on my Windows and Ubuntu but apparently not everywhere - [3f9f494cc1]
-rw-r--r--tests/zipfs.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zipfs.test b/tests/zipfs.test
index 4f980f7..74995f2 100644
--- a/tests/zipfs.test
+++ b/tests/zipfs.test
@@ -1003,13 +1003,13 @@ namespace eval test_ns_zipfs {
mount [zippath test.zip]
} -cleanup cleanup -body {
lsort -stride 2 [file stat [file join $defaultMountPoint test]]
- } -result [fixupstat {atime 1065435402 ctime 1065435402 dev 0 gid 0 ino 0 mode 33133 mtime 1065435402 nlink 0 size 5 type file uid 0}]
+ } -result [fixupstat {atime 1065435402 ctime 1065435402 dev 0 gid 0 ino 0 mode 33133 mtime 1065435402 nlink 0 size 5 type file uid 0}] -constraints bug-3f9f494cc1
test zipfs-file-stat-dir "Read stat of dir" -setup {
mount [zippath test.zip]
} -cleanup cleanup -body {
lsort -stride 2 [file stat [file join $defaultMountPoint testdir]]
- } -result [fixupstat {atime 1105450434 ctime 1105450434 dev 0 gid 0 ino 0 mode 16749 mtime 1105450434 nlink 0 size 0 type directory uid 0}]
+ } -result [fixupstat {atime 1105450434 ctime 1105450434 dev 0 gid 0 ino 0 mode 16749 mtime 1105450434 nlink 0 size 0 type directory uid 0}] -constraints bug-3f9f494cc1
test zipfs-file-stat-mount "Read stat of mount point" -setup {
mount [zippath test.zip]