diff options
author | Ryan Prichard <rprichard@google.com> | 2025-07-17 18:08:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-17 18:08:52 -0700 |
commit | 8aa4fc0a9f80475dc0efb2ce14a860f86147d52d (patch) | |
tree | 6ba70cdc04562533a898a3a836401d1b9893ad2b | |
parent | 4a9eaad9e1283b872788832d5bce7e7945b97c78 (diff) | |
download | llvm-8aa4fc0a9f80475dc0efb2ce14a860f86147d52d.zip llvm-8aa4fc0a9f80475dc0efb2ce14a860f86147d52d.tar.gz llvm-8aa4fc0a9f80475dc0efb2ce14a860f86147d52d.tar.bz2 |
[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.
2 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp index 97e3afe..8e57e89 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/is_bounded_array.pass.cpp @@ -7,9 +7,6 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++03, c++11, c++14, c++17 -// The Clang version that Android currently uses in the CI is too old. -// UNSUPPORTED: LIBCXX-ANDROID-FIXME - // type_traits // is_bounded_array<T> diff --git a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.compile.pass.cpp b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.compile.pass.cpp index ac63fec..bd7da40 100644 --- a/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.compile.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.compile.pass.cpp @@ -8,9 +8,6 @@ // UNSUPPORTED: c++03, c++11, c++14 -// The Clang version that Android currently uses in the CI is too old. -// UNSUPPORTED: LIBCXX-ANDROID-FIXME - // type_traits // has_unique_object_representations |