-
Notifications
You must be signed in to change notification settings - Fork 14.7k
[libc++][Android] Reenable 2 tests for Android #149415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again.
@llvm/pr-subscribers-libcxx Author: Ryan Prichard (rprichard) ChangesNow that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again. Full diff: https://github.com/llvm/llvm-project/pull/149415.diff 2 Files Affected:
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 97e3afed1c036..8e57e8913dcbe 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 ac63fec691377..bd7da40daf2bc 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
|
/cherry-pick 8aa4fc0 |
Failed to cherry-pick: 8aa4fc0 https://github.com/llvm/llvm-project/actions/runs/16422246220 Please manually backport the fix and push it to your github fork. Once this is done, please create a pull request |
Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again.
Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again.
Now that the Android clang has been upgraded to clang-r563880 (llvm.org/pr148998), these two tests pass again.