Reviewers: Michael Starzinger,
Description:
Force GC before executing unbox double arrays test to avoid timeouts.
BUG=
Please review this at https://codereview.chromium.org/15292002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/mjsunit/unbox-double-arrays.js
Index: test/mjsunit/unbox-double-arrays.js
diff --git a/test/mjsunit/unbox-double-arrays.js
b/test/mjsunit/unbox-double-arrays.js
index
5d061ae8c4bf8f39a2c89ac7ef42f4b878680a03..61d75bb1e33ea00a353fc838330baae96c016a6f
100644
--- a/test/mjsunit/unbox-double-arrays.js
+++ b/test/mjsunit/unbox-double-arrays.js
@@ -352,6 +352,7 @@ function testOneArrayType(allocator) {
assertTrue(%HasFastDoubleElements(large_array));
}
+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.