Skip to content

Commit b56f999

Browse files
committed
Differentiate reasons for skipping tests
1 parent 5bf4b14 commit b56f999

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

S17-concurrency/thread.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ plan 25;
100100
ok 0 <= $seen <= $threads * $times, "we didn't segfault"
101101
}
102102

103-
#?rakudo skip 'Hangs about 20% of the time'
103+
#?rakudo.jvm skip 'Hangs about 20% of the time'
104+
#?rakudo.moar skip 'Segfaults'
104105
{
105106
my %seen;
106107
my $threads = 3;

0 commit comments

Comments
 (0)