Skip to content

Commit 03ac03f

Browse files
committed
[JVM] Skip tests using 'atomicint'
1 parent 5fe5978 commit 03ac03f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MISC/bug-coverage-stress.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ is_run 「use RAKUDO1413; print 'pass'」,
157157
pass 'no crashes with Whatever curries in topics of for/given statement modifiers';
158158
}
159159

160+
#?rakudo.jvm skip 'atomicint NYI'
160161
{ # https://github.com/rakudo/rakudo/issues/1535
161162
my class R1535Log::Async {
162163
has $.supplier = Supplier.new;
@@ -180,6 +181,7 @@ is_run 「use RAKUDO1413; print 'pass'」,
180181
is $x, 4000, 'collected right amount of characters (with &foo)';
181182
}
182183

184+
#?rakudo.jvm skip 'atomicint NYI'
183185
{ # https://github.com/rakudo/rakudo/issues/1535
184186
my class R1535Log::Async {
185187
has $.supplier = Supplier.new;

0 commit comments

Comments
 (0)