Commit 9c5108c8 authored by Michael Achenbach's avatar Michael Achenbach Committed by V8 LUCI CQ

[foozzie] Disable --multi-mapped-mock-allocator for correctness fuzzing

No-Try: true
Bug: chromium:1337522
Change-Id: I086cec1209d6646441f128d9de9493987fc49490
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3711754Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarSamuel Groß <saelo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81236}
parent b82d352a
......@@ -176,6 +176,9 @@ DISALLOWED_FLAGS = [
# TODO(https://crbug.com/1324097): Enable once maglev is more stable.
'--maglev',
# Bails out when sorting, leading to differences in sorted output.
'--multi-mapped-mock-allocator',
]
......
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