[fperrad] 512 $ prove -v t/op/calling.t t/op/exceptions.t t/pmc/exporter.t t/op/calling....... 1..93 ... not ok 86 - slurpy named loses :flat arg # Failed test 'slurpy named loses :flat arg' # at t/op/calling.t line 2223. # Exited with error code: [SIGNAL 10] # Received: # 11 # 22 # Expected: # 11 # 22 # 33 # 2626 # ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/93 subtests t/op/exceptions.... 1..31 ... not ok 30 - Resumable exceptions # Failed test 'Resumable exceptions' # at t/op/exceptions.t line 624. # Exited with error code: [SIGNAL 10] # Received: # Before throwing # In the exception handler # Expected: # Before throwing # In the exception handler # After throwing # ok 31 - Resumable exceptions from a different context # Looks like you failed 1 test of 31. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/31 subtests t/pmc/exporter..... 1..12 ok 1 - new not ok 2 - source # Failed test 'source' # at t/pmc/exporter.t line 42. # Exited with error code: [SIGNAL 10] # Received: # ok 1 - source() returns PMCNULL upon Exporter init # ok 2 - source() with args sets source namespace # Expected: # ok 1 - source() returns PMCNULL upon Exporter init # ok 2 - source() with args sets source namespace # ok 3 - source() with too many args fails # ok 4 - source() with non-namespace arg throws exception # ... # Looks like you failed 1 test of 12. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests Test Summary Report ------------------- t/op/calling (Wstat: 256 Tests: 93 Failed: 1) Failed test: 86 Non-zero exit status: 1 t/op/exceptions (Wstat: 256 Tests: 31 Failed: 1) Failed test: 30 Non-zero exit status: 1 t/pmc/exporter (Wstat: 256 Tests: 12 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=3, Tests=136, 41 wallclock secs ( 0.25 usr 0.07 sys + 12.35 cusr 7.98 csys = 20.65 CPU) Result: FAIL