Skip to content

Commit 788451c

Browse files
committed
fixup! adjust the libc++ pre-merge CI to run the new target
1 parent 288acdf commit 788451c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,7 @@ 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 \
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
374+
${NINJA} -vC "${BUILD_DIR}" check-lldb-libcxx-integration
381375

382376

383377
echo "--- Running the libc++ and libc++abi tests"

0 commit comments

Comments
 (0)