Commit 81a01045 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[foozie] Add asm.js parser+validator configuration.

This adds a new "ignition_asm" configuration for the correctness fuzzer.
It is intended to compare execution behavior of asm.js modules (either
valid or invalid) that are translated to WASM, against baseline Ignition
execution. There should be no observable difference between these two
configurations.

R=machenbach@chromium.org
BUG=v8:6127
NOTRY=true

Change-Id: Id3bf8ef8251bf60391876d560f35ddd89818898f
Reviewed-on: https://chromium-review.googlesource.com/479653Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44686}
parent 7b4e4ab7
......@@ -31,6 +31,16 @@ CONFIGS = dict(
'--hydrogen-filter=~',
'--nocrankshaft',
],
ignition_asm=[
'--ignition',
'--turbo-filter=~',
'--hydrogen-filter=~',
'--nocrankshaft',
'--validate-asm',
'--fast-validate-asm',
'--stress-validate-asm',
'--suppress-asm-messages',
],
ignition_eager=[
'--ignition',
'--turbo-filter=~',
......
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