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:
parent
5a324d629f
commit
47501f907e
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user