Subject: | test failures |
Hi.
I got test failures installing XML::LibXML 1.30 on a system with libxml2 2.4.10 and libxslt 1.0.7.
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basic..........ok
t/02parsestring....ok
t/03parsefile......ok
t/04parsefh........ok
t/05dombasic.......ok 23/23XML::LibXML::_delete_parser() -- parser is not a blessed SV reference at blib/lib/XML/LibXML.pm line 53.
t/05dombasic.......ok
t/06nodetypes......ok
t/07nodelist.......ok
t/08findnodes......ok
t/09append.........ok
t/10ns.............ok
t/11memory.........skipped: test on this platform
t/12html...........ok
t/13dtd............ok
t/14sax............ok 33/33Attempt to free unreferenced scalar during global destruction.
t/14sax............ok
t/15nodelist.......ok
t/16docnodes.......ok
t/17callbacks......ok 3/25Can't locate object method "new" via package "IO::File" (perhaps you forgot to load "IO::File"?) at t/17callbacks.t line 54.
at t/17callbacks.t line 18
t/17callbacks......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-25
Failed 22/25 tests, 12.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/17callbacks.t 255 65280 25 22 88.00% 4-25
1 test skipped.
Failed 1/17 test scripts, 94.12% okay. 22/254 subtests failed, 91.34% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
Michael