Revision: 14743
Author: [email protected]
Date: Wed May 22 02:05:22 2013
Log: Force GC before executing unbox double arrays test to avoid
timeouts.
BUG=
Review URL: https://codereview.chromium.org/15292002
http://code.google.com/p/v8/source/detail?r=14743
Modified:
/branches/bleeding_edge/test/mjsunit/unbox-double-arrays.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/unbox-double-arrays.js Fri Aug 10
05:26:33 2012
+++ /branches/bleeding_edge/test/mjsunit/unbox-double-arrays.js Wed May 22
02:05:22 2013
@@ -352,6 +352,9 @@
assertTrue(%HasFastDoubleElements(large_array));
}
+// Force gc here to start with a clean heap if we repeat this test multiple
+// times.
+gc();
testOneArrayType(make_object_like_array);
testOneArrayType(Array);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.