diff options
Diffstat (limited to 'deps/v8/test/cctest/test-dictionary.cc')
-rw-r--r-- | deps/v8/test/cctest/test-dictionary.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/cctest/test-dictionary.cc b/deps/v8/test/cctest/test-dictionary.cc index 27c4fe4690..2bdf235524 100644 --- a/deps/v8/test/cctest/test-dictionary.cc +++ b/deps/v8/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(); |