Created
April 2, 2012 11:35
-
-
Save j1n3l0/2282848 to your computer and use it in GitHub Desktop.
System-Command-1.06 test failures #perl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ Mon Apr 02 12:23:08 ionyiah@newstarter System-Command-1.06 ] | |
$ perl Build.PL | |
Created MYMETA.yml and MYMETA.json | |
Creating new 'Build' script for 'System-Command' version '1.06' | |
[ Mon Apr 02 12:24:47 ionyiah@newstarter System-Command-1.06 ] | |
$ ./Build | |
Building System-Command | |
[ Mon Apr 02 12:24:53 ionyiah@newstarter System-Command-1.06 ] | |
$ ./Build test | |
t/00-load.t ....... 1/1 # Tested System::Command 1.06, Perl 5.014000, /home/ionyiah/.perlbrew/perls/perl-5.14.0/bin/perl5.14.0 | |
t/00-load.t ....... ok | |
t/01-load.t ....... ok | |
t/10-command.t .... ok | |
t/15-scope.t ...... 1/27 # DESTROY System::Command=HASH(0x8e02888) | |
# DESTROY System::Command=HASH(0x8e02bc8) | |
# DESTROY System::Command=HASH(0x8e02c18) | |
# DESTROY System::Command=HASH(0x8ef3798) | |
# DESTROY System::Command=HASH(0x8efa510) | |
# DESTROY System::Command=HASH(0x8ef5bb8) | |
# DESTROY System::Command=HASH(0x8efa2e0) | |
t/15-scope.t ...... ok | |
t/20-zombie.t ..... 3/28 # $SIG{CHLD} = 'IGNORE' | |
t/20-zombie.t ..... 24/28 | |
# Failed test 'child was reaped' | |
# at t/20-zombie.t line 82. | |
# Looks like you failed 1 test of 28. | |
t/20-zombie.t ..... Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/28 subtests | |
t/90-command.t .... skipped: Test::Command not available | |
t/90-output.t ..... ok | |
t/manifest.t ...... skipped: Author tests not required for installation | |
t/pod-coverage.t .. ok | |
t/pod.t ........... ok | |
Test Summary Report | |
------------------- | |
t/20-zombie.t (Wstat: 256 Tests: 28 Failed: 1) | |
Failed test: 25 | |
Non-zero exit status: 1 | |
Files=10, Tests=178, 10 wallclock secs ( 0.10 usr 0.02 sys + 0.89 cusr 0.14 csys = 1.15 CPU) | |
Result: FAIL | |
Failed 1/10 test programs. 1/178 subtests failed. | |
[ Mon Apr 02 12:25:06 ionyiah@newstarter System-Command-1.06 ] | |
$ uname -a | |
Linux newstarter 3.0.0-17-generic-pae #30-Ubuntu SMP Thu Mar 8 17:53:35 UTC 2012 i686 i686 i386 GNU/Linux | |
[ Mon Apr 02 12:33:41 ionyiah@newstarter System-Command-1.06 ] | |
$ perl -v | |
This is perl 5, version 14, subversion 0 (v5.14.0) built for i686-linux | |
Copyright 1987-2011, Larry Wall | |
Perl may be copied only under the terms of either the Artistic License or the | |
GNU General Public License, which may be found in the Perl 5 source kit. | |
Complete documentation for Perl, including FAQ lists, should be found on | |
this system using "man perl" or "perldoc perl". If you have access to the | |
Internet, point your browser at http://www.perl.org/, the Perl Home Page. | |
[ Mon Apr 02 12:33:48 ionyiah@newstarter System-Command-1.06 ] | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment