commit: df6db5978c07dbd84eb71d66ae0dae9e55e1973f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 26 08:55:41 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 26 08:56:21 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6db597
llvm-runtimes/libcxx: Add LIT_XFAIL to 22.0.0.9999
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
b/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
index cb170c03ff83..a95352f0932a 100644
--- a/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
+++ b/llvm-runtimes/libcxx/libcxx-22.0.0.9999.ebuild
@@ -174,6 +174,8 @@ multilib_src_compile() {
multilib_src_test() {
local -x LIT_PRESERVES_TMP=1
+ # https://github.com/llvm/llvm-project/issues/153940
+ local -x LIT_XFAIL="libcxx/gdb/gdb_pretty_printer_test.sh.cpp"
cmake_build install-cxx-test-suite-prefix
cp
"${BUILD_DIR}"/{lib,libcxx/test-suite-install/$(get_libdir)}/libc++_shared.so
|| die
if use static-libs; then