Skip to content

Commit edae796

Browse files
committed
rakudo.jvm fudges
1 parent 148f92c commit edae796

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

S04-declarations/constant.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ use Test;
171171
$ok++ if $!;
172172
$ok++ if grtz == 42;
173173

174+
#?rakudo.jvm todo "nigh"
174175
is $ok, 3, "a constant declared using 'constant' is actually constant (1)";
175176
}
176177

S04-phasers/rvalue.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ plan 16;
5959
}
6060

6161
#?niecza todo 'block returns no value'
62+
#?rakudo.jvm 3 todo "nigh"
6263
is $check(), 'BC', 'CHECK {} runs only once';
6364
#?niecza todo 'block returns no value'
6465
is $check_val, 'BC', 'CHECK {} as rval is its ret val';

S05-mass/properties-general.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ ok("\x[6A3F]\x[FFFE]" ~~ m/<:C>/, q{Match unanchored <C> (Other)} );
10741074

10751075
#?pugs todo
10761076
#?niecza 3 todo "Tests are wrong by latest Unicode standard"
1077+
#?rakudo.jvm 3 todo "nigh"
10771078
ok("\x[A679]" ~~ m/^<:Other>$/, q{Match <:Other>} );
10781079
ok(!( "\x[A679]" ~~ m/^<:!Other>$/ ), q{Don't match negated <Other>} );
10791080
ok(!( "\x[A679]" ~~ m/^<-:Other>$/ ), q{Don't match inverted <Other>} );
@@ -1084,6 +1085,7 @@ ok("\x[AC00]" ~~ m/^<:!Other>$/, q{Match unrelated negated <Other>} );
10841085
ok("\x[AC00]" ~~ m/^<-:Other>$/, q{Match unrelated inverted <Other>} );
10851086
#?pugs todo
10861087
#?niecza todo "Test is wrong by latest Unicode standard"
1088+
#?rakudo.jvm todo "nigh"
10871089
ok("\x[AC00]\x[A679]" ~~ m/<:Other>/, q{Match unanchored <Other>} );
10881090

10891091
# Cc Control

0 commit comments

Comments
 (0)