Subject: | make test error |
Hi i am using
Linux maxi 2.4.21-99-default #1 Wed Sep 24 13:30:51 UTC 2003 i686 i686 i386 GNU/Linux
with perl version v5.8.1 built for i586-linux-thread-multi and i got a error while running the test suite.
Here are the test log:
maxi:~/.cpan/build/Sort-Key-0.10 # make test
Running Mkbootstrap for Sort::Key ()
chmod 644 Key.bs
rm -f blib/arch/auto/Sort/Key/Key.so
LD_RUN_PATH="" cc -shared Key.o -o blib/arch/auto/Sort/Key/Key.so
chmod 755 blib/arch/auto/Sort/Key/Key.so
cp Key.bs blib/arch/auto/Sort/Key/Key.bs
chmod 644 blib/arch/auto/Sort/Key/Key.bs
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1,
'blib/lib', 'blib/arch')" t/*.t
t/floats.....1..6
ok 1 - i sqr
ok 2 - n id
ok 3 - reverse
ok 4 - in place
ok 5 - nsort
ok 6 - rnsort
ok
t/ints.......1..5
ok 1 - i id
ok 2 - i sqr
ok 3 - ri sqr
not ok 4 - i rnsort
# Failed test (t/ints.t at line 17)
# Structures begin differing at:
# $got->[0] = '9.99396864131157'
# $expected->[0] = '9.94000832304238'
ok 5 - i nsort
# Looks like you failed 1 test of 5.
dubious
Test returned status 1 (wstat 256, 0x100)
Scalar found where operator expected at (eval 154) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED test 4
Failed 1/5 tests, 80.00% okay
t/multi......1..6
ok 1 - nrs
ok 2 - nrs inplace
ok 3 - post
ok 4 - post inplace
ok 5 - pps
ok 6 - pps inplace
ok
t/strings....1..4
ok 1 - use Sort::Key;
ok 2 - id
ok 3 - n id
ok 4 - n sqr
ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/ints.t 1 256 5 1 20.00% 4
Failed 1/4 test scripts, 75.00% okay. 1/21 subtests failed, 95.24% okay.
make: *** [test_dynamic] Fehler 255
maxi:~/.cpan/build/Sort-Key-0.10 #