diff options
Diffstat (limited to 'js/src/jit-test/tests/auto-regress/bug790921.js')
-rw-r--r-- | js/src/jit-test/tests/auto-regress/bug790921.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/auto-regress/bug790921.js b/js/src/jit-test/tests/auto-regress/bug790921.js new file mode 100644 index 000000000..bb679546f --- /dev/null +++ b/js/src/jit-test/tests/auto-regress/bug790921.js @@ -0,0 +1,14 @@ +// |jit-test| slow; +// Binary: cache/js-dbg-64-fdfaef738a00-linux +// Flags: --ion-eager +// + +evaluate("\ +gcparam(\"maxBytes\", gcparam(\"gcBytes\") + 4 );\n\ +test();\n\ +function test() {\n\ + function flatten(arr)\n\ + actual = flatten([1, [2], 3]);\ +}\n\ +"); +try {} catch (lfVare) {} |