Revision: 18746
Author: [email protected]
Date: Wed Jan 22 12:59:25 2014 UTC
Log: Increase the number of allocations in
OptimizedPretenuringdoubleArrayLiterals test to make sure that pretenuring
decisions are not flaky on the tests bots.
BUG=
Review URL: https://codereview.chromium.org/129783006
http://code.google.com/p/v8/source/detail?r=18746
Modified:
/branches/bleeding_edge/test/cctest/test-heap.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Thu Jan 16 08:17:40
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jan 22 12:59:25
2014 UTC
@@ -2374,7 +2374,7 @@
v8::HandleScope scope(CcTest::isolate());
v8::Local<v8::Value> res = CompileRun(
- "var number_elements = 20000;"
+ "var number_elements = 30000;"
"var elements = new Array(number_elements);"
"function f() {"
" for (var i = 0; i < number_elements; i++) {"
--
--
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.