Skip Menu |

This queue is for tickets about the Math-BigInt-Pari CPAN distribution.

Report information
The Basics
Id: 110794
Status: resolved
Priority: 0/
Queue: Math-BigInt-Pari

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.23
Fixed in: (no value)



Subject: Tests fail with Math::BigInt 1.999712
t/bigfltpm.t and t/bigintpm.t fail: # Failed test at t/bigfltpm.inc line 185. # got: 'inf' # expected: 'NaN' # Failed test at t/bigfltpm.inc line 185. # got: '1' # expected: '0' # Failed test at t/bigfltpm.inc line 185. # got: '1' # expected: '0' # Looks like you failed 3 tests of 2368. t/bigfltpm.t .... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/2368 subtests # Failed test at t/bigintpm.inc line 209. # got: '1.0000000000000000000000000000000000000' # expected: '1' # Failed test at t/bigintpm.inc line 209. # got: '1234.0000000000000000000000000000000000' # expected: '1234' # Failed test at t/bigintpm.inc line 209. # got: '1' # expected: '0' # Failed test at t/bigintpm.inc line 209. # got: '1' # expected: '0' # Failed test at t/bigintpm.inc line 209. # got: undef # expected: '2' # Failed test at t/bigintpm.inc line 209. # got: '37' # expected: '0' # Failed test at t/bigintpm.inc line 209. # got: undef # expected: '2,0' # Looks like you failed 7 tests of 3707. t/bigintpm.t .... Dubious, test returned 7 (wstat 1792, 0x700) Failed 7/3707 subtests
On 2015-12-30 14:30:16, SREZIC wrote: Show quoted text
> t/bigfltpm.t and t/bigintpm.t fail: > > # Failed test at t/bigfltpm.inc line 185. > # got: 'inf' > # expected: 'NaN' > > # Failed test at t/bigfltpm.inc line 185. > # got: '1' > # expected: '0' > > # Failed test at t/bigfltpm.inc line 185. > # got: '1' > # expected: '0' > # Looks like you failed 3 tests of 2368. > t/bigfltpm.t .... > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/2368 subtests > > # Failed test at t/bigintpm.inc line 209. > # got: '1.0000000000000000000000000000000000000' > # expected: '1' > > # Failed test at t/bigintpm.inc line 209. > # got: '1234.0000000000000000000000000000000000' > # expected: '1234' > > # Failed test at t/bigintpm.inc line 209. > # got: '1' > # expected: '0' > > # Failed test at t/bigintpm.inc line 209. > # got: '1' > # expected: '0' > > # Failed test at t/bigintpm.inc line 209. > # got: undef > # expected: '2' > > # Failed test at t/bigintpm.inc line 209. > # got: '37' > # expected: '0' > > # Failed test at t/bigintpm.inc line 209. > # got: undef > # expected: '2,0' > # Looks like you failed 7 tests of 3707. > t/bigintpm.t .... > Dubious, test returned 7 (wstat 1792, 0x700) > Failed 7/3707 subtests
Possibly related to https://rt.cpan.org/Ticket/Display.html?id=110792
Fixed