Commit 348736ef authored by rossberg@chromium.org's avatar rossberg@chromium.org

Find a stack limit for the test that works on both Win32 and Linux64.

R=mstarzinger@chromium.org
BUG=151625

Review URL: https://codereview.chromium.org/11086073

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12701 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent ddbd4268
......@@ -27,7 +27,7 @@
// Test that there is a limit of 131071 locals.
// Flags: --stack-size=2011
// Flags: --stack-size=1200
function function_with_n_locals(n) {
test_prefix = "prefix ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment