diff options
author | dgp <dgp@users.sourceforge.net> | 2014-05-12 21:52:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2014-05-12 21:52:39 (GMT) |
commit | 5fedb4d01b5350876400d9d55e1a76db515e911c (patch) | |
tree | d6817207a834b1496233dff277dd79a9ebd2051c /tests/io.test | |
parent | 7156085860588c9eeff8cbef15d94d3d4db8da0c (diff) | |
parent | 29055898b0e66169e5fa34f0299b603afcdbb49c (diff) | |
download | tcl-5fedb4d01b5350876400d9d55e1a76db515e911c.zip tcl-5fedb4d01b5350876400d9d55e1a76db515e911c.tar.gz tcl-5fedb4d01b5350876400d9d55e1a76db515e911c.tar.bz2 |
Restore the largefileSupport constraint on Darwin, where tests (chan)io-34.21
take an unbearable 90 seconds each to complete.
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/io.test b/tests/io.test index a072bd4..d05b882 100644 --- a/tests/io.test +++ b/tests/io.test @@ -45,7 +45,7 @@ testConstraint thread [expr {0 == [catch {package require Thread 2.7-}]}] # You need a *very* special environment to do some tests. In # particular, many file systems do not support large-files... -testConstraint largefileSupport 1 +testConstraint largefileSupport [expr {$::tcl_platform(os) ne "Darwin"}] # some tests can only be run is umask is 2 # if "umask" cannot be run, the tests will be skipped. |