# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #69122]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=69122 >


Starting with parrot r41204 (mikeh++ for bisecting) an introspection
test from rakudo aborts:

make t/spec/S12-introspection/walk.t

ok 1 - :canonical (explicit) works
ok 2 - :canonical (as default) works
ok 3 - :super works
ok 4 - :breadth works
ok 5 - :descendant works
ok 6 - :ascendant works
ok 7 - :preorder works
ok 8 - :omit works
set_pmc() not implemented in class 'Failure'
in regex _block2078 (t/spec/S12-introspection/walk.rakudo:92)
called from method Perl6Object::WALK (src/gen_setting.pm:1864)
called from Main (t/spec/S12-introspection/walk.rakudo:87)
Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/10 subtests

Test Summary Report
-------------------
t/spec/S12-introspection/walk.rakudo (Wstat: 256 Tests: 8 Failed: 0)
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 10 tests but ran 8.
Files=1, Tests=8, 13 wallclock secs ( 0.03 usr  0.01 sys + 12.33 cusr
0.13 csys = 12.50 CPU)
Result: FAIL

If this is a parrot bug (and not a case of poking too deep in parrot's
internals), please open a parrot ticket instead - I can't decide that,
being not confident with either code.

Cheers,
Moritz

Reply via email to