Commit a362c78e authored by Nico Hartmann's avatar Nico Hartmann Committed by V8 LUCI CQ

Disable failing wasm/grow-memory test on arm64 mac

Bug: v8:13184
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: I0200ce6e7877acf06cbffd8f7edd276119278f50
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3829468
Auto-Submit: Nico Hartmann <nicohartmann@chromium.org>
Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82434}
parent d43969ea
......@@ -1248,6 +1248,12 @@
'baseline/*': [SKIP],
}], # variant == stress
##############################################################################
['system == macos and arch == arm64 and variant == stress', {
# https://crbug.com/v8/13184
'wasm/grow-memory': [SKIP],
}], # system == macos and arch == arm64 and variant == stress
##############################################################################
['variant == stress and (arch == arm or arch == arm64) and simulator_run', {
# Slow tests: https://crbug.com/v8/7783
......
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