Skip to content

Commit 13bb328

Browse files
committed
[libc++] XFAIL is_bounded_array.pass.cpp for Android as well
The Android CI is currently using a compiler that's too old.
1 parent 0f0079c commit 13bb328

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.comp/is_bounded_array.pass.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
//===----------------------------------------------------------------------===//
88
// UNSUPPORTED: c++03, c++11, c++14, c++17
99

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

1215
// is_bounded_array<T>

0 commit comments

Comments
 (0)