| Index: test/cctest/test-mark-compact.cc
|
| diff --git a/test/cctest/test-mark-compact.cc b/test/cctest/test-mark-compact.cc
|
| index 700f3222ae45b7b0d80476e3e225960c96bdd235..a6798a262c9fe5d465d438c093fdb74980374f9b 100644
|
| --- a/test/cctest/test-mark-compact.cc
|
| +++ b/test/cctest/test-mark-compact.cc
|
| @@ -527,6 +527,7 @@ static intptr_t MemoryInUse() {
|
| TEST(BootUpMemoryUse) {
|
| intptr_t initial_memory = MemoryInUse();
|
| FLAG_crankshaft = false; // Avoid flakiness.
|
| + FLAG_optimize_in_parallel = false;
|
| // Only Linux has the proc filesystem and only if it is mapped. If it's not
|
| // there we just skip the test.
|
| if (initial_memory >= 0) {
|
|
|