CC: | pjacklam [...] cpan.org |
Subject: | Tests fail (probably only with latest Math::BigInt) |
See subject. Failing test output starts with:
...
# Math::BigFloat version 1.999718
# Math::BigInt version 1.999718
# +inf is inf
# -inf is -inf
# nan is NaN
# Test 26 got: "" (t/bigfloat.t at line 208)
# Expected: "1"
# t/bigfloat.t line 208 is: ok (round_nearest(Math::BigFloat->new('-.75')) == -1, 1);
# Test 31 got: "" (t/bigfloat.t at line 214)
# Expected: "1"
# t/bigfloat.t line 214 is: ok (round_nearest(Math::BigFloat->new('1.5')) == 2, 1);
# Test 32 got: "" (t/bigfloat.t at line 215)
# Expected: "1"
# t/bigfloat.t line 215 is: ok (round_nearest(Math::BigFloat->new('1.75')) == 2, 1);
# Test 34 got: "" (t/bigfloat.t at line 223)
# Expected: "1"
# t/bigfloat.t line 223 is: ok (floor(Math::BigFloat->new('-.75')) == -1, 1);
# Test 35 got: "" (t/bigfloat.t at line 224)
...