Commit 088205f0 authored by Andreas Haas's avatar Andreas Haas Committed by Commit Bot

[predictable] Disable tests that use --wasm-tier-up

There is an implication from --predictable => --single-threaded =>
--no-wasm-tier-up. This implication introduces conflicting flags for
all tests that set --wasm-tier-up. This CL disables all these tests.

R=machenbach@chromium.org

Bug: v8:11319
Change-Id: I32452d74ae33fc0e081971c5c0ed840334f274d5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2632598
Commit-Queue: Andreas Haas <ahaas@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72119}
parent 1f1710d1
......@@ -988,6 +988,15 @@
# BUG(v8:9975).
'es6/typedarray-copywithin': [SKIP],
# BUG(v8:11319): Predictable crashes with --wasm-tier-up.
'wasm/compiled-module-serialization': [SKIP],
'wasm/graceful_shutdown_during_tierup': [SKIP],
'wasm/print-code': [SKIP],
'regress/wasm/regress-11024': [SKIP],
'regress/wasm/regress-7785': [SKIP],
'regress/wasm/regress-808848': [SKIP],
'regress/wasm/regress-808980': [SKIP],
}], # 'predictable == True'
##############################################################################
......
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