Subject: | make test failure |
I was advised to report this 'make test' failure as a probable bug:
dhaye@frh3:~/local-lib-1.008023$ make test && make install
PERL_DL_NONLAZY=1 /usr/bin/perl -I/homes/dhaye/webstats/lib/perl5 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/bad_variables.t t/classmethod.t t/coderefs_in_inc.t t/de-dup.t t/install.t t/lib-core-only.t t/pipeline.t t/stackable.t t/subroutine-in-inc.t t/taint-mode.t
t/bad_variables.t ...... 1/5
# Failed test 'dir1 should have been removed and added back in at the top (PERL_LOCAL_LIB_ROOT was :/homes/dhaye/webstats)'
# at t/bad_variables.t line 32.
# got: '/homes/dhaye/webstats:/homes/dhaye/local-lib-1.008023/t/test_local_lib-XG7Qs:/homes/dhaye/local-lib-1.008023/t/test_local_lib-czLsl'
# expected: ':/homes/dhaye/webstats:/homes/dhaye/local-lib-1.008023/t/test_local_lib-XG7Qs:/homes/dhaye/local-lib-1.008023/t/test_local_lib-czLsl'
# Looks like you failed 1 test of 5.
t/bad_variables.t ...... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
t/classmethod.t ........ 1/4 Attempting to create directory t/var/splat
t/classmethod.t ........ ok
t/coderefs_in_inc.t .... ok
t/de-dup.t ............. ok
t/install.t ............ skipped: Install Capture::Tiny to test installation
t/lib-core-only.t ...... ok
t/pipeline.t ........... ok
t/stackable.t .......... ok
t/subroutine-in-inc.t .. ok
t/taint-mode.t ......... using lib dir /homes/dhaye/local-lib-1.008023/t/test_local_lib-3kWKr
t/taint-mode.t ......... ok
Test Summary Report
-------------------
t/bad_variables.t (Wstat: 256 Tests: 5 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=10, Tests=41, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.23 cusr 0.02 csys = 0.30 CPU)
Result: FAIL
Failed 1/10 test programs. 1/41 subtests failed.
make: *** [test_dynamic] Error 255
Other info that might be helpful:
dhaye@frh3:~/local-lib-1.008023$ cat /etc/debian_version
4.0
dhaye@frh3:~/local-lib-1.008023$ perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi