Subject: | Tests fail with Math::BigInt 1.999701 |
Math::BigInt 1.999701 (which comes with perl 5.23.2) seems to cause test failures with Math-BigInt-GMP:
# Failed test at t/bigfltpm.inc line 182.
# got: 'NaN,0'
# expected: 'NaN,NaN'
# Failed test at t/bigfltpm.inc line 182.
# got: '-inf'
# expected: '5'
# Failed test at t/bigfltpm.inc line 182.
# got: 'inf'
# expected: '-5'
# Failed test at t/bigfltpm.inc line 182.
# got: 'NaN'
# expected: '0'
[...]
# Looks like you failed 9 tests of 2343.
t/bigfltpm.t ..
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/2343 subtests
(less 1 skipped subtest: 2333 okay)
# Failed test at t/bigintpm.inc line 206.
# got: '-6,-1'
# expected: '-5,-1'
# Failed test at t/bigintpm.inc line 206.
# got: '-6,1'
# expected: '-5,1'
# Failed test at t/bigintpm.inc line 206.
# got: '-1,-inf'
# expected: '0,5'
# Failed test at t/bigintpm.inc line 206.
# got: '-1,inf'
# expected: '0,-5'
# Failed test at t/bigintpm.inc line 206.
# got: 'inf,NaN'
# expected: 'inf,0'
[...]
# Looks like you failed 31 tests of 3657.
t/bigintpm.t ..
Dubious, test returned 31 (wstat 7936, 0x1f00)
Failed 31/3657 subtests
(less 50 skipped subtests: 3576 okay)