Subject: | Test suite fails with 5.8.1 <= perl <= 5.8.6 |
I'm seeing the following failures with old perls prior to 5.8.8:
$ make test
make[1]: Entering directory `/builddir/build/BUILD/version-0.98/vutil'
make[1]: Leaving directory `/builddir/build/BUILD/version-0.98/vutil'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base..........# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Looks like you failed 4 tests of 567.
dubious
Test returned status 4 (wstat 1024, 0x400)
Scalar found where operator expected at (eval 152) line 1, near "'int'
$__val"
(Missing operator before $__val?)
DIED. FAILED tests 142, 283, 424, 565
Failed 4/567 tests, 99.29% okay
t/02derived.......# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Looks like you failed 4 tests of 581.
dubious
Test returned status 4 (wstat 1024, 0x400)
DIED. FAILED tests 148, 290, 432, 574
Failed 4/581 tests, 99.31% okay
t/03require.......# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Failed test (t/coretests.pm at line 594)
# ''
# doesn't match '(?-xism:this is only)'
# Looks like you failed 2 tests of 286.
dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 145, 286
Failed 2/286 tests, 99.30% okay (less 18 skipped tests: 266 okay, 93.01%)
t/04strict_lax....ok
t/05sigdie........ok
t/06noop..........ok
t/07locale........# Testing locale handling with af_ZA
ok
Failed 3/7 test scripts, 57.14% okay. 10/1624 subtests failed, 99.38% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01base.t 4 1024 567 4 0.71% 142 283 424 565
t/02derived.t 4 1024 581 4 0.69% 148 290 432 574
t/03require.t 2 512 286 2 0.70% 145 286
18 subtests skipped.
make: *** [test_dynamic] Error 255
5.8.0 and earlier releases aren't affected because the failing tests are
skipped.