[libcxx-commits] [libcxx] cebfb75 - [libc++] Temporarily disable failing test for Android CI runners

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


Author: Nikolas Klauser
Date: 2025-07-10T09:28:46+02:00
New Revision: cebfb75c9f02e2ef0d4deadf606299f87ec252cc

URL: https://github.com/llvm/llvm-project/commit/cebfb75c9f02e2ef0d4deadf606299f87ec252cc
DIFF: https://github.com/llvm/llvm-project/commit/cebfb75c9f02e2ef0d4deadf606299f87ec252cc.diff

LOG: [libc++] Temporarily disable failing test for Android CI runners

This test is currently failing in the Android CI, since the compiler
used there is too old. Once the Clang version is updated this XFAIL
should be removed again.

Added: 
    

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

Removed: 
    


################################################################################
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 bd7da40daf2bc..9aac871f2633f 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,6 +8,9 @@
 
 // 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