Subject: | t/90_regression/kjeldahl-stop-start fails on Win32 |
svn version : 2697
S:\poe\trunk\poe>perl -Ilib t/90_regression/kjeldahl-stop-start.t
# This test can take up to 2 seconds
1..21
# Without USE_SIGCHLD
not ok 1 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 2 - Child 1 exit detected.
not ok 3 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 4 - Child 2 exit detected.
not ok 5 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 6 - Child 3 exit detected.
ok 7 - all children have exited
# With USE_SIGCHLD
not ok 8 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 9 - Child 4 exit detected.
not ok 10 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 11 - Child 5 exit detected.
not ok 12 - Expecting to close
# Failed test 'Expecting to close'
# at t/90_regression/kjeldahl-stop-start.t line 137.
# got: '0'
# expected: '1'
ok 13 - Child 6 exit detected.
ok 14 - all children have exited
ok 15 - Sane exit
# Looks like you planned 21 tests but ran 15.
# Looks like you failed 6 tests of 15 run.