summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 10:03:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-28 10:03:46 (GMT)
commit18dfd2c4666607dc76ff1b647f114b5f7947312f (patch)
treefa9904e97f389af759cc1c3b7b0fd06b52febc10 /tests/socket.test
parent1f7a1beab25bccf98fa6643e73672de5fb5b5fd1 (diff)
downloadtcl-18dfd2c4666607dc76ff1b647f114b5f7947312f.zip
tcl-18dfd2c4666607dc76ff1b647f114b5f7947312f.tar.gz
tcl-18dfd2c4666607dc76ff1b647f114b5f7947312f.tar.bz2
Missing testConstraint in socket.test
Diffstat (limited to 'tests/socket.test')
-rw-r--r--tests/socket.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 1c1a89d..66a1bf1 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -291,6 +291,9 @@ proc getPort sock {
lindex [fconfigure $sock -sockname] 2
}
+# Some tests in this file are known to hang *occasionally* on OSX; stop the
+# worst offenders.
+testConstraint notOSX [expr {$::tcl_platform(os) ne "Darwin"}]
# ----------------------------------------------------------------------