[libcxx-commits] [libcxx] d6d3d2f - [libc++] Run additional LLDB data formatters tests as part of libc++'s CI (#110570)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 1 06:49:25 PDT 2024
Author: Louis Dionne
Date: 2024-10-01T09:49:22-04:00
New Revision: d6d3d2f5d98c45f76480a6827d72720e2b1c72c0
URL: https://github.com/llvm/llvm-project/commit/d6d3d2f5d98c45f76480a6827d72720e2b1c72c0
DIFF: https://github.com/llvm/llvm-project/commit/d6d3d2f5d98c45f76480a6827d72720e2b1c72c0.diff
LOG: [libc++] Run additional LLDB data formatters tests as part of libc++'s CI (#110570)
Added:
Modified:
libcxx/utils/ci/run-buildbot
Removed:
################################################################################
diff --git a/libcxx/utils/ci/run-buildbot b/libcxx/utils/ci/run-buildbot
index a82d121838703a..229963b38f52b3 100755
--- a/libcxx/utils/ci/run-buildbot
+++ b/libcxx/utils/ci/run-buildbot
@@ -371,7 +371,14 @@ bootstrapping-build)
-DLLVM_LIT_ARGS="-sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests"
echo "+++ Running the LLDB libc++ data formatter tests"
- ${NINJA} -vC "${BUILD_DIR}" check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx
+ ${NINJA} -vC "${BUILD_DIR}" check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx \
+ check-lldb-api-functionalities-data-formatter-data-formatter-stl-generic \
+ check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx-simulators \
+ check-lldb-api-commands-expression-import-std-module \
+ check-lldb-api-lang-cpp-std-function-step-into-callable \
+ check-lldb-api-lang-cpp-std-function-recognizer \
+ check-lldb-api-lang-cpp-std-invoke-recognizer
+
echo "--- Running the libc++ and libc++abi tests"
${NINJA} -vC "${BUILD_DIR}" check-runtimes
More information about the libcxx-commits
mailing list