Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Todo two continuation tests on Moar.
Would be good to look into them at some point, but they don't cover
things that Rakudo depends on for gather/take.
  • Loading branch information
jnthn committed Jan 8, 2014
1 parent 74d93ae commit 624dae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/moar/01-continuations.t
Expand Up @@ -141,6 +141,7 @@ plan(22);
my $val := nqp::continuationinvoke(nqp::continuationclone($cont),
{ nqp::continuationinvoke(nqp::continuationclone($cont), { 10 }) });

todo('unknown bug with clone', 1);
ok($val == 90, "restacking cont twice with clones works");
}

Expand Down Expand Up @@ -195,6 +196,7 @@ plan(22);
"$q1$q2$q3$q4";
});

todo('probably bug with protect', 1);
ok($queens eq '2413', 'n-queens callcc example');
}

Expand Down

0 comments on commit 624dae2

Please sign in to comment.