Skip to content

Commit d6d3d2f

Browse files
authored
[libc++] Run additional LLDB data formatters tests as part of libc++'s CI (#110570)
1 parent 97da34e commit d6d3d2f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,14 @@ bootstrapping-build)
371371
-DLLVM_LIT_ARGS="-sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests"
372372

373373
echo "+++ Running the LLDB libc++ data formatter tests"
374-
${NINJA} -vC "${BUILD_DIR}" check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx
374+
${NINJA} -vC "${BUILD_DIR}" check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx \
375+
check-lldb-api-functionalities-data-formatter-data-formatter-stl-generic \
376+
check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx-simulators \
377+
check-lldb-api-commands-expression-import-std-module \
378+
check-lldb-api-lang-cpp-std-function-step-into-callable \
379+
check-lldb-api-lang-cpp-std-function-recognizer \
380+
check-lldb-api-lang-cpp-std-invoke-recognizer
381+
375382

376383
echo "--- Running the libc++ and libc++abi tests"
377384
${NINJA} -vC "${BUILD_DIR}" check-runtimes

0 commit comments

Comments
 (0)