Skip to content

Commit cebfb75

Browse files
committed
[libc++] Temporarily disable failing test for Android CI runners
This test is currently failing in the Android CI, since the compiler used there is too old. Once the Clang version is updated this XFAIL should be removed again.
1 parent afcf76b commit cebfb75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.compile.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// UNSUPPORTED: c++03, c++11, c++14
1010

11+
// The Clang version that Android currently uses in the CI is too old.
12+
// XFAIL: LIBCXX-ANDROID-FIXME
13+
1114
// type_traits
1215

1316
// has_unique_object_representations

0 commit comments

Comments
 (0)