Revision: 19794
Author:   [email protected]
Date:     Tue Mar 11 11:53:40 2014 UTC
Log: Do not run AddInstructionChangesNewSpacePromotion test in release mode.

BUG=
[email protected]

Review URL: https://codereview.chromium.org/194663004
http://code.google.com/p/v8/source/detail?r=19794

Modified:
 /branches/bleeding_edge/test/cctest/test-heap.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Tue Mar 11 11:36:55 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-heap.cc Tue Mar 11 11:53:40 2014 UTC
@@ -3699,6 +3699,7 @@
 }


+#ifdef DEBUG
 TEST(AddInstructionChangesNewSpacePromotion) {
   i::FLAG_allow_natives_syntax = true;
   i::FLAG_expose_gc = true;
@@ -3739,3 +3740,4 @@
   g->Call(global, 1, args1);
   heap->CollectAllGarbage(Heap::kAbortIncrementalMarkingMask);
 }
+#endif

--
--
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.

Reply via email to