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


starting from r31218 this test segfaults (i386 32 bit linux):

$ TEST_JOBS=1 make t/spec/S04-statements/gather.t
t/spec/S04-statements/gather.rakudo....
1..12
not ok 1 - not yet gathered # TODO lazy gather/takr
ok 2 - 5 elements gathered
ok 3 - gather code executed
ok 4 - first elem taken
ok 5 - # SKIP * not implemented
ok 6 - nested gather works (two levels)
ok 7 - nested gather works (three levels)
ok 8 - take on lists and multiple takes work
 Failed 4/12 subtests
        (less 1 skipped subtest: 7 okay)

Test Summary Report
-------------------
t/spec/S04-statements/gather.rakudo (Wstat: 11 Tests: 8 Failed: 0)
  Parse errors: Bad plan.  You planned 12 tests but ran 8.
Files=1, Tests=8,  2 wallclock secs ( 0.01 usr  0.00 sys +  1.67 cusr
0.04 csys =  1.72 CPU)
Result: FAIL

$ ../../parrot -G perl6.pbc  t/spec/S04-statements/gather.rakudo
1..12
not ok 1 - not yet gathered# TODO lazy gather/takr
ok 2 - 5 elements gathered
ok 3 - gather code executed
ok 4 - first elem taken
ok 5 - # SKIP * not implemented
ok 6 - nested gather works (two levels)
ok 7 - nested gather works (three levels)
ok 8 - take on lists and multiple takes work
Segmentation fault

Reply via email to