Revision: 12700
Author: [email protected]
Date: Thu Oct 11 05:11:46 2012
Log: Increase stack size for test to work on x64.
[email protected]
BUG=151625
Review URL: https://codereview.chromium.org/11098070
http://code.google.com/p/v8/source/detail?r=12700
Modified:
/branches/bleeding_edge/test/mjsunit/limit-locals.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/limit-locals.js Thu Oct 11
04:40:10 2012
+++ /branches/bleeding_edge/test/mjsunit/limit-locals.js Thu Oct 11
05:11:46 2012
@@ -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