PPC/s390: [wasm] skip liftoff debugger tests

Tests need to be disable until liftoff is fully implemented.

Change-Id: Ib906b7d4ef2abae1359fbfb1a61031eeb5d5e70c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2028289
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66028}
This commit is contained in:
Milad Farazmand 2020-01-29 16:10:27 +00:00 committed by Commit Bot
parent efaa34b5e5
commit c7e8d66e71

View File

@ -138,4 +138,12 @@
'debug/debug-optimize': [SKIP],
}], # variant == turboprop
##############################################################################
# Liftoff needs to be enabled before running these tests.
['arch in (s390, s390x, ppc, ppc64)', {
'regress/regress-crbug-1032042': [SKIP],
'debug/wasm/debug-step-into-wasm': [SKIP],
'debug/wasm/debug-enabled-tier-down-wasm': [SKIP],
}],
]