Reviewers: ulan,
Description:
Fix newly added test to not run with optimize-for-size
[email protected]
BUG=none
LOG=n
Please review this at https://codereview.chromium.org/673593002/
Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M test/cctest/test-spaces.cc
Index: test/cctest/test-spaces.cc
diff --git a/test/cctest/test-spaces.cc b/test/cctest/test-spaces.cc
index
5667b201571f4ebb24b9a542bbd4134dba5982eb..8fcb7d94e879b6229cc3779c66657a8f17dd36e2
100644
--- a/test/cctest/test-spaces.cc
+++ b/test/cctest/test-spaces.cc
@@ -472,6 +472,7 @@ static inline void
FillCurrentPage(v8::internal::NewSpace* space) {
UNINITIALIZED_TEST(NewSpaceGrowsToTargetCapacity) {
FLAG_target_semi_space_size = 2;
+ FLAG_optimize_for_size = false;
v8::Isolate* isolate = v8::Isolate::New();
{
--
--
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/d/optout.