1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug782083.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +// Binary: cache/js-dbg-32-f1764bf06b29-linux 1.5 +// Flags: --ion-eager 1.6 +// 1.7 + 1.8 +gcPreserveCode(); 1.9 +function r() {} 1.10 +gczeal(2); 1.11 +evaluate(""); 1.12 +evaluate("\ 1.13 +function randomFloat () {\ 1.14 + if (r < 0.25)\ 1.15 + fac = 10000000;\ 1.16 +}\ 1.17 +for (var i = 0; i < 2000; i++)\ 1.18 + randomFloat();\ 1.19 +");