Reviewers: Michael Starzinger,

Description:
Disable --stress-compaction for test-heap/Regress1465.

Test is failing with nested AlwaysAllocateScope.

[email protected]
BUG=

Please review this at https://chromiumcodereview.appspot.com/17085002/

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

Affected files:
  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 d60deedf9f65bd80893c616f6b2200c342679ea8..9abd1bf8f992bb8783278b4df83fb058f24c22cd 100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -2218,6 +2218,7 @@ TEST(Regress1465) {
   i::FLAG_allow_natives_syntax = true;
   i::FLAG_trace_incremental_marking = true;
   CcTest::InitializeVM();
+  i::FLAG_stress_compaction = false;
   v8::HandleScope scope(CcTest::isolate());
   static const int transitions_count = 256;



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


Reply via email to