File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments