Revision: 12701
Author:   [email protected]
Date:     Thu Oct 11 06:10:24 2012
Log: Find a stack limit for the test that works on both Win32 and Linux64.

[email protected]
BUG=151625

Review URL: https://codereview.chromium.org/11086073
http://code.google.com/p/v8/source/detail?r=12701

Modified:
 /branches/bleeding_edge/test/mjsunit/limit-locals.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/limit-locals.js Thu Oct 11 05:11:46 2012 +++ /branches/bleeding_edge/test/mjsunit/limit-locals.js Thu Oct 11 06:10:24 2012
@@ -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

Reply via email to