Skip to content

Instantly share code, notes, and snippets.

@kentfredric
Created September 2, 2009 14:04
Show Gist options
  • Save kentfredric/179732 to your computer and use it in GitHub Desktop.
Save kentfredric/179732 to your computer and use it in GitHub Desktop.
make -j3 test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/bin/perl5.10.1 "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
===( 1;0 1/1 0/? 0/41 )=======================================ok
===( 2;0 0/2 1/41 0/? )=======================================ok
===( 43;0 1/2 0/96 0/? )=======================================ok
===( 45;0 1/96 0/7 0/? )=======================================ok
===( 142;0 1/7 1/19 0/? )=======================================ok
===( 150;0 3/19 0/? )============================================ok
===( 169;0 1/32 0/? 2/18 )=====================================ok
===( 208;0 23/32 1/28 0/? )=====================================ok
===( 237;0 21/28 0/? )============================================ok
===( 246;0 1/18 0/12 1/33 )===================================ok
===( 271;0 1/12 8/33 0/? )=====================================ok
===( 291;0 17/33 0/? )============================================ok
===( 308;0 1/45 0/45 0/45 )===================================ok
===( 353;0 1/45 0/45 0/? )=====================================ok
===( 398;0 1/45 0/? 0/? )=======================================ok
===( 443;0 1/1 0/? 0/? )=========================================ok
===( 444;0 1/? 0/? 0/? )=========================================ok
===( 459;0 0/? 0/? 1/57 )=======================================ok
===( 516;1 1/? 0/? )==============================================ok
t/util-58.t .............
ok 1 - use CGI::Util;
Character in 'C' format wrapped in pack at /tmp/portage/perl-core-CGI-3.29/work/CGI.pm-3.29/blib/lib/CGI/Util.pm line 204.
Character in 'C' format wrapped in pack at /tmp/portage/perl-core-CGI-3.29/work/CGI.pm-3.29/blib/lib/CGI/Util.pm line 204.
Character in 'C' format wrapped in pack at /tmp/portage/perl-core-CGI-3.29/work/CGI.pm-3.29/blib/lib/CGI/Util.pm line 204.
not ok 2 - \# Escape string with UTF-8 flag
# Failed test '\# Escape string with UTF-8 flag'
# at t/util-58.t line 14.
# got: '%0F%FC%20%3E.txt'
# expected: '%E5%B0%8F%E9%A3%BC%20%E5%BC%BE.txt'
# Looks like you failed 1 test of 2.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Test Summary Report
-------------------
t/util-58.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=20, Tests=519, 1 wallclock secs ( 0.18 usr 0.05 sys + 0.91 cusr 0.22 csys = 1.36 CPU)
Result: FAIL
Failed 1/20 test programs. 1/519 subtests failed.
make: *** [test_dynamic] Error 1
/usr/libexec/paludis/utils/emake: emake returned error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment