diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc index ca2076c595..c3bde5042f 100644 --- a/test/cctest/test-heap.cc +++ b/test/cctest/test-heap.cc @@ -2215,6 +2215,7 @@ static int CountMapTransitions(Map* map) { // Test that map transitions are cleared and maps are collected with // incremental marking as well. TEST(Regress1465) { + i::FLAG_stress_compaction = false; i::FLAG_allow_natives_syntax = true; i::FLAG_trace_incremental_marking = true; CcTest::InitializeVM();