Subject: | bigfltpm fail against blead |
Date: | Tue, 21 Jun 2011 13:08:39 +0100 |
To: | bug-Math-BigInt-GMP [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
Math-BigInt-GMP-1.36 against Perl 5.15.0 and its bundled Math-BigInt-1.995:
t/bigfltpm.t .. 1/2326
# Failed test at t/bigfltpm.inc line 182.
# got: '0'
# expected: '0e+1'
# Failed test at t/bigfltpm.inc line 182.
# got: '1'
# expected: '1e+0'
# Failed test at t/bigfltpm.inc line 182.
# got: '1234'
# expected: '1234e+0'
# Failed test at t/bigfltpm.inc line 182.
# got: 'nan'
# expected: 'NaN'
# Failed test at t/bigfltpm.inc line 182.
# got: '-5'
# expected: '-5e+0'
# Failed test at t/bigfltpm.inc line 182.
# got: '100'
# expected: '1e+2'
# Failed test at t/bigfltpm.inc line 182.
# got: '-100'
# expected: '-1e+2'
t/bigfltpm.t .. 1524/2326 # Looks like you failed 7 tests of 2326.
t/bigfltpm.t .. Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/2326 subtests
-zefram