Skip to content

Commit ce73638

Browse files
committed
Unfudge tests for JVM (FIRST works now)
1 parent 54bbc00 commit ce73638

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

S04-declarations/will.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ is $same2, "abecd", 'all block blocks get $_';
7373

7474
my $for;
7575
#?niezca skip "will variable trait NYI"
76-
#?rakudo.jvm todo '"will first" not working'
7776
{
7877
my @is = <a aeb aebeb>;
7978
for ^3 {
@@ -87,7 +86,6 @@ my $for;
8786
}
8887
}
8988
#?niezca skip "will variable trait NYI"
90-
#?rakudo.jvm todo '"will first" not working'
9189
is $for, "aebebebc", 'all for blocks set variable';
9290

9391
my $same3;

S04-phasers/first.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use Test;
55
plan 7;
66

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

2625
# L<S04/Phasers/can occur multiple times>
27-
#?rakudo.jvm todo 'RT #126701'
2826
{
2927
my $str = '';
3028
for 1..2 {
@@ -36,7 +34,6 @@ plan 7;
3634
}
3735

3836
# L<S04/Phasers/FIRST "at loop initialization time" "before any ENTER">
39-
#?rakudo.jvm todo 'RT #126701'
4037
{
4138
my $str = '';
4239
for 1..2 {
@@ -74,7 +71,6 @@ plan 7;
7471
FIRST { $str ~= 'Here'; last }
7572
$str ~= $_;
7673
}
77-
#?rakudo.jvm todo "got '123' instead of 'Here'"
7874
is $str, 'Here', 'last in FIRST in for loop works';
7975
}
8076

integration/advent2012-day15.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ my $output;
6767
}
6868

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

0 commit comments

Comments
 (0)