On Wednesday 17 October 2007 19:30:09 James Keenan wrote: > [li11-226:parrot] 550 $ prove -v t/pmc/exporter.t > t/pmc/exporter....1..12 > ok 1 - new > not ok 2 - source > > # Failed test (t/pmc/exporter.t at line 43) > # Exited with error code: [SIGNAL 11] > # 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 > # > not ok 3 - destination > > # Failed test (t/pmc/exporter.t at line 95) > # Exited with error code: [SIGNAL 11] > # Received: > # ok 1 - destination() with no args returns destination namespace > # ok 2 - ...which is current namespace at first > # ok 3 - destination() with args sets destination namespace > # > # Expected: > # ok 1 - destination() with no args returns destination namespace > # ok 2 - ...which is current namespace at first > # ok 3 - destination() with args sets destination namespace > # ok 4 - destination() with too many args fails > # ok 5 - destination() with non-namespace arg throws exception > # > ok 4 - globals > ok 5 - import - no args > ok 6 - import - same source and destination namespaces > ok 7 - import - globals as string > ok 8 - import - globals with source passed separately > ok 9 - import - globals as array > ok 10 - import - globals as hash - null + empty string > ok 11 - import - globals as hash - with dest names (latin) > ok 12 - import - globals with destination > # Looks like you failed 2 tests of 12. > dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 2-3 > Failed 2/12 tests, 83.33% okay > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------ > ------- > t/pmc/exporter.t 2 512 12 2 2-3 > Failed 1/1 test scripts. 2/12 subtests failed. > Files=1, Tests=12, 1 wallclock secs ( 0.27 cusr + 0.11 csys = 0.38 > CPU) > Failed 1/1 test programs. 2/12 subtests failed.
Darwin, I presume? Should be fixed in r22202. (Amusingly, I found this one last night with the harsh GC runcore.) -- c