Revision: 15115
Author:   [email protected]
Date:     Thu Jun 13 05:49:38 2013
Log:      Disable compaction stress for test-heap/Regression144230.

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

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

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

=======================================
--- /branches/bleeding_edge/test/cctest/test-heap.cc Wed Jun 12 08:03:44 2013 +++ /branches/bleeding_edge/test/cctest/test-heap.cc Thu Jun 13 05:49:38 2013
@@ -2689,6 +2689,7 @@


 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