Skip to content

Commit

Permalink
Add some temporary #?rakudo skips for nom.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 26, 2011
1 parent e7d9d8f commit 77fde07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S02-builtin_data_types/array_extending.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ plan 21;
'defined @array[$index_out_of_bounds] should not have altered @array';
}

#?rakudo skip 'whatever closure'
{
my @array = <a b c d>;
my $defined;
Expand Down Expand Up @@ -87,6 +88,7 @@ plan 21;
}

# RT #62948
#?rakudo skip 'segfault'
{
my @a;
@a[2] = 'b';
Expand Down

0 comments on commit 77fde07

Please sign in to comment.