Commit 5b73adc2 authored by Dominik Inführ's avatar Dominik Inführ Committed by V8 LUCI CQ

[tools] Enable --no-use-map-space again on fuzzers

--no-use-map-space should now be fixed, it is already enabled with
--future.

Bug: v8:12578, chromium:1317880
Change-Id: I9ea10dfaebf7b17cb1c953e272bc3358932a10b5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3702232Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81173}
parent d9b5cbae
......@@ -176,9 +176,6 @@ DISALLOWED_FLAGS = [
# TODO(https://crbug.com/1324097): Enable once maglev is more stable.
'--maglev',
# The flag is unpredictably chatty.
'--no-use-map-space',
]
......
......@@ -31,5 +31,5 @@
[0.1, "--no-wasm-generic-wrapper"],
[0.1, "--turbo-force-mid-tier-regalloc"],
[0.0001, "--simulate-errors"],
[0.25, "--compact-maps"]
[0.25, "--no-use-map-space"]
]
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