Changeset 21211

Show
Ignore:
Timestamp:
07/04/08 10:03:09 (5 months ago)
Author:
moritz
Message:

[spec] unfudged tests in arith.t

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S03-operators/arith.t

    r21195 r21211  
    8181tryeq 2147483647 + 0, 2147483647; 
    8282 
    83 #?rakudo skip 'addition bugs' 
    8483{ 
    8584    # IV + IV promote to UV 
     
    293292is 18446744073709551616/1, 18446744073709551616; # Bluuurg 
    294293 
    295 #?rakudo skip 'division accuracy issues' 
    296294{ 
    297295    tryeq_sloppy 18446744073709551616/2, 9223372036854775808;