Commit 0ac7a48a authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

[foozzie] Add slow-path correctness fuzzing variants

TBR=jgruber@chromium.org
NOTRY=true

Bug: v8:7120
Change-Id: Ib8375e6ad811d9299c9a477ed39c6bc76c0c90dd
Reviewed-on: https://chromium-review.googlesource.com/852232
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50382}
parent a43af008
......@@ -55,6 +55,15 @@ CONFIGS = dict(
'--no-lazy-inner-functions',
'--suppress-asm-messages',
],
slow_path=[
'--force-slow-path',
'--suppress-asm-messages',
],
slow_path_opt=[
'--always-opt',
'--force-slow-path',
'--suppress-asm-messages',
],
trusted=[
'--no-untrusted-code-mitigations',
'--suppress-asm-messages',
......
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