Skip to content

Commit

Permalink
[JVM] Skip test that uses atomicint
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Mar 14, 2018
1 parent 28c0297 commit 77a8c49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion S16-io/print.t
Expand Up @@ -31,7 +31,10 @@ is_run 'my $a = (\'o\', \'k\', \'k\'); $*OUT.print: $a', { out => "o k k" },
'$*OUT.print: containerized Array';

# RT #132549
subtest 'printing routines with Junctions' => {
#?rakudo.jvm skip 'atomicint NYI'
#?DOES 1
{
subtest 'printing routines with Junctions' => {
plan 2;
subtest 'gist-using routines do not thread Junctions' => {
# https://irclog.perlgeek.de/perl6-dev/2018-02-27#i_15864766
Expand Down Expand Up @@ -124,6 +127,7 @@ subtest 'printing routines with Junctions' => {
}
is-deeply +@err-lines, 0, 'nothing on stderr' or diag join "\n", @err-lines;
}
}
}

# vim: ft=perl6

0 comments on commit 77a8c49

Please sign in to comment.