Test-More / TB2

Test::Builder version 2, the next generation of building testing modules in Perl
Other
1 stars 0 forks source link

1.005000 Blocker: Test::TCP does not pass tests #192

Closed schwernbot closed 10 years ago

schwernbot commented 10 years ago

From: @ribasushi Date: Friday Nov 18, 2011 at 10:32 GMT Orig: https://github.com/Test-More/test-more/issues/225

Installation of latest Test::TCP 1.13 fails using the 1.005000_001 devrel. It suceeds with 0.98.

schwernbot commented 10 years ago

From: @schwern Date: Friday Nov 18, 2011 at 21:41 GMT Orig: https://github.com/Test-More/test-more/issues/225#issuecomment-2794721

I believe this is because Test::SharedFork is broken. See #77

schwernbot commented 10 years ago

From: @celogeek Date: Saturday Mar 31, 2012 at 13:48 GMT Orig: https://github.com/Test-More/test-more/issues/225#issuecomment-4858513

Solved with 1.15

geistteufel@in-devel-perlbuild:~/.cpanm/work/1333201617.3003/Test-TCP-1.15$ make test
cp lib/Test/TCP.pm blib/lib/Test/TCP.pm
PERL_DL_NONLAZY=1 /home/geistteufel/perl5/perlbrew/perls/perl-test-builder2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t
t/00_compile.t .............. 1/? # Test::More: 1.005000004
t/00_compile.t .............. ok   
t/01_simple.t ............... ok    
t/02_abrt.t ................. 1/? # your server received SIGABRT
t/02_abrt.t ................. ok   
t/03_return_when_sigterm.t .. ok   
t/04_die.t .................. ok   
t/05_sigint.t ............... ok   
t/06_nest.t ................. ok   
t/07_optional.t ............. ok   
t/08_exit.t ................. ok   
t/09_fork.t ................. ok   
t/10_oo.t ................... ok    
All tests successful.
Files=11, Tests=68, 13 wallclock secs ( 0.10 usr  0.05 sys +  2.66 cusr  0.61 csys =  3.42 CPU)
Result: PASS