Commit a43af008 authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Add "trusted" correctness fuzzing variants

NOTRY=true

Bug: chromium:798982
Change-Id: I0aa2bee5bf33884fa9bfc15da3053d817e1a1b49
Reviewed-on: https://chromium-review.googlesource.com/852212Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50381}
parent ae299377
......@@ -55,6 +55,15 @@ CONFIGS = dict(
'--no-lazy-inner-functions',
'--suppress-asm-messages',
],
trusted=[
'--no-untrusted-code-mitigations',
'--suppress-asm-messages',
],
trusted_opt=[
'--always-opt',
'--no-untrusted-code-mitigations',
'--suppress-asm-messages',
],
)
# Timeout in seconds for one d8 run.
......
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