Skip Menu |

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

Report information
The Basics
Id: 17153
Status: resolved
Worked: 30 min
Priority: 0/
Queue: Math-BigInt-Lite

People
Owner: TELS [...] cpan.org
Requestors: karl.forner [...] gmail.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.11
Fixed in: (no value)



Subject: a lot of failed tests
First let me thank you for this excellent work ! my platform: ----------- - Math-BigInt-Lite-0.11.tar.gz using Math::BigInt 1.77 * This is perl, v5.8.6 built for ia64-linux-thread-multi * using gcc version 3.4.3 * Linux ch7li011 2.6.5-7.201-sn2 #1 SMP Thu Aug 25 06:20:45 UTC 2005 ia64 ia64 ia64 GNU/Linux ( Itanium 64) * same problem under simple gentoo on a Intel P4. Here is the output from make test: PERL_DL_NONLAZY=1 /sgcomp/aletheia/packages/ia64/perl-5.8.6/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bigintpm....NOK 79# Test 79 got: <UNDEF> (bigintpm.inc at line 196 fail #40) # Expected: "8" t/bigintpm....NOK 80# Test 80 got: <UNDEF> (bigintpm.inc at line 196 fail #41) # Expected: "12" t/bigintpm....NOK 81# Test 81 got: <UNDEF> (bigintpm.inc at line 196 fail #42) # Expected: "12" t/bigintpm....NOK 82# Test 82 got: <UNDEF> (bigintpm.inc at line 196 fail #43) # Expected: "11" t/bigintpm....NOK 83# Test 83 got: <UNDEF> (bigintpm.inc at line 196 fail #44) # Expected: "17" t/bigintpm....NOK 84# Test 84 got: <UNDEF> (bigintpm.inc at line 196 fail #45) # Expected: "56" t/bigintpm....NOK 85# Test 85 got: <UNDEF> (bigintpm.inc at line 196 fail #46) # Expected: "57" t/bigintpm....NOK 86# Test 86 got: <UNDEF> (bigintpm.inc at line 196 fail #47) # Expected: "58" t/bigintpm....NOK 87# Test 87 got: <UNDEF> (bigintpm.inc at line 196 fail #48) # Expected: "59" t/bigintpm....NOK 90# Test 90 got: <UNDEF> (bigintpm.inc at line 196 fail #50) # Expected: "120" t/bigintpm....NOK 2034# Test 2034 got: "inf" (bigintpm.inc at line 196 fail #1125) # Expected: "NaN" t/bigintpm....NOK 2036# Test 2036 got: "inf" (bigintpm.inc at line 196 fail #1126) # Expected: "NaN" t/bigintpm....NOK 2072# Test 2072 got: "inf" (bigintpm.inc at line 196 fail #1144) # Expected: "-inf" t/bigintpm....FAILED tests 79-87, 90, 2034, 2036, 2072, 2757-2766 Failed 23/2766 tests, 99.17% okay t/lite........ok t/mbi_ali.....ok t/with........ok 1/14Can't locate object method "new" via package "Math::BigInt::Lite" (perhaps you forgot to load "Math::BigInt::Lite"?) at t/with.t line 27. t/with........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 8-14 Failed 7/14 tests, 50.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/bigintpm.t 2766 23 0.83% 79-87 90 2034 2036 2072 2757-2766 t/with.t 255 65280 14 14 100.00% 8-14 Failed 2/4 test scripts, 50.00% okay. 30/2885 subtests failed, 98.96% okay. make: *** [test_dynamic] Error 255
CC: karl.forner [...] gmail.org
Subject: Re: [rt.cpan.org #17153] a lot of failed tests
Date: Thu, 19 Jan 2006 20:02:32 +0100
To: bug-Math-BigInt-Lite [...] rt.cpan.org
From: Tels <nospam-abuse [...] bloodgate.com>
Moin, On Thursday 19 January 2006 14:35, Guest via RT wrote: Show quoted text
> Thu Jan 19 08:35:44 2006: Request 17153 was acted upon. > Transaction: Ticket created by guest > Queue: Math-BigInt-Lite > Subject: a lot of failed tests > Owner: Nobody > Requestors: karl.forner@gmail.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=17153 > > > > First let me thank you for this excellent work !
;) Show quoted text
> my platform: > ----------- > - Math-BigInt-Lite-0.11.tar.gz using Math::BigInt 1.77 > * This is perl, v5.8.6 built for ia64-linux-thread-multi > * using gcc version 3.4.3 > > * Linux ch7li011 2.6.5-7.201-sn2 #1 SMP Thu Aug 25 06:20:45 UTC 2005 > ia64 ia64 ia64 GNU/Linux ( Itanium 64) > * same problem under simple gentoo on a Intel P4.
I do think that is because of 64bit, I never tested it with that :( At the moment I am way to busy, but I hope that I can free some time to work on the math modules. In the meantime I suggest you use Math::BigInt::FastCalc and stay away from BigInt::Lite - it never worked as good as I hoped :/ best wishes, tels -- Signed on Thu Jan 19 20:01:07 2006 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. "Man, I'm hot." - "Thirsty?" - "No, I mean good looking."
Download (untitled)
application/pgp-signature 481b

Message body not shown because it is not plain text.

From: CHORNY [...] cpan.org
On Jan 19 14:15:25 2006, Tels wrote: Show quoted text
> > * Linux ch7li011 2.6.5-7.201-sn2 #1 SMP Thu Aug 25 06:20:45 UTC 2005 > > ia64 ia64 ia64 GNU/Linux ( Itanium 64) > > * same problem under simple gentoo on a Intel P4.
> > I do think that is because of 64bit, I never tested it with that :(
I have same error on 32-bit. Linux and Win32. gcc. perl 5.8.8. -- Alexandr Ciornii, http://chorny.net
Thank you for your report! This should all be fixed with the release of v0.12. Sorry for the long delay. All the best, tels