Skip to content

Commit

Permalink
Add test for RT #123883.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed May 4, 2015
1 parent 5f6d6a6 commit 046e9f5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions S17-promise/stress.t
@@ -0,0 +1,12 @@
use Test;

plan 1;

# RT #123883
is ([+] await do for ^8 {
start {
my $i;
for ^1_000_000 { $i++; }
$i
}
}), 8_000_000, 'Large number of iterations in threads work fine';

0 comments on commit 046e9f5

Please sign in to comment.