Subject: | make test fails under Perl 5.8.8, Freebsd 5.4 |
Here's the build log:
┌─(aaron@moondance:p0)─────────────(~/BSD/p5-Shell-Base/work/Shell-Base-0.05)─┐
└─(14:29:%)── perl Makefile.PL
──(Thu,Jun01)─┘
Checking if your kit is complete...
Looks good
Writing Makefile for Shell::Base
┌─(aaron@moondance:p0)─────────────(~/BSD/p5-Shell-Base/work/Shell-Base-0.05)─┐
└─(14:29:%)── make
──(Thu,Jun01)─┘
cp Base.pm blib/lib/Shell/Base.pm
Manifying blib/man3/Shell::Base.3
┌─(aaron@moondance:p0)─────────────(~/BSD/p5-Shell-Base/work/Shell-Base-0.05)─┐
└─(14:29:%)── make test
──(Thu,Jun01)─┘
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/args................ok
t/default.............ok
t/histfile............ok 1/2Can't locate object method "ReadHistory" via
package "Term::ReadLine::Stub" at
/home/aaron/BSD/p5-Shell-Base/work/Shell-Base-0.05/blib/lib/Shell/Base.pm
line 153.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
t/histfile............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/import..............ok
t/init_completions....ok
t/init_help...........ok
t/init_rcfiles........ok
t/init_rl.............ok 1/3Can't locate object method "ReadHistory" via
package "Term::ReadLine::Stub" at
/home/aaron/BSD/p5-Shell-Base/work/Shell-Base-0.05/blib/lib/Shell/Base.pm
line 153.
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
t/init_rl.............dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/intro...............ok
t/misc................ok
t/new.................ok
t/outro...............ok
t/pager...............ok
t/parse_rcfile........ok
t/parseline...........ok
t/pre,postcmd.........ok
t/progname............ok
t/prompt..............ok
t/prompt_no...........ok 1/2Can't locate object method "ReadHistory" via
package "Term::ReadLine::Stub" at
/home/aaron/BSD/p5-Shell-Base/work/Shell-Base-0.05/blib/lib/Shell/Base.pm
line 153.
# Looks like you planned 2 tests but only ran 1.
# Looks like your test died just after 1.
t/prompt_no...........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 2
Failed 1/2 tests, 50.00% okay
t/term................ok 1/3
t/term................NOK 3# Failed test '$self->term() returns
something readline-ish'
# in t/term.t at line 16.
# Looks like you failed 1 test of 3.
t/term................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/version.............ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/histfile.t 255 65280 2 2 2
t/init_rl.t 255 65280 3 4 2-3
t/prompt_no.t 255 65280 2 2 2
t/term.t 1 256 3 1 3
Failed 4/21 test scripts. 5/124 subtests failed.
Files=21, Tests=124, 9 wallclock secs ( 7.38 cusr + 1.28 csys = 8.66 CPU)