ysth@raven:~/.cpan/build/Math-BigApprox-0.001002-H7ay20$ make test PERL_DL_NONLAZY=1 /usr/local/bin/perl5.9.5 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cover....# Test 66 got: "1e+3.99999999999999991e+102" (t/cover.t at line 92) # Expected: "1e+4e+102" (huge**1e100 eq 1e4e102) # t/cover.t line 92 is: ok( $n{'1e+400'}**1e100, "1e+4e+102", 'huge**1e100 eq 1e4e102' ); # Test 67 got: "1e+4.00000000000000031e+302" (t/cover.t at line 93) # Expected: "1e+4e+302" (huge**1e100 eq 1e4e302) # t/cover.t line 93 is: ok( $n{'1e+400'}**1e300, "1e+4e+302", 'huge**1e100 eq 1e4e302' ); # Test 75 got: "1e+3.99999999999999994e+307" (t/cover.t at line 104) # Expected: "1e+4e+307" (huge**1e305 eq 1e4e307) # t/cover.t line 104 is: ok( $n{'1e+400'}**1e305, "1e+4e+307", 'huge**1e305 eq 1e4e307' ); # Test 76 got: "inf" (t/cover.t at line 107) # Expected: "-inf" (huge**1e300**1e300 eq inf) # t/cover.t line 107 is: ok( $n{'1e+400'}**1e300**1e300, exp(1e300), 'huge**1e300**1e300 eq inf' ); # Test 77 got: "1e-9.0000000000000005e+307" (t/cover.t at line 110) # Expected: "0" (tiny**9e305 eq 0) # t/cover.t line 110 is: ok( $notzero, 0, 'tiny**9e305 eq 0' ); # Test 78 got: "1e+9.0000000000000005e+307" (t/cover.t at line 113) # Expected: "-inf" (1/notzero eq inf) # t/cover.t line 113 is: ok( 1/$notzero, exp(1e300), '1/notzero eq inf' ); # Test 79 got: "-1e+9.0000000000000005e+307" (t/cover.t at line 114) # Expected: "inf" (1/notzero eq -inf) # t/cover.t line 114 is: ok( 1/-$notzero, -exp(1e300), '1/notzero eq -inf' ); t/cover....NOK 79/189# Test 131 got: "" (t/cover.t at line 179) # Expected: "1" (notzero == 0) # t/cover.t line 179 is: ok( $notzero == 0, 1, 'notzero == 0' ); # Test 132 got: "" (t/cover.t at line 180) # Expected: "1" (notzero <= 0) # t/cover.t line 180 is: ok( $notzero <= 0, 1, 'notzero <= 0' ); # Test 135 got: "1" (t/cover.t at line 183) # Expected: "" (not notzero > 0) # t/cover.t line 183 is: ok( $notzero > 0, !1, 'not notzero > 0' ); # Test 144 got: "inf" (t/cover.t at line 195) # Expected: "-inf" (NV big**100 eq inf) # t/cover.t line 195 is: ok( NV($n{1e+100}**100), exp(1e100), 'NV big**100 eq inf' ); # Test 146 got: "-inf" (t/cover.t at line 197) # Expected: "inf" (NV tiny**-100 eq -inf) # t/cover.t line 197 is: ok( NV(1/$n{-1e-100}**101), -exp(1e100), 'NV tiny**-100 eq -inf' ); # Test 169 got: "1" (t/cover.t at line 239 *TODO*) # Expected: "0" (Sign notzero eq 0) # t/cover.t line 239 is: ok( $notzero->Sign(), 0, 'Sign notzero eq 0' ); t/cover....FAILED tests 66-67, 75-79, 131-132, 135, 144, 146 Failed 12/189 tests, 93.65% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/cover.t 189 12 66-67 75-79 131-132 135 144 146 Failed 1/1 test scripts. 12/189 subtests failed. Files=1, Tests=189, 1 wallclock secs ( 0.14 cusr + 0.00 csys = 0.14 CPU) Failed 1/1 test programs. 12/189 subtests failed. make: *** [test_dynamic] Error 255