Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo.jvm fudge
  • Loading branch information
coke committed Sep 11, 2013
1 parent 7553f76 commit 7d57c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S02-names-vars/perl.t
Expand Up @@ -145,6 +145,7 @@ my @tests = (

# RT #62002 -- validity of default .perl
my $t2_init = eval($t1_init).perl;
#?rakudo.jvm skip "some random values cause the roundtrip to fail"
is $t1_init, $t2_init, '.perl on user-defined type roundtrips okay';
}

Expand Down
1 change: 1 addition & 0 deletions S29-context/sleep.t
Expand Up @@ -51,6 +51,7 @@ my $b;

#?pugs skip "NYI"
#?niecza skip "NYI"
#?rakudo.jvm skip "This representation can not unbox to a native num"
{
diag "sleep-till() for $seconds seconds";
my $then = now;
Expand Down

0 comments on commit 7d57c4d

Please sign in to comment.