Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza.
  • Loading branch information
colomon committed Jun 27, 2012
1 parent 9ab47bb commit 3bddd1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion S02-names-vars/perl.t
Expand Up @@ -113,7 +113,7 @@ my @tests = (


# RT #61918
#?niecza todo
#?niecza skip ">>>Stub code executed"
{
class RT61918 {
has $.inst is rw;
Expand Down
1 change: 1 addition & 0 deletions S03-metaops/reduce.t
Expand Up @@ -221,6 +221,7 @@ is( ([\R~] 'a'..*).[^8].join(', '), 'a, ba, cba, dcba, edcba, fedcba, gfedcba, h
is( ([max]()), -Inf, '[max]() returns -Inf');
is( ([min]()), Inf, '[min]() returns -Inf');

#?niecza 2 todo ""
is( ([max] Any, Any, 2), 2, '[max] Any, Any, 2 returns 2');
is( ([min] Any, Any, 2), 2, '[min] Any, Any, 2 returns 2');

Expand Down
1 change: 1 addition & 0 deletions integration/error-reporting.t
Expand Up @@ -116,6 +116,7 @@ is_run 'die "foo"; END { say "end run" }',
(1 + 2) = 3; # line 3
';

#?niecza skip "Unable to resolve method backtrace in type Str"
ok ?( $!.backtrace.any.line == 3),
'correct line number reported for assignment to non-variable';
}
Expand Down

0 comments on commit 3bddd1b

Please sign in to comment.