Skip to content

Commit 2cf7ccf

Browse files
tonycozobra
authored andcommitted
skip a problematic test on openbsd/thread
I'd make this a TODO, but the test currently results in the watchdog firing, so harness/TEST would never see the "TODO".
1 parent 96b425e commit 2cf7ccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/op/sigdispatch.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ is($@, "Alarm!\n", 'after the second loop');
4141
SKIP: {
4242
skip('We can\'t test blocking without sigprocmask', 11)
4343
if is_miniperl() || !$Config{d_sigprocmask};
44+
skip('This doesn\'t work on OpenBSD threaded builds RT#88814', 11)
45+
if $^O eq 'openbsd' && $Config{useithreads};
4446

4547
require POSIX;
4648
my $new = POSIX::SigSet->new(&POSIX::SIGUSR1);

0 commit comments

Comments
 (0)