Skip to content

Commit

Permalink
todo => skip on some very dubious tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 30, 2015
1 parent 8a54a62 commit 01d0210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-list/sort.t
Expand Up @@ -46,7 +46,7 @@ plan 32;
is(@s, @e, '... with explicit spaceship');
}

#?rakudo todo "closure as non-final argument RT #124762"
#?rakudo skip "closure as non-final argument RT #124762"
#?niecza skip 'Invocant handling is NYI'
{
my @a = (2, 45, 6, 1, 3);
Expand All @@ -56,7 +56,7 @@ plan 32;
is(@s, @e, '... with closure as indirect invocant');
}

#?rakudo todo "method fallback to sub unimpl RT #124763"
#?rakudo skip "method fallback to sub unimpl RT #124763"
#?niecza skip 'err, what?'
{
my @a = (2, 45, 6, 1, 3);
Expand Down

0 comments on commit 01d0210

Please sign in to comment.