Skip to content

Instantly share code, notes, and snippets.

@yappo
Created June 24, 2009 05:03
Show Gist options
  • Select an option

  • Save yappo/135021 to your computer and use it in GitHub Desktop.

Select an option

Save yappo/135021 to your computer and use it in GitHub Desktop.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t xt/*.t
t/00_compile.t ........ ok
t/01_pack.t ........... 1/36 SV = PVIV(0x803b90) at 0x800f54
REFCNT = 1
FLAGS = (TEMP,POK,FAKE,READONLY,pPOK)
IV = -902917054
PV = 0x302578 "a"
CUR = 1
LEN = 0
msgpack for perl doesn't supported this type: 5
# Looks like you planned 36 tests but ran 26.
# Looks like your test exited with 2 just after 26.
t/01_pack.t ........... Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/36 subtests
t/02_unpack.t ......... ok
t/03_stream_unpack.t .. ok
t/04_invert.t ......... 1/12 SV = PVIV(0x848ec0) at 0x843d74
REFCNT = 1
FLAGS = (TEMP,POK,FAKE,READONLY,pPOK)
IV = 0
PV = 0x3d0738 ""
CUR = 0
LEN = 0
msgpack for perl doesn't supported this type: 5
# Looks like you planned 12 tests but ran 10.
# Looks like your test exited with 255 just after 10.
t/04_invert.t ......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/12 subtests
xt/99_pod.t ........... ok
Test Summary Report
-------------------
t/01_pack.t (Wstat: 512 Tests: 26 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 36 tests but ran 26.
t/04_invert.t (Wstat: 65280 Tests: 10 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 12 tests but ran 10.
Files=6, Tests=64, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.19 cusr 0.05 csys = 0.30 CPU)
Result: FAIL
Failed 2/6 test programs. 0/64 subtests failed.
make: *** [test_dynamic] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment