Commit 66a56005 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[heap] Bail out of test that doesn't support --noflush-code

... when we run without code flushing.

BUG=

Change-Id: I956c53732598d805581388453010238c029fc3ba
Reviewed-on: https://chromium-review.googlesource.com/458199Reviewed-by: 's avatarHannes Payer <hpayer@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44016}
parent 0b90e985
......@@ -3873,6 +3873,7 @@ TEST(Regress165495) {
TEST(Regress169209) {
if (!i::FLAG_incremental_marking) return;
if (!i::FLAG_flush_code) return;
i::FLAG_always_opt = false;
i::FLAG_stress_compaction = false;
i::FLAG_allow_natives_syntax = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment