From 99b2feadcc770ea52f71dda6cf027373a6931c6c Mon Sep 17 00:00:00 2001 From: ZhangYin Date: Mon, 28 Oct 2024 12:40:09 +0800 Subject: [PATCH] [libc++] temporarily mark XFAIL for the armv7-unknown-linux-gnueabihf with simd unary test to pass the CI (#113641) --- .../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 f205ac971e5f..8cc9924a3cda 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 + // // // [simd.class]