comparison: js/src/jit-test/tests/parallel/bug971385.js
js/src/jit-test/tests/parallel/bug971385.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| slow; |
|
2 load(libdir + "asserts.js"); |
|
3 |
|
4 function f() { |
|
5 Array.buildPar(6, function() {}); |
|
6 f(); |
|
7 } |
|
8 |
|
9 if (getBuildConfiguration().parallelJS) |
|
10 assertThrowsInstanceOf(f, InternalError); |