Commit 524fa743 authored by Ng Zhi An's avatar Ng Zhi An Committed by Commit Bot

[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/+/2385855Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69626}
parent 89594941
......@@ -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
......
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