Subject: | make test fails in win32 (Strawberry Perl) |
Date: | Fri, 26 Feb 2010 14:59:25 +0100 |
To: | <bug-MooseX-Daemonize [...] rt.cpan.org> |
From: | Alvar Freude <alvar [...] a-blast.org> |
Hi,
on Win32 (Strawberry Perl) make test throws the following error:
Running make test
C:\Projekte\perl\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t
t/00.load.t ................... 1/1 # Testing MooseX::Daemonize 0.09
t/00.load.t ................... ok
t/01.filecreate.t ............. 1/29
t/01.filecreate.t ............. 17/29 # Failed test '... our pidfile
exists'
# at t/01.filecreate.t line 76.
# Failed test '... the pid in our pidfile is correct (and not us)'
# at t/01.filecreate.t line 79.
# got: '4572'
# expected: anything else
# Failed test '... the daemon is running'
# at t/01.filecreate.t line 81.
# Failed test '... got the correct status message'
# at t/01.filecreate.t line 82.
# got: 'Daemon is not running with pid (4572)'
# expected: 'Daemon is running with pid (4572)'
# Failed test '... got the right error code'
# at t/01.filecreate.t line 83.
# got: '1'
# expected: '0'
# Failed test '... got the correct status message'
# at t/01.filecreate.t line 98.
# got: 'Not running'
# expected: 'Stop succeeded'
# Looks like you failed 6 tests of 29.
And here it hangs, but can be canceled with ^C
Ciao
Alvar