Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo.jvm fudges
  • Loading branch information
coke committed Sep 8, 2013
1 parent 148f92c commit edae796
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions S04-declarations/constant.t
Expand Up @@ -171,6 +171,7 @@ use Test;
$ok++ if $!;
$ok++ if grtz == 42;

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

Expand Down
1 change: 1 addition & 0 deletions S04-phasers/rvalue.t
Expand Up @@ -59,6 +59,7 @@ plan 16;
}

#?niecza todo 'block returns no value'
#?rakudo.jvm 3 todo "nigh"
is $check(), 'BC', 'CHECK {} runs only once';
#?niecza todo 'block returns no value'
is $check_val, 'BC', 'CHECK {} as rval is its ret val';
Expand Down
2 changes: 2 additions & 0 deletions S05-mass/properties-general.t
Expand Up @@ -1074,6 +1074,7 @@ ok("\x[6A3F]\x[FFFE]" ~~ m/<:C>/, q{Match unanchored <C> (Other)} );

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

# Cc Control
Expand Down

0 comments on commit edae796

Please sign in to comment.