[libcxx-commits] [libcxx] [libc++] <experimental/simd> temporarily mark XFAIL for the armv7-unknown-linux-gnueabihf with simd unary test to pass the CI (PR #113641)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 24 20:24:52 PDT 2024


https://github.com/joy2myself created https://github.com/llvm/llvm-project/pull/113641

None

>From 7d9b960e1f10f0bea9feab1ba7737c256a1c056d Mon Sep 17 00:00:00 2001
From: Yin Zhang <zhangyin2018 at iscas.ac.cn>
Date: Fri, 25 Oct 2024 11:22:20 +0800
Subject: [PATCH] [libc++] <experimental/simd> temporarily mark XFAIL for the
 armv7-unknown-linux-gnueabihf with simd unary test to pass the CI

---
 .../test/std/experimental/simd/simd.class/simd_unary.pass.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp b/libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp
index f205ac971e5f08..8cc9924a3cdae1 100644
--- a/libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp
+++ b/libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp
@@ -16,6 +16,10 @@
 //   clang: error: unable to execute command: Illegal instruction: 4
 // XFAIL: target=x86_64-apple-macosx13.7
 
+// FIXME: The following issue occurs on Windows to Armv7 Ubuntu Linux:
+//   Assertion failed: N->getValueType(0) == MVT::v1i1 && "Expected v1i1 type"
+// XFAIL: target=armv7-unknown-linux-gnueabihf
+
 // <experimental/simd>
 //
 // [simd.class]



More information about the libcxx-commits mailing list