Reviewers: Yang,

Message:
Disabling compaction for this test-case, because trying to fix it would just be
brain-dead.

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

[email protected]
BUG=v8:2724
TEST=cctest/test-heap/Regression144230

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

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 72d124fd1f219df2d909f442f63f563ca5aabfcb..d60deedf9f65bd80893c616f6b2200c342679ea8 100644
--- a/test/cctest/test-heap.cc
+++ b/test/cctest/test-heap.cc
@@ -2689,6 +2689,7 @@ TEST(ReleaseStackTraceData) {


 TEST(Regression144230) {
+  i::FLAG_stress_compaction = false;
   CcTest::InitializeVM();
   Isolate* isolate = Isolate::Current();
   Heap* heap = isolate->heap();


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