Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge tests for FIRST phase on JVM, RT #126701
  • Loading branch information
usev6 committed Nov 21, 2015
1 parent dd9eda9 commit 2c9f42e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S04-phasers/first.t
Expand Up @@ -5,6 +5,7 @@ use Test;
plan 4;

# L<S04/Phasers/FIRST "at loop initialization time">
#?rakudo.jvm todo 'RT #126701'
{
my $str = '';
for 1..2 {
Expand All @@ -23,6 +24,7 @@ plan 4;
}

# L<S04/Phasers/can occur multiple times>
#?rakudo.jvm todo 'RT #126701'
{
my $str = '';
for 1..2 {
Expand All @@ -34,6 +36,7 @@ plan 4;
}

# L<S04/Phasers/FIRST "at loop initialization time" "before any ENTER">
#?rakudo.jvm todo 'RT #126701'
{
my $str = '';
for 1..2 {
Expand Down
1 change: 1 addition & 0 deletions integration/advent2012-day15.t
Expand Up @@ -67,6 +67,7 @@ my $output;
}

#?rakudo.moar todo 'RT #121722'
#?rakudo.jvm todo 'RT #126701'
is $output, q:to"END", 'FIRST/NEXT/LAST example';
Score Player
----- ------
Expand Down

0 comments on commit 2c9f42e

Please sign in to comment.