[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:25:26 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: ZhangYin (joy2myself)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/113641.diff


1 Files Affected:

- (modified) libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp (+4) 


``````````diff
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]

``````````

</details>


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


More information about the libcxx-commits mailing list