Subject: | Tests hang on Win32 |
Tests hang on Win32. If the module isn't Win32 compatible at all due to
forking, please see Devel::CheckOS for a way to indicate that in
Makefile.PL.
Thanks,
David
Running make test
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0,
'blib\lib', 'blib\arch')" t/*.t
t/00-distribution......skipped: Test::Distribution not installed
t/00-pod-coverage......ok
t/00-signature.........skipped: Set the environment variable
TEST_SIGNATURE to e
nable this test.
t/01-exit..............
# Failed test 'Exit worked properly'
# at t/01-exit.t line 30.
# got: undef
# expected: '42'
# Failed test 'Exec worked properly'
# at t/01-exit.t line 31.
# got: undef
# expected: '12'
# Looks like you failed 2 tests of 4.
Dubious, test returned 42 (wstat 10752, 0x2a00)
Failed 2/4 subtests
t/01-manager...........
# Failed test 'Task exit code is fine'
# at t/01-manager.t line 72.
# got: undef
# expected: '57'
# Failed test 'Task status is fine'
# at t/01-manager.t line 73.
# got: undef
# expected: '14592'
# Failed test 'Second wait on the same task, exit code fine'
# at t/01-manager.t line 83.
# got: undef
# expected: '57'
# Failed test 'Second wait on the same task, status fine'
# at t/01-manager.t line 84.
# got: undef
# expected: '14592'
# Failed test 'No more processes'
# at t/01-manager.t line 90.
# got: '0'
# expected: '-1'
# Looks like you failed 5 tests of 17.