Revision: 24795
Author: [email protected]
Date: Wed Oct 22 08:15:47 2014 UTC
Log: Really disable test when running with optimize for size
[email protected]
[email protected]
LOG=n
BUG=none
Review URL: https://codereview.chromium.org/652903008
https://code.google.com/p/v8/source/detail?r=24795
Modified:
/branches/bleeding_edge/test/cctest/test-spaces.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-spaces.cc Wed Oct 22 07:36:12
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-spaces.cc Wed Oct 22 08:15:47
2014 UTC
@@ -472,7 +472,7 @@
UNINITIALIZED_TEST(NewSpaceGrowsToTargetCapacity) {
FLAG_target_semi_space_size = 2;
- FLAG_optimize_for_size = false;
+ if (FLAG_optimize_for_size) return;
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.