Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge a new test that does not work on JVM
  • Loading branch information
skids committed Jul 24, 2015
1 parent c0cef60 commit 039c1ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions S09-typed-arrays/native-int.t
Expand Up @@ -238,6 +238,10 @@ for @uint -> $T {
if $t eq "uint" or $t eq "uint64" {
#?rakudo todo 'highest bit length stays negative, RT #124088'
ok @arr[0] > 0, "negative value on $t array becomes positive";
}
elsif $t eq "uint32" {
#?rakudo.jvm todo 'missing an invert? (-1 --> 0, -2 --> -1)'
ok @arr[0] > 0, "negative value on $t array becomes positive";
} else {
ok @arr[0] > 0, "negative value on $t array becomes positive";
}
Expand Down

0 comments on commit 039c1ec

Please sign in to comment.