Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as r19794 (tree was closed).

Description:
Do not run AddInstructionChangesNewSpacePromotion test in release mode.

BUG=
[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=19794

Please review this at https://codereview.chromium.org/194663004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -0 lines):
  M test/cctest/test-heap.cc


Index: test/cctest/test-heap.cc
diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
index 74fb9bc5dd1cc560312bc5bd823966633e37984e..00b8ba802eb91089e08681be7aa8e92a888123a6 100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -3699,6 +3699,7 @@ TEST(ObjectsInOptimizedCodeAreWeak) {
 }


+#ifdef DEBUG
 TEST(AddInstructionChangesNewSpacePromotion) {
   i::FLAG_allow_natives_syntax = true;
   i::FLAG_expose_gc = true;
@@ -3739,3 +3740,4 @@ TEST(AddInstructionChangesNewSpacePromotion) {
   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