Commit d8e1f4d5 authored by Patrick Thier's avatar Patrick Thier Committed by Commit Bot

[test][sparkplug] Skip debugger test for archs without Sparkplug.

Change-Id: I1ddb64331053e969edd81debb69cc06b80c1095f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2850635
Commit-Queue: Patrick Thier <pthier@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Auto-Submit: Patrick Thier <pthier@chromium.org>
Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74170}
parent 50be01b2
......@@ -153,6 +153,12 @@
'debug/wasm/*': [SKIP],
}],
##############################################################################
# Tests requiring Sparkplug.
['arch not in (x64, arm64, ia32, arm)', {
'regress/regress-crbug-1199681': [SKIP],
}],
################################################################################
['variant == stress_snapshot', {
'*': [SKIP], # only relevant for mjsunit tests.
......
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