| 1 | [fperrad] 512 $ prove -v t/op/calling.t t/op/exceptions.t t/pmc/exporter.t |
|---|
| 2 | t/op/calling....... |
|---|
| 3 | 1..93 |
|---|
| 4 | ... |
|---|
| 5 | not ok 86 - slurpy named loses :flat arg |
|---|
| 6 | |
|---|
| 7 | # Failed test 'slurpy named loses :flat arg' |
|---|
| 8 | # at t/op/calling.t line 2223. |
|---|
| 9 | # Exited with error code: [SIGNAL 10] |
|---|
| 10 | # Received: |
|---|
| 11 | # 11 |
|---|
| 12 | # 22 |
|---|
| 13 | # Expected: |
|---|
| 14 | # 11 |
|---|
| 15 | # 22 |
|---|
| 16 | # 33 |
|---|
| 17 | # 2626 |
|---|
| 18 | # |
|---|
| 19 | ... |
|---|
| 20 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 21 | Failed 1/93 subtests |
|---|
| 22 | t/op/exceptions.... |
|---|
| 23 | 1..31 |
|---|
| 24 | ... |
|---|
| 25 | not ok 30 - Resumable exceptions |
|---|
| 26 | |
|---|
| 27 | # Failed test 'Resumable exceptions' |
|---|
| 28 | # at t/op/exceptions.t line 624. |
|---|
| 29 | # Exited with error code: [SIGNAL 10] |
|---|
| 30 | # Received: |
|---|
| 31 | # Before throwing |
|---|
| 32 | # In the exception handler |
|---|
| 33 | # Expected: |
|---|
| 34 | # Before throwing |
|---|
| 35 | # In the exception handler |
|---|
| 36 | # After throwing |
|---|
| 37 | # |
|---|
| 38 | ok 31 - Resumable exceptions from a different context |
|---|
| 39 | # Looks like you failed 1 test of 31. |
|---|
| 40 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 41 | Failed 1/31 subtests |
|---|
| 42 | t/pmc/exporter..... |
|---|
| 43 | 1..12 |
|---|
| 44 | ok 1 - new |
|---|
| 45 | not ok 2 - source |
|---|
| 46 | |
|---|
| 47 | # Failed test 'source' |
|---|
| 48 | # at t/pmc/exporter.t line 42. |
|---|
| 49 | # Exited with error code: [SIGNAL 10] |
|---|
| 50 | # Received: |
|---|
| 51 | # ok 1 - source() returns PMCNULL upon Exporter init |
|---|
| 52 | # ok 2 - source() with args sets source namespace |
|---|
| 53 | # Expected: |
|---|
| 54 | # ok 1 - source() returns PMCNULL upon Exporter init |
|---|
| 55 | # ok 2 - source() with args sets source namespace |
|---|
| 56 | # ok 3 - source() with too many args fails |
|---|
| 57 | # ok 4 - source() with non-namespace arg throws exception |
|---|
| 58 | # |
|---|
| 59 | ... |
|---|
| 60 | |
|---|
| 61 | # Looks like you failed 1 test of 12. |
|---|
| 62 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 63 | Failed 1/12 subtests |
|---|
| 64 | |
|---|
| 65 | Test Summary Report |
|---|
| 66 | ------------------- |
|---|
| 67 | t/op/calling (Wstat: 256 Tests: 93 Failed: 1) |
|---|
| 68 | Failed test: 86 |
|---|
| 69 | Non-zero exit status: 1 |
|---|
| 70 | t/op/exceptions (Wstat: 256 Tests: 31 Failed: 1) |
|---|
| 71 | Failed test: 30 |
|---|
| 72 | Non-zero exit status: 1 |
|---|
| 73 | t/pmc/exporter (Wstat: 256 Tests: 12 Failed: 1) |
|---|
| 74 | Failed test: 2 |
|---|
| 75 | Non-zero exit status: 1 |
|---|
| 76 | Files=3, Tests=136, 41 wallclock secs ( 0.25 usr 0.07 sys + 12.35 cusr 7.98 csys = 20.65 CPU) |
|---|
| 77 | Result: FAIL |
|---|