Reviewers: Michael Starzinger,
Description:
Find a stack limit for the test that works on both Win32 and Linux64.
[email protected]
BUG=151625
Please review this at https://codereview.chromium.org/11086073/
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
edaddb066892d3489e689b2339698dd9359f4bf0..a166f30617c21f307048b96feb8fa0038dd43f4d
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=2011
+// Flags: --stack-size=1200
function function_with_n_locals(n) {
test_prefix = "prefix ";
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev