Revision: 12817
Author:
yan...@chromium.org
Date: Thu Oct 25 05:39:41 2012
Log: Relax test expectations to appease mac build.
R=
mstar...@chromium.org
BUG=
Review URL:
https://chromiumcodereview.appspot.com/11272029
http://code.google.com/p/v8/source/detail?r=12817
Modified:
/branches/bleeding_edge/test/mjsunit/json-recursive.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/json-recursive.js Thu Oct 25
05:36:40 2012
+++ /branches/bleeding_edge/test/mjsunit/json-recursive.js Thu Oct 25
05:39:41 2012
@@ -42,7 +42,7 @@
RangeError);
-var depth1 = 2048;
+var depth1 = 1500;
var depth2 = 10000;
var deepArray = [];
for (var i = 0; i < depth1; i++) deepArray = [deepArray];