Subject: | Test suite under perl 5.12 produces warnings |
The test suite now looks like this.
+ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/0-signature.t .. skipped: Set the environment variable TEST_SIGNATURE to enable this test.
Cannot resolve rpmb-centos-4-64bit: at lib/XML/Stream.pm line 409.
# Looks like you planned 56 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/buildxml.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 55/56 subtests
t/cdata.t ........ ok
t/load.t ......... ok
Cannot resolve rpmb-centos-4-64bit: at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream.pm line 409.
t/parse_node.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests
Cannot resolve rpmb-centos-4-64bit: at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream.pm line 409.
t/parse_tree.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/5 subtests
Use of uninitialized value within @_ in lc at lib/XML/Stream/Parser.pm line 71.
Use of uninitialized value within @_ in lc at lib/XML/Stream/Parser.pm line 71.
t/quotes.t ....... ok
Cannot resolve rpmb-centos-4-64bit: at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream.pm line 409.
# Looks like you planned 4 tests but only ran 1.
# Looks like your test died just after 1.
t/tcpip.t ........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/4 subtests
t/tcpip2ssl.t .... ok
Use of uninitialized value within @_ in lc at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream/Parser.pm line 71.
Use of uninitialized value within @_ in lc at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream/Parser.pm line 71.
t/xml2config.t ... ok
Use of uninitialized value within @_ in lc at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream/Parser.pm line 71.
Use of uninitialized value within @_ in lc at /home/user/tmp/XML-Stream-
1.23/blib/lib/XML/Stream/Parser.pm line 71.
t/xpath.t ........ ok
Test Summary Report
-------------------
t/buildxml.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 56 tests but ran 1.
t/parse_node.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 1.
t/parse_tree.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/tcpip.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 1.
Files=11, Tests=130, 2 wallclock secs ( 0.06 usr 0.06 sys + 0.83 cusr 0.21 csys = 1.16
CPU)
Result: FAIL
Failed 4/11 test programs. 0/130 subtests failed.