Skip to content

Commit

Permalink
Fudge some more tests for JVM
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Nov 18, 2015
1 parent 30bac51 commit b2f0f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/arith.t
Expand Up @@ -308,6 +308,7 @@ All uses of a zero modulus or divisor should 'die', and the
throws-like { my $x := 0; 3 mod $x }, X::Numeric::DivideByZero,
'Modulo zero with infix:<mod> dies and is catchable with VRef variables';

#?rakudo.jvm 3 skip 'RT #126673'
throws-like { say 3 % 0 }, X::Numeric::DivideByZero,
# expectedn => Int,
# gotn => Failure,
Expand Down
1 change: 1 addition & 0 deletions S04-exceptions/fail.t
Expand Up @@ -36,6 +36,7 @@ given (Failure.new()) {
}

# RT #64990
#?rakudo.jvm skip 'RT #126673'
{
our Int sub rt64990 { fail() }
ok rt64990() ~~ Failure, 'sub typed Int can fail()';
Expand Down

0 comments on commit b2f0f93

Please sign in to comment.