From: rossberg@chromium.org Date: Thu, 11 Oct 2012 12:11:46 +0000 (+0000) Subject: Increase stack size for test to work on x64. X-Git-Tag: upstream/4.7.83~15873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddbd426821cddc6300b456689f80910a1a38195f;p=platform%2Fupstream%2Fv8.git Increase stack size for test to work on x64. R=jkummerow@chromium.org BUG=151625 Review URL: https://codereview.chromium.org/11098070 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12700 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/limit-locals.js b/test/mjsunit/limit-locals.js index 21ede31..edaddb0 100644 --- a/test/mjsunit/limit-locals.js +++ b/test/mjsunit/limit-locals.js @@ -27,7 +27,7 @@ // Test that there is a limit of 131071 locals. -// Flags: --stack-size=721 +// Flags: --stack-size=2011 function function_with_n_locals(n) { test_prefix = "prefix ";