Skip to content

Commit 99b2fea

Browse files
authored
[libc++] <experimental/simd> temporarily mark XFAIL for the armv7-unknown-linux-gnueabihf with simd unary test to pass the CI (#113641)
1 parent c876d71 commit 99b2fea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
// clang: error: unable to execute command: Illegal instruction: 4
1717
// XFAIL: target=x86_64-apple-macosx13.7
1818

19+
// FIXME: The following issue occurs on Windows to Armv7 Ubuntu Linux:
20+
// Assertion failed: N->getValueType(0) == MVT::v1i1 && "Expected v1i1 type"
21+
// XFAIL: target=armv7-unknown-linux-gnueabihf
22+
1923
// <experimental/simd>
2024
//
2125
// [simd.class]

0 commit comments

Comments
 (0)