Subject: | Weird test results with perl 5.8.8 |
Hi Max,
in case it helps, I let the 01-identity.t test run with verbose output. It is the same perl that produced the report http://www.cpantesters.org/cpan/report/861f0a64-259a-11e9-8a48-9a4dd53901b3
Looks like somebody is forking 11 times or so.
% make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1
PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/01-identity.t
t/01-identity.t ..
1..2
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
ok 1 # skip 7z binary not found (not installed?)
ok 2 # skip 7z binary not found (not installed?)
All 2 subtests passed
(less 22 skipped subtests: -20 okay)
Test Summary Report
-------------------
t/01-identity.t (Wstat: 0 Tests: 22 Failed: 20)
Failed tests: 1, 1, 1, 1, 1, 1, 1, 1, 1, 1-2, 2, 2, 2
2, 2, 2, 2, 2, 2
Parse errors: Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (2) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Tests out of sequence. Found (2) but expected (6)
Tests out of sequence. Found (1) but expected (7)
Displayed the first 5 of 21 TAP syntax errors.
Re-run prove with the -p option to see them all.
Files=1, Tests=22, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.07 csys = 0.19 CPU)
Result: FAIL
Failed 1/1 test programs. 20/22 subtests failed.
make: *** [Makefile:894: test_dynamic] Error 255
zsh: exit 2 make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1