Skip to content

Commit 546a646

Browse files
committed
fixup! use dotest category instead of ninja target
1 parent 44f6a0d commit 546a646

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

libcxx/utils/ci/run-buildbot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +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-libcxx-integration
375-
374+
${BUILD_DIR}/bin/llvm-lit -sv "--category libc++" "${MONOREPO_ROOT}/lldb/test/API"
376375

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

lldb/test/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -267,20 +267,6 @@ add_lit_testsuite(check-lldb "Running lldb lit test suite"
267267
lldb-shell-test-deps
268268
lldb-unit-test-deps)
269269

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-
284270
if(LLDB_BUILT_STANDALONE)
285271
# This has to happen *AFTER* add_lit_testsuite.
286272
if (EXISTS ${LLVM_MAIN_SRC_DIR}/utils/llvm-lit)

0 commit comments

Comments
 (0)