develooper Front page | perl.qa | Postings from March 2011

Net::Server 0.99 fails with Devel::Cover 0.73

From:
Gabor Szabo
Date:
March 22, 2011 01:57
Subject:
Net::Server 0.99 fails with Devel::Cover 0.73
Message ID:
AANLkTi=mHDOtQuuB+2Oyvz_kCDvwegjUOqtfYJe8Gsdg@mail.gmail.com
Hi,

I just tried to run the tests of Net::Server using Devel::Cover but
that failed:

~/work/Net-Server-0.99> HARNESS_PERL_SWITCHES=-MDevel::Cover make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Options.t ............... ok
t/Port_Configuration.t .... ok
t/Server_BASE.t ........... ok
t/Server_Fork.t ........... All 5 subtests passed
t/Server_http.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
All 5 subtests passed
t/Server_INET.t ........... ok
t/Server_Multiplex.t ...... All 4 subtests passed
t/Server_MultiType.t ...... ok
t/Server_PreFork.t ........ ok
t/Server_PreForkSimple.t .. ok
t/Server_Single.t ......... ok
t/UDP_test.t .............. ok
t/UNIX_test.t ............. ok

Test Summary Report
-------------------
t/Server_Fork.t         (Wstat: 14 Tests: 5 Failed: 0)
  Non-zero wait status: 14
t/Server_http.t         (Wstat: 65280 Tests: 5 Failed: 0)
  Non-zero exit status: 255
t/Server_Multiplex.t    (Wstat: 14 Tests: 4 Failed: 0)
  Non-zero wait status: 14
Files=13, Tests=195, 77 wallclock secs ( 0.18 usr  0.05 sys + 40.09
cusr  1.05 csys = 41.37 CPU)
Result: FAIL
Failed 3/13 test programs. 0/195 subtests failed.
make: *** [test_dynamic] Error 255


Without Devel::Cover the tests pass.

Anyone with tuits who could figure out why do those test
fail and what needs to be fixed?

regards
   Gabor

-- 
Gabor Szabo
http://szabgab.com/



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About