| Index: test/cctest/test-dictionary.cc
|
| diff --git a/test/cctest/test-dictionary.cc b/test/cctest/test-dictionary.cc
|
| index 27c4fe4690960ed5d5b99965187623733fcbfd91..2bdf235524e99a25a8cc673b90d6313992d487f0 100644
|
| --- a/test/cctest/test-dictionary.cc
|
| +++ b/test/cctest/test-dictionary.cc
|
| @@ -103,6 +103,7 @@ TEST(ObjectHashTable) {
|
|
|
| #ifdef DEBUG
|
| TEST(ObjectHashSetCausesGC) {
|
| + i::FLAG_stress_compaction = false;
|
| LocalContext context;
|
| Isolate* isolate = Isolate::Current();
|
| Factory* factory = isolate->factory();
|
| @@ -135,6 +136,7 @@ TEST(ObjectHashSetCausesGC) {
|
|
|
| #ifdef DEBUG
|
| TEST(ObjectHashTableCausesGC) {
|
| + i::FLAG_stress_compaction = false;
|
| LocalContext context;
|
| Isolate* isolate = Isolate::Current();
|
| Factory* factory = isolate->factory();
|
|
|