Skip Menu |

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

Report information
The Basics
Id: 118987
Status: resolved
Priority: 0/
Queue: Math-BigInt-Constant

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

Bug Information
Severity: (no value)
Broken in: 1.08
Fixed in: 1.10



Subject: t/bigintcpm.t fails with Math::BigInt 1.999801
My smokers report the following failure: ... Can not modify Math::BigInt::Constant via bzero() # Looks like your test exited with 255 just after 42. t/bigintcpm.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 115/157 subtests ... This seems to happen with Math::BigInt 1.999801 (the failures with 1.999718 and 1.999719 are discussed in https://rt.cpan.org/Ticket/Display.html?id=113957 ): **************************************************************** Regression 'mod:Math::BigInt' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 16896952377397752.00 [1='eq_1.9997'] 0.0000 0.0000 2.86 [2='eq_1.999710'] 0.0000 0.0000 3.59 [3='eq_1.999712'] -0.0000 0.0000 -0.99 [4='eq_1.999715'] 0.0000 0.0000 6.50 [5='eq_1.999716'] 0.0000 0.0000 3.19 [6='eq_1.999717'] 0.0000 0.0000 3.59 [7='eq_1.999718'] -1.0000 0.0000 -9755460003574886.00 [8='eq_1.999719'] -1.0000 0.0000 -13591902857918374.00 [9='eq_1.999722'] 0.0000 0.0000 3.84 [10='eq_1.999724'] 0.0000 0.0000 5.41 [11='eq_1.999726'] 0.0000 0.0000 10.32 [12='eq_1.999801'] -1.0000 0.0000 -6386447700785149.00 R^2= 1.000, N= 76, K= 13 ****************************************************************
This was actually a bug in the bone(), bzero(), bnan(), and binf() methods in the Math::Big(Int|Float) modules. This has been fixed in the latest release of the Math-BigInt distro.