Enache Adrian; in _theory_ this patch could be good for NetBSD,
too, but Alian gets a core dump already at subtest #9 (anyone
with a real NetBSD, Alian's is a VMware one, which has in the
past caused similar odd crashes). OpenBSD threaded build result
still unknown.
p4raw-id: //depot/perl@18998
printf "%s 11 - masked SIGINT received %s\n",
$sigint_called ? "ok" : "not ok",
- $^O eq 'darwin' ? "# TODO Darwin seems to loose blocked signals"
- : '';
+ $^O =~ /^(?:darwin|(?:free|net|open)bsd)$/ ?
+ "# TODO $^O seems to loose blocked signals"
+ : '';
print "ok 12 - signal masks successful\n";