Skip to content

Commit 4af6cb7

Browse files
committed
Restore Android test markers, but use UNSUPPORTED instead of XFAIL
1 parent ca6a515 commit 4af6cb7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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+
// UNSUPPORTED: LIBCXX-ANDROID-FIXME
12+
1013
// type_traits
1114

1215
// is_bounded_array<T>

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+
// UNSUPPORTED: LIBCXX-ANDROID-FIXME
13+
1114
// type_traits
1215

1316
// has_unique_object_representations

0 commit comments

Comments
 (0)