Skip failing test until bug is fixed

Bug: v8:12185
Change-Id: If5f07f6f7aa2d63d09bcf069fce57b124cbc9c76
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3263974
Auto-Submit: Almothana Athamneh <almuthanna@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77787}
This commit is contained in:
Al Muthanna Athamina 2021-11-09 10:56:24 +01:00 committed by V8 LUCI CQ
parent 5a324d629f
commit 47501f907e

View File

@ -1083,6 +1083,13 @@
'compiler/inlined-call-polymorphic': [SKIP],
}], # 'gc_fuzzer'
##############################################################################
# Skip for both deopt_fuzzer and gc_fuzzer
['deopt_fuzzer or gc_fuzzer', {
# BUG(v8:12185).
'wasm/wasm-struct-js-interop': [SKIP],
}], # deopt_fuzzer or gc_fuzzer
##############################################################################
['endurance_fuzzer', {
# BUG(v8:7400).