Reviewers: Jakob,

Description:
Increase stack size for test to work on x64.


[email protected]
BUG=151625


Please review this at https://codereview.chromium.org/11098070/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/limit-locals.js


Index: test/mjsunit/limit-locals.js
diff --git a/test/mjsunit/limit-locals.js b/test/mjsunit/limit-locals.js
index 21ede31ea8214975b6503e3495a08c3ba0400366..edaddb066892d3489e689b2339698dd9359f4bf0 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 ";


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to