From 524fa743da8a4fd15f3e61e784da058314192981 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Mon, 31 Aug 2020 09:29:18 -0700 Subject: [PATCH] [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 Commit-Queue: Zhi An Ng Cr-Commit-Position: refs/heads/master@{#69626} --- test/mjsunit/mjsunit.status | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 4c632d9c2b..ac869eb70d 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -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