Subject: | test suite FAILs with weird output |
This problem is also shown on CPANTesters:
http://www.cpantesters.org/cpan/report/6bea5729-6cf4-1014-b361-93b18620318b
http://www.cpantesters.org/cpan/report/9542cfec-5944-11e0-bc4d-ba3aba719da4
apoc@blackhole:~/.cpanplus/5.10.0/build/POE-Component-Resolver-0.911#
prove -bv t/01-basic.t
t/01-basic.t ..
1..4
# ipv6-test.com = 178.32.99.36
not ok 1 - address families are as expected (10 2)
# Failed test 'address families are as expected (10 2)'
# at t/01-basic.t line 108.
# Structures begin differing at:
# $got->[0] = '2'
# $expected->[0] = '10'
Use of uninitialized value in numeric eq (==) at t/01-basic.t line 102.
Use of uninitialized value in numeric eq (==) at t/01-basic.t line 102.
# ipv6-test.com = 178.32.99.36
not ok 2 - address families are as expected (2 10)
# Failed test 'address families are as expected (2 10)'
# at t/01-basic.t line 108.
# Structures begin differing at:
# $got->[1] = Does not exist
# $expected->[1] = '10'
# ipv6-test.com = 178.32.99.36
ok 3 - address families are as expected (2)
5834: !!! Child process PID:5835 reaped:
5834: !!! Child process PID:5836 reaped:
5834: !!! Child process PID:5837 reaped:
5834: !!! Child process PID:5838 reaped:
5834: !!! Your program may not be using sig_child() to reap processes.
5834: !!! In extreme cases, your program can force a system reboot
5834: !!! if this resource leakage is not corrected.
Modification of non-creatable array value attempted, subscript -2 at
t/01-basic.t line 102.
# Looks like you planned 4 tests but ran 3.
# Looks like you failed 2 tests of 3 run.
# Looks like your test exited with 22 just after 3.
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 3/4 subtests
Test Summary Report
-------------------
t/01-basic.t (Wstat: 5632 Tests: 3 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 22
Parse errors: Bad plan. You planned 4 tests but ran 3.
Files=1, Tests=3, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.16 cusr
0.02 csys = 0.21 CPU)
Result: FAIL
--
~Apocalypse