[libcxx-commits] [libcxx] [libc++] Temporarily disable the lldb tests (PR #141014)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 25 10:53:25 PDT 2025
https://github.com/philnik777 updated https://github.com/llvm/llvm-project/pull/141014
>From e4c4a7f092c5b9ec0b34d250eb912a78ee097a34 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