diff options
author | welch <welch@noemail.net> | 1998-08-06 11:41:40 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-08-06 11:41:40 (GMT) |
commit | 59ad70d20d680a691e706e94ea008fd56e0e6ce2 (patch) | |
tree | bb82716171bb4353337316590c3fcc397b04e6ba | |
parent | f5ca39689a0d0caa93e3462f6559ecdbc04150a1 (diff) | |
download | tcl-59ad70d20d680a691e706e94ea008fd56e0e6ce2.zip tcl-59ad70d20d680a691e706e94ea008fd56e0e6ce2.tar.gz tcl-59ad70d20d680a691e706e94ea008fd56e0e6ce2.tar.bz2 |
Marked EINTR tests nonPortable
FossilOrigin-Name: 2837c223a03f2f33e4cf76b8f01e20355a1baad2
-rw-r--r-- | tests/unixFCmd.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixFCmd.test b/tests/unixFCmd.test index e8f997d..ffa4fdd 100644 --- a/tests/unixFCmd.test +++ b/tests/unixFCmd.test @@ -91,12 +91,12 @@ test unixFCmd-1.7 {TclpRenameFile: EXDEV} { catch {file delete -force foo} set result } {1} -test unixFCmd-1.8 {Checking EINTR Bug} { +test unixFCmd-1.8 {Checking EINTR Bug} nonPortable { testalarm after 2000 list [testgotsig] [testgotsig] } {1 0} -test unixFCmd-1.9 {Checking EINTR Bug} { +test unixFCmd-1.9 {Checking EINTR Bug} nonPortable { cleanup set f [open tfalarm w] puts $f { |