| 1 | |
|---|
| 2 | # Failed test 'clone_key_arg' |
|---|
| 3 | # at t/op/calling.t line 1409. |
|---|
| 4 | # Exited with error code: [SIGNAL 6] |
|---|
| 5 | # Received: |
|---|
| 6 | # src/call/context.c:1464: failed assertion 'Parrot_pcc_get_regs_used(interp, ctx, REGNO_INT) > idx' |
|---|
| 7 | # |
|---|
| 8 | # Expected: |
|---|
| 9 | # key 3 42 |
|---|
| 10 | # ok |
|---|
| 11 | # |
|---|
| 12 | # Looks like you failed 1 test of 94. |
|---|
| 13 | t/op/calling.t .. |
|---|
| 14 | not ok 16 - argc mismatch, too many - no getparams # TODO no get_params at all |
|---|
| 15 | not ok 93 - arg mismatch with no params # TODO RT #39844 |
|---|
| 16 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 17 | Failed 1/94 subtests |
|---|
| 18 | |
|---|
| 19 | # Failed test 'caller introspection via interp' |
|---|
| 20 | # at t/pmc/sub.t line 838. |
|---|
| 21 | # Exited with error code: [SIGNAL 6] |
|---|
| 22 | # Received: |
|---|
| 23 | # src/call/context.c:1464: failed assertion 'Parrot_pcc_get_regs_used(interp, ctx, REGNO_INT) > idx' |
|---|
| 24 | # |
|---|
| 25 | # Expected: |
|---|
| 26 | # main foo |
|---|
| 27 | # Bar bar |
|---|
| 28 | # subname: bar |
|---|
| 29 | # Bar foo |
|---|
| 30 | # caller 0 foo |
|---|
| 31 | # caller 1 bar |
|---|
| 32 | # caller 2 foo |
|---|
| 33 | # caller 3 main |
|---|
| 34 | # Bar foo |
|---|
| 35 | # caller 0 foo |
|---|
| 36 | # caller 1 main |
|---|
| 37 | # ok |
|---|
| 38 | # |
|---|
| 39 | # Looks like you failed 1 test of 68. |
|---|
| 40 | t/pmc/sub.t ..... |
|---|
| 41 | not ok 68 - Thaw PIR subclass # TODO See TT#132 |
|---|
| 42 | Dubious, test returned 1 (wstat 256, 0x100) |
|---|
| 43 | Failed 1/68 subtests |
|---|
| 44 | |
|---|
| 45 | Test Summary Report |
|---|
| 46 | ------------------- |
|---|
| 47 | t/op/calling.t (Wstat: 256 Tests: 94 Failed: 1) |
|---|
| 48 | Failed test: 52 |
|---|
| 49 | Non-zero exit status: 1 |
|---|
| 50 | t/pmc/sub.t (Wstat: 256 Tests: 68 Failed: 1) |
|---|
| 51 | Failed test: 36 |
|---|
| 52 | Non-zero exit status: 1 |
|---|
| 53 | Files=2, Tests=162, 40 wallclock secs ( 0.22 usr 0.05 sys + 5.71 cusr 7.90 csys = 13.88 CPU) |
|---|
| 54 | Result: FAIL |
|---|