[wasm-simd][inspector] Use no_simd_sse to skip test
wasm-scope-info requires SIMD, since it prints the value of the SIMD value in scope. We skip it using statusfile when SIMD is not supported. Change-Id: Id64e130a1c497bae95ec5e794ad05816f8c908e7 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2893568 Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#74573}
This commit is contained in:
parent
7235ebc542
commit
34dc2607db
@ -2,9 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Flags: --experimental-wasm-type-reflection --experimental-wasm-simd
|
||||
// SIMD in Liftoff only works with these cpu features, force them on.
|
||||
// Flags: --enable-sse3 --enable-ssse3 --enable-sse4-1
|
||||
// Flags: --experimental-wasm-type-reflection
|
||||
|
||||
utils.load('test/inspector/wasm-inspector-test.js');
|
||||
|
||||
|
@ -119,10 +119,10 @@
|
||||
}], # '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'
|
||||
['no_simd_hardware', {
|
||||
# Test contains SIMD value.
|
||||
'debugger/wasm-scope-info': [SKIP],
|
||||
}], # no_simd_hardware
|
||||
|
||||
##############################################################################
|
||||
['arch == riscv64', {
|
||||
|
Loading…
Reference in New Issue
Block a user