File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -371,8 +371,7 @@ bootstrapping-build)
371
371
-DLLVM_LIT_ARGS=" -sv --xunit-xml-output test-results.xml --timeout=1500 --time-tests"
372
372
373
373
echo " +++ Running the LLDB libc++ data formatter tests"
374
- ${NINJA} -vC " ${BUILD_DIR} " check-lldb-libcxx-integration
375
-
374
+ ${BUILD_DIR} /bin/llvm-lit -sv " --category libc++" " ${MONOREPO_ROOT} /lldb/test/API"
376
375
377
376
echo " --- Running the libc++ and libc++abi tests"
378
377
${NINJA} -vC " ${BUILD_DIR} " check-runtimes
Original file line number Diff line number Diff line change @@ -267,20 +267,6 @@ add_lit_testsuite(check-lldb "Running lldb lit test suite"
267
267
lldb-shell-test-deps
268
268
lldb-unit-test-deps )
269
269
270
- # This target covers all targets that are tied to implementation details
271
- # of libc++, intended to be run by the libc++ pre-merge CI.
272
- add_lit_testsuite (check-lldb-libcxx-integration "Running lldb libc++ support test suite"
273
- EXCLUDE_FROM_CHECK_ALL
274
- DEPENDS
275
- check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx
276
- check-lldb-api-functionalities-data-formatter-data-formatter-stl-generic
277
- check-lldb-api-functionalities-data-formatter-data-formatter-stl-libcxx-simulators
278
- check-lldb-api-commands-expression-import-std-module
279
- check-lldb-api-lang-cpp-std-function-step-into-callable
280
- check-lldb-api-lang-cpp-std-function-recognizer
281
- check-lldb-api-lang-cpp-std-invoke-recognizer
282
- )
283
-
284
270
if (LLDB_BUILT_STANDALONE )
285
271
# This has to happen *AFTER* add_lit_testsuite.
286
272
if (EXISTS ${LLVM_MAIN_SRC_DIR} /utils/llvm-lit )
You can’t perform that action at this time.
0 commit comments