Skip to content

Commit

Permalink
[JVM] Fudge some newly failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
usev6 committed Feb 4, 2023
1 parent f630eda commit 0d696f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S03-operators/names.t
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ is infix:<->(3, 8), -5, 'Can refer to infix:<->';

is &infix:<cmp>(3, 4), Order::Less, 'Can refer to &infix:<cmp>';

#?rakudo.jvm todo 'Something wrong with stringification of &infix:<+> et al. -- only Sub+{is-pure} is reported'
ok ~&infix:<+> ~~ /infix/, 'String value of &infix:<+> contains "infix"';
ok ~&infix:<+> ~~ /\+/, 'String value of &infix:<+> contains "+"';

Expand Down
1 change: 1 addition & 0 deletions integration/error-reporting.t
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ is_run '...', {:out(''), :err{ not $^o.contains: 'Unhandled exception' }},
'stub code must not produce `Unhandled exception` message';

# https://github.com/Raku/old-issue-tracker/issues/4262
#?rakudo.jvm todo 'NullPointerException in error reporting, https://github.com/rakudo/rakudo/issues/5180'
is_run Q[#`{{ my long
unfinished comment'],
{ :out(''), :err{ $^o.contains: 'line 1' }}, 'Unfinished comment error points on correct line';
Expand Down

0 comments on commit 0d696f4

Please sign in to comment.