[wasm-simd][mips] Skip test on MIPS without SIMD
This regression test does not work on MIPS without SIMD since the scalar lowering is not complete yet. Skip it for now. Bug: v8:10831 Change-Id: Icc407488a96d4c965c1cf956f7a74abde078d421 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2385855 Reviewed-by: Bill Budge <bbudge@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#69626}
This commit is contained in:
parent
8959494191
commit
524fa743da
@ -1444,9 +1444,11 @@
|
||||
'compiler/serializer-transition-propagation': [SKIP],
|
||||
}], # variant == nci or variant == nci_as_midtier
|
||||
|
||||
['nosse41', {
|
||||
['nosse41 or ((arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips)', {
|
||||
# Requires scalar lowering for 64x2 SIMD instructions, which are not
|
||||
# implemented yet.
|
||||
# Also skip tests on MIPS arch that don't support SIMD and lowering doesn't yet work correctly.
|
||||
# Condition copied from cctest.status.
|
||||
'regress/wasm/regress-10831': [SKIP],
|
||||
}], # nosse3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user