Commit e2a1eef3 authored by Z Nguyen-Huu's avatar Z Nguyen-Huu Committed by Commit Bot

[wasm] skip test in unsupported liftoff arch

Since liftoff is turned on upon debugger.enable, these tests need to be
skipped.

Change-Id: Icaa02ffb77d0bbcb24b2c232e519c0547e714a24
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2062940Reviewed-by: 's avatarMilad Farazmand <miladfar@ca.ibm.com>
Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#66335}
parent afaa907f
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
############################################################################## ##############################################################################
['arch == ppc or arch == ppc64', { ['arch == ppc or arch == ppc64', {
# Liftoff needs to be enabled before running these tests. # Liftoff needs to be enabled before running these tests.
'debugger/wasm-scope-info': [SKIP],
'debugger/wasm-scope-info-liftoff': [SKIP], 'debugger/wasm-scope-info-liftoff': [SKIP],
'debugger/wasm-set-breakpoint-liftoff': [SKIP], 'debugger/wasm-set-breakpoint-liftoff': [SKIP],
}], # 'arch == ppc or arch == ppc64' }], # 'arch == ppc or arch == ppc64'
...@@ -79,6 +80,7 @@ ...@@ -79,6 +80,7 @@
# Stack manipulations in LiveEdit is not implemented for this arch. # Stack manipulations in LiveEdit is not implemented for this arch.
'debugger/set-script-source-stack-padding': [SKIP], 'debugger/set-script-source-stack-padding': [SKIP],
# Liftoff needs to be enabled before running these tests. # Liftoff needs to be enabled before running these tests.
'debugger/wasm-scope-info': [SKIP],
'debugger/wasm-scope-info-liftoff': [SKIP], 'debugger/wasm-scope-info-liftoff': [SKIP],
'debugger/wasm-set-breakpoint-liftoff': [SKIP], 'debugger/wasm-set-breakpoint-liftoff': [SKIP],
}], # 'arch == s390 or arch == s390x' }], # 'arch == s390 or arch == s390x'
......
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