Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo unfudge
moritz++
  • Loading branch information
coke committed Aug 7, 2012
1 parent 16bb6f8 commit f66dad4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions S03-operators/overflow.t
Expand Up @@ -194,7 +194,6 @@ sub tryeq_sloppy ($lhs, $rhs, $todo1 = '') {

# check with 0xFFFF and 0xFFFF
{
#?rakudo 25 skip 'fails on 32bit'
is 65535 * 65535, 4294836225;
is 65535 * -65535, -4294836225;
is -65535 * 65535, -4294836225;
Expand Down Expand Up @@ -233,14 +232,11 @@ sub tryeq_sloppy ($lhs, $rhs, $todo1 = '') {
is 65536 * 32768, 0x80000000;
is 65536 * -32768, -0x80000000;
is -65536 * 32768, -0x80000000;
#?rakudo skip 'fails on 32bit'
is -65536 * -32768, 0x80000000;

#?rakudo skip 'fails on 32bit'
is 32768 * 65536, 0x80000000;
is 32768 * -65536, -0x80000000;
is -32768 * 65536, -0x80000000;
#?rakudo skip 'fails on 32bit'
is -32768 * -65536, 0x80000000;
}

Expand Down

0 comments on commit f66dad4

Please sign in to comment.