[libcxx-commits] [libcxx] [libc++] Remove temporary XFAIL for Android CI again (PR #147907)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 10 00:30:47 PDT 2025


https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/147907

None

>From ab1ae78c5582a059fd2d05beec2b7bbc9f5cce96 Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Thu, 10 Jul 2025 09:30:20 +0200
Subject: [PATCH] [libc++] Remove temporary XFAIL for Android CI again

---
 .../has_unique_object_representations.compile.pass.cpp         | 3 ---
 1 file changed, 3 deletions(-)

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 9aac871f2633f..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.
-// XFAIL: LIBCXX-ANDROID-FIXME
-
 // type_traits
 
 // has_unique_object_representations



More information about the libcxx-commits mailing list