Subject: | make tests fails |
I went to upgrade one of my boxes today, and had probs with failing tests.
I sent an email to the module owner (rataxis@cpan.org) but
got a "550 - the lights are out" reply from cpan.
here's what happened (below). Looks like one of the test modules has a
simple error, so I force installed. Thought you should know though ...
this was with perl 5.8.8
thanks
Daniel
root@roomatthetop:/root/.cpan/build/Config-Any-0.06# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-use..........ok
t/10-branches.....ok
t/20-parse........ok
18/54 skipped: various reasons
t/50-general......ok
t/51-ini..........ok
9/9 skipped: various reasons
t/52-json.........ok
t/53-perl.........ok
t/54-xml..........ok
2/2 skipped: Couldn't Load XML plugin
t/55-yaml.........ok
t/61-features.....ok 1/10# Looks like you planned 10 tests but only
ran 9.
t/61-features.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 10
Failed 1/10 tests, 90.00% okay (less 9 skipped tests: 0 okay,
0.00%)
t/pod-coverage....skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/pod.............skipped
all skipped: Test::Pod 1.14 required for testing POD
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/61-features.t 255 65280 10 2 20.00% 10
2 tests and 38 subtests skipped.
Failed 1/12 test scripts, 91.67% okay. 1/98 subtests failed, 98.98%
okay.
make: *** [test_dynamic] Error 255
root@roomatthetop:/root/.cpan/build/Config-Any-0.06# perl -Ilib t/61-
features.t
1..10
ok 1 # skip File loading backend for INI not found
ok 2 # skip File loading backend for INI not found
ok 3 # skip File loading backend for INI not found
ok 4 # skip File loading backend for INI not found
ok 5 # skip File loading backend for INI not found
ok 6 # skip File loading backend for INI not found
ok 7 # skip File loading backend for INI not found
ok 8 # skip File loading backend for INI not found
ok 9 # skip File loading backend for INI not found
# Looks like you planned 10 tests but only ran 9.