From 18dfd2c4666607dc76ff1b647f114b5f7947312f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Fri, 28 Aug 2020 10:03:46 +0000 Subject: Missing testConstraint in socket.test --- tests/socket.test | 3 +++ 1 file changed, 3 insertions(+) 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"}] # ---------------------------------------------------------------------- -- cgit v0.12