From: Jarkko Hietaniemi Date: Sun, 16 Mar 2003 21:33:49 +0000 (+0000) Subject: Stay within known facts: what platforms the skippage helps, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc4938c65d770a20856c44a0d21026bcc6f41d7b;p=p5sagit%2Fp5-mst-13.2.git Stay within known facts: what platforms the skippage helps, and in which it is not needed. p4raw-id: //depot/perl@18999 --- diff --git a/ext/POSIX/t/posix.t b/ext/POSIX/t/posix.t index 8d27e40..ea50ea3 100644 --- a/ext/POSIX/t/posix.t +++ b/ext/POSIX/t/posix.t @@ -80,7 +80,8 @@ SKIP: { printf "%s 11 - masked SIGINT received %s\n", $sigint_called ? "ok" : "not ok", - $^O =~ /^(?:darwin|(?:free|net|open)bsd)$/ ? + # At least OpenBSD/i386 3.3 is okay, as is NetBSD 1.5. + $^O =~ /^(?:darwin|freebsd)$/ ? "# TODO $^O seems to loose blocked signals" : '';