Skip to content

Commit eee90cf

Browse files
rprichardfrederick-vs-ja
authored andcommitted
[libc++][Android] Reenable 2 tests for Android (#149415)
Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again.
1 parent 756f489 commit eee90cf

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
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-
1310
// type_traits
1411

1512
// is_bounded_array<T>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
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-
1411
// type_traits
1512

1613
// has_unique_object_representations

0 commit comments

Comments
 (0)