Subject: | Resource temporarily unavailable causing test #70 to fail |
It appears that the automated build tests are showing the same thing I am on all Linux systems:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/adopt............ok
29/29 skipped: adopt not done yet
t/binmode..........ok
t/bogus............ok
t/filter...........ok
t/harness..........ok
t/io...............ok
t/kill_kill........ok
t/parallel.........ok
t/pty..............ok
32/32 skipped: skip: IO::Pty not found
t/pump.............ok
t/run..............NOK 70# Test 70 got: "Resource temporarily unavailable: write( 6, '...15904 \"x\" chars...DOC2\n' ) at /home/socket/.cpan/build/IPC-Run-0.79/blib/lib/IPC/Run/IO.pm line 547\n" (t/run.t at line 350)
# Expected: ""
# t/run.t line 350 is: ok $x, "";
t/run..............FAILED test 70
Failed 1/267 tests, 99.63% okay
t/signal...........ok
t/timeout..........ok
t/timer............ok
t/win32_compile....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/run.t 267 1 0.37% 70
(1 subtest UNEXPECTEDLY SUCCEEDED), 61 subtests skipped.
Failed 1/15 test scripts, 93.33% okay. 1/704 subtests failed, 99.86% okay.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK