[libcxx-commits] [libcxx] [libc++] Temporarily disable the lldb tests (PR #141014)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 22 00:30:39 PDT 2025
https://github.com/philnik777 created https://github.com/llvm/llvm-project/pull/141014
The lldb tests are currently failing for reasons unrelated to libc++. This disables the tests to make sure we run our own tests on all the supported platforms.
>From 6c12b70d30ec47c531e59cfe4f7a01cacdb68ebc Mon Sep 17 00:00:00 2001
From: Nikolas Klauser <nikolasklauser at berlin.de>
Date: Thu, 22 May 2025 09:29:35 +0200
Subject: [PATCH] [libc++] Temporarily disable the lldb tests
---
libcxx/utils/ci/run-buildbot | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index d8b23be9a0323..34b42a525e8f9 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -406,8 +406,8 @@ bootstrapping-build)
${NINJA} -vC "${BUILD_DIR}" install-runtimes
step "Running the LLDB libc++ data formatter tests"
- ${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
- ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
+ # ${NINJA} -vC "${BUILD_DIR}" lldb-api-test-deps
+ # ${BUILD_DIR}/bin/llvm-lit -sv --param dotest-args='--category libc++' "${MONOREPO_ROOT}/lldb/test/API"
ccache -s
;;
More information about the libcxx-commits
mailing list