Chromium Code Reviews| Index: test/cctest/test-api.cc |
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc |
| index d0b986b796e61f1c2a4e90d9e3fb930e3b2ac881..255397b7a9235f2296d2d3325440f7926c7a6295 100644 |
| --- a/test/cctest/test-api.cc |
| +++ b/test/cctest/test-api.cc |
| @@ -12187,6 +12187,7 @@ static bool MatchPointers(void* key1, void* key2) { |
| TEST(SetJitCodeEventHandler) { |
| i::FLAG_stress_compaction = true; |
| + i::FLAG_incremental_marking = false; |
| const char* script = |
| "function bar() {" |
| " var sum = 0;" |