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

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 27 21:40:13 PDT 2024


Author: ZhangYin
Date: 2024-10-28T12:40:09+08:00
New Revision: 99b2feadcc770ea52f71dda6cf027373a6931c6c

URL: https://github.com/llvm/llvm-project/commit/99b2feadcc770ea52f71dda6cf027373a6931c6c
DIFF: https://github.com/llvm/llvm-project/commit/99b2feadcc770ea52f71dda6cf027373a6931c6c.diff

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

Added: 
    

Modified: 
    libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp

Removed: 
    


################################################################################
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