Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use unique ticket number for similiar test failures
  • Loading branch information
usev6 committed May 19, 2015
1 parent 0cbc065 commit a4cac76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions S04-phasers/in-loop.t
Expand Up @@ -18,7 +18,7 @@ plan 3;

# L<S04/"Phasers">

#?rakudo.moar todo "unknown phasers issue RT #124955"
#?rakudo.moar todo "NEXT/LEAVE ordering RT #124952"
#?rakudo.jvm skip "RT #122134 - last+ENTER in loop"
{
my $str;
Expand All @@ -42,7 +42,7 @@ plan 3;
'trait blocks work properly in for loop';
}

#?rakudo.moar todo "unknown phasers issue RT #124957"
#?rakudo.moar todo "NEXT/LEAVE ordering RT #124952"
#?rakudo.jvm skip "RT #122134 - last+ENTER in loop"
{
my $str;
Expand Down
2 changes: 1 addition & 1 deletion S04-phasers/next.t
Expand Up @@ -112,7 +112,7 @@ plan 13;
}

# reversed order
#?rakudo todo 'NEXT/LEAVE ordering RT #124953'
#?rakudo todo 'NEXT/LEAVE ordering RT #124952'
{
my $str = '';
for 1..2 {
Expand Down

0 comments on commit a4cac76

Please sign in to comment.