Subject: | 0.92 seems to fail newly changed test on old perls |
This may be a fluke, I only noticed it and figured I better file the report. Have not reliably reproduced - occured on travis with HARNESS_OPTIONS=j32. Feel free to beat me to investigating it if this makes sense immediately ;)
...
Building and testing IPC-Cmd-0.92 ... cp lib/IPC/Cmd.pm blib/lib/IPC/Cmd.pm
PERL_DL_NONLAZY=1 /home/travis/perl5/perlbrew/perls/5.8.7/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_IPC-Cmd........# IPC::Run: 0 IPC::Open3: 1.0106
ok
140/467 skipped: No buffers available
t/02_Interactive....skipped
all skipped: No interactive tests from harness
t/03_run-forked.....
# Failed test 'reading /tmp/2zGV0muRph: run_forked output length [282624], backticks output length [286720]'
# at t/03_run-forked.t line 90.
Died at t/03_run-forked.t line 92.
# Looks like you failed 1 test of 97.
# Looks like your test exited with 9 just after 97.
dubious
Test returned status 9 (wstat 2304, 0x900)
DIED. FAILED test 97
Failed 1/97 tests, 98.97% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/03_run-forked.t 9 2304 97 1 1.03% 97
1 test and 140 subtests skipped.
Failed 1/3 test scripts, 66.67% okay. 1/564 subtests failed, 99.82% okay.
make: *** [test_dynamic] Error 9
...