From cebfb75c9f02e2ef0d4deadf606299f87ec252cc Mon Sep 17 00:00:00 2001 From: Nikolas Klauser Date: Thu, 10 Jul 2025 09:28:44 +0200 Subject: [PATCH] [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. --- .../has_unique_object_representations.compile.pass.cpp | 3 +++ 1 file changed, 3 insertions(+) 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 bd7da40daf2b..9aac871f2633 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