Subject: | t/ithreads fails on Mac Snow Leopard (64bit) threaded |
$>make test
pod2text lib/Net/Daemon.pm >README
cp lib/Net/Daemon/Test.pm blib/lib/Net/Daemon/Test.pm
cp lib/Net/Daemon.pm blib/lib/Net/Daemon.pm
cp lib/Net/Daemon/Log.pm blib/lib/Net/Daemon/Log.pm
PERL_DL_NONLAZY=1 /usr/local/perl/510/bin/perl "-MExtUtils::Command::MM"
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base.t ........ ok
t/config.t ...... ok
t/fork.t ........ ok
t/forkm.t ....... ok
t/ithread.t ..... 1/? Perl exited with active threads:
0 running and unjoined
1 finished and unjoined
0 running and detached
t/ithread.t ..... ok
t/ithreadm.t .... Child 5: Error while reading: 0 () at t/ithreadm.t
line 47, <GEN1> line 26.
Child 6: Error while reading: 0 () at t/ithreadm.t line 47, <GEN1> line 35.
t/ithreadm.t .... 1/? Child 8: Error while reading: 0 () at t/ithreadm.t
line 47, <GEN1> line 2.
Child 9: Error while reading: 0 () at t/ithreadm.t line 47, <GEN1> line 2.
t/ithreadm.t .... Failed 4/10 subtests
t/loop-child.t .. ok
t/loop.t ........ ok
t/single.t ...... ok
t/thread.t ...... lock can only be used on shared values at t/server
line 73, <GEN3> line 1.
Error while reading 0: 0 (Operation timed out) at t/thread.t line 42.
t/thread.t ...... 1/? Perl exited with active threads:
0 running and unjoined
1 finished and unjoined
0 running and detached
t/thread.t ...... Failed 1/5 subtests
t/threadm.t ..... ok
t/unix.t ........ ok
Test Summary Report
-------------------
t/ithreadm.t (Wstat: 0 Tests: 10 Failed: 4)
Failed tests: 6-7, 9-10
t/thread.t (Wstat: 0 Tests: 5 Failed: 1)
Failed test: 4
Files=12, Tests=73, 84 wallclock secs ( 0.08 usr 0.04 sys + 1.63 cusr
0.67 csys = 2.42 CPU)
Result: FAIL
Failed 2/12 test programs. 5/73 subtests failed.
make: *** [test_dynamic] Error 255