Commit 565829f5 authored by Michael Starzinger's avatar Michael Starzinger Committed by Commit Bot

[asm.js] Switch test coverage to --fast-validate-asm.

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

Change-Id: I8681102a2eec42a55db8d98d2422faa69d4c193c
Reviewed-on: https://chromium-review.googlesource.com/459478Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44109}
parent 97300c5c
......@@ -664,14 +664,47 @@
# need to re-enable these for the "new" validator.
'code-coverage-precise': [SKIP],
'object-freeze': [SKIP],
'asm/asm-validation': [SKIP],
'asm/infinite-loops': [SKIP],
'es6/completion': [SKIP],
'es6/function-length-configurable': [SKIP],
'es6/object-assign': [SKIP],
'es6/proxies-cross-realm-exception': [SKIP],
'harmony/function-tostring': [SKIP],
'compiler/regress-445859': [SKIP],
'compiler/regress-452427': [SKIP],
'regress/regress-353058': [SKIP],
'regress/regress-458987': [SKIP],
'regress/regress-599068-func-bindings': [SKIP],
'regress/regress-599719': [SKIP],
'regress/regress-618608': [SKIP],
'regress/regress-619382': [SKIP],
'regress/regress-632289': [SKIP],
'regress/regress-670808': [SKIP],
'regress/regress-crbug-530598': [SKIP],
'wasm/asm-wasm': [SKIP],
'wasm/asm-wasm-exception-in-tonumber': [SKIP],
'wasm/asm-wasm-stack': [SKIP],
'wasm/errors': [SKIP],
# Issue 6127: Tiggers ASAN reports with "new" validator.
'asm/b5528-comma': [SKIP],
'asm/if-folding': [SKIP],
'asm/if-reduction': [SKIP],
'wasm/embenchen/box2d': [SKIP],
'wasm/embenchen/copy': [SKIP],
'wasm/embenchen/corrections': [SKIP],
'wasm/embenchen/fannkuch': [SKIP],
'wasm/embenchen/fasta': [SKIP],
'wasm/embenchen/lua_binarytrees': [SKIP],
'wasm/embenchen/memops': [SKIP],
'wasm/embenchen/primes': [SKIP],
'wasm/embenchen/zlib': [SKIP],
# Issue 6127: Breaks on no-snap bots.
'es8/regress/regress-624300': [SKIP],
'regress/regress-148378': [SKIP],
'regress/regress-446389': [SKIP],
}], # variant == asm_wasm
['variant == wasm_traps', {
......
......@@ -12,7 +12,7 @@ ALL_VARIANT_FLAGS = {
"noturbofan_stress": [["--no-turbo", "--stress-opt", "--always-opt"]],
"fullcode": [["--nocrankshaft", "--no-turbo"]],
"nooptimization": [["--nocrankshaft", "--turbo-filter=~"]],
"asm_wasm": [["--validate-asm", "--stress-validate-asm"]],
"asm_wasm": [["--validate-asm", "--fast-validate-asm", "--stress-validate-asm"]],
"wasm_traps": [["--wasm_guard_pages", "--wasm_trap_handler", "--invoke-weak-callbacks"]],
}
......@@ -25,7 +25,7 @@ FAST_VARIANT_FLAGS = {
"noturbofan_stress": [["--no-turbo", "--stress-opt"]],
"fullcode": [["--nocrankshaft", "--no-turbo"]],
"nooptimization": [["--nocrankshaft", "--turbo-filter=~"]],
"asm_wasm": [["--validate-asm", "--stress-validate-asm"]],
"asm_wasm": [["--validate-asm", "--fast-validate-asm", "--stress-validate-asm"]],
"wasm_traps": [["--wasm_guard_pages", "--wasm_trap_handler", "--invoke-weak-callbacks"]],
}
......
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