Skip to content

Commit 20e2350

Browse files
committed
Add XFAILs
1 parent 1502090 commit 20e2350

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libcxx/test/libcxx/algorithms/vectorization.compile.pass.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
// We don't know how to vectorize algorithms on GCC
1010
// XFAIL: gcc
1111

12+
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
13+
14+
// We don't vectorize algorithms before C++14
15+
// XFAIL: c++03, c++11
16+
17+
// We don't vectorize algorithms on AIX right now.
18+
// XFAIL: target={{.+}}-aix{{.*}}
19+
1220
// This test ensures that we enable the vectorization of algorithms on the expected
1321
// platforms.
1422

0 commit comments

Comments
 (0)