Segfault mentioned above is already tested and the test was unfudged in
https://github.com/perl6/roast/commit/ef7b0da83d#diff-72b101ff62a0582672d4de2788ffa1bbL77

Closing
On 2018-03-12 08:29:49, jan-olof.hen...@bredband.net wrote:
> On Mon, 16 Oct 2017 13:04:48 -0700, barto...@gmx.de wrote:
> > On Sat, 16 Jul 2016 13:18:42 -0700, barto...@gmx.de wrote:
> > > I unfudged one test for this ticket in S04-statements/label.t with
> > > commit https://github.com/perl6/roast/commit/ef7b0da83d
> > >
> > > The code that used to segfault works fine now:
> > >
> > > $ perl6-m -e 'A: for 1 { for 1 { last A }; CONTROL { when CX::Last
> > > {
> > > say "last" }; default { .perl.say } } }'
> > > last
> > >
> > > $ perl6-j -e 'A: for 1 { for 1 { last A }; CONTROL { when CX::Last
> > > {
> > > say "last" }; default { .perl.say } } }'
> > > last
> > >
> > > The mentioned failing tests for rakudo-j are still a thing, tough.
> >
> > The remaining tests fudged with this ticket are passing with rakudo-j
> > now. I unfudged them with commit
> > https://github.com/perl6/roast/commit/07517a0006
>
> Fixed with commit
>
https://github.com/rakudo/rakudo/commit/1fbb8b4053cba722567b1e376c4a3f655b55e42b
> at least on MoarVM.

Reply via email to