1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug790921.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +// |jit-test| slow; 1.5 +// Binary: cache/js-dbg-64-fdfaef738a00-linux 1.6 +// Flags: --ion-eager 1.7 +// 1.8 + 1.9 +evaluate("\ 1.10 +gcparam(\"maxBytes\", gcparam(\"gcBytes\") + 4 );\n\ 1.11 +test();\n\ 1.12 +function test() {\n\ 1.13 + function flatten(arr)\n\ 1.14 + actual = flatten([1, [2], 3]);\ 1.15 +}\n\ 1.16 +"); 1.17 +try {} catch (lfVare) {}