[mips] Skip inspector/debugger/wasm-scope-info* tests
Since the inspector/debugger/wasm-scope-info* tests need simd128, but not all mips cpus support it, we skip the tests on mips platforms without simd support. Change-Id: Iebefa5d6b33d80d707ad0077be7d4f25e3e52b4f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2439769 Commit-Queue: Zhao Jiazhong <zhaojiazhong-hf@loongson.cn> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#70216}
This commit is contained in:
parent
2e9cb16c14
commit
2abb9de6f5
@ -94,6 +94,12 @@
|
||||
'debugger/wasm-*': [SKIP],
|
||||
}], # 'arch == s390 or arch == s390x'
|
||||
|
||||
##############################################################################
|
||||
['(arch == mipsel or arch == mips64el) and not simd_mips', {
|
||||
# Skip tests that fail on MIPS architectures that don't support SIMD.
|
||||
'debugger/wasm-scope-info*': [SKIP],
|
||||
}], # '(arch == mipsel or arch == mips64el) and not simd_mips'
|
||||
|
||||
################################################################################
|
||||
['variant == stress_snapshot', {
|
||||
'*': [SKIP], # only relevant for mjsunit tests.
|
||||
|
Loading…
Reference in New Issue
Block a user