js/src/jit-test/tests/auto-regress/bug729797.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:c70b4fbacca0
1 // |jit-test| error:InternalError
2
3 // Binary: cache/js-dbg-64-5a04fd69aa09-linux
4 // Flags: --ion-eager
5 //
6
7 var patterns = new Array();
8 patterns[0] = '';
9 test();
10 function test() {
11 for (i in patterns) {
12 s = patterns[i];
13 status =(test)(s);
14 }
15 }

mercurial