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