Skip to content

Commit a341986

Browse files
committed
Remove the LLDB (classic) test configuration.
1 parent 45e5ffb commit a341986

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

utils/build-script-impl

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2760,32 +2760,20 @@ for host in "${ALL_HOSTS[@]}"; do
27602760
echo "--- Running LLDB unit tests ---"
27612761
with_pushd ${lldb_build_dir} \
27622762
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
2763-
echo "--- Running LLDB tests (Swift Config: Precise/ClangImporter) ---"
2763+
echo "--- Running LLDB tests (Swift Config: ClangImporter) ---"
27642764
with_pushd ${lldb_build_dir} \
27652765
call ${NINJA_BIN} -j ${BUILD_JOBS} lldb-test-deps
27662766
with_pushd ${results_dir} \
27672767
call "${llvm_build_dir}/bin/llvm-lit" \
27682768
"${lldb_build_dir}/test" \
27692769
${LLVM_LIT_ARGS} ${LLVM_LIT_FILTER_ARG} \
2770-
--param dotest-args="--setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=true"
2771-
echo "--- Rerun LLDB Swift API tests (Swift Config: Precise/DWARFImporter) ---"
2770+
--param dotest-args="--setting symbols.use-swift-clangimporter=true"
2771+
echo "--- Rerun LLDB Swift API tests (Swift Config: DWARFImporter) ---"
27722772
with_pushd ${results_dir} \
27732773
call "${llvm_build_dir}/bin/llvm-lit" \
27742774
"${lldb_build_dir}/test" \
27752775
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2776-
--param dotest-args="--setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=true"
2777-
echo "--- Rerun LLDB Swift API tests (Swift Config: Classic/ClangImporter) ---"
2778-
with_pushd ${results_dir} \
2779-
call "${llvm_build_dir}/bin/llvm-lit" \
2780-
"${lldb_build_dir}/test" \
2781-
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2782-
--param dotest-args="--setting symbols.use-swift-clangimporter=true --setting symbols.swift-precise-compiler-invocation=false"
2783-
echo "--- Rerun LLDB Swift API tests (Swift Config: Classic/DWARFImporter) ---"
2784-
with_pushd ${results_dir} \
2785-
call "${llvm_build_dir}/bin/llvm-lit" \
2786-
"${lldb_build_dir}/test" \
2787-
${LLVM_LIT_ARGS} ${FILTER_SWIFT_API_OPTION} \
2788-
--param dotest-args="--setting symbols.use-swift-clangimporter=false --setting symbols.swift-precise-compiler-invocation=false"
2776+
--param dotest-args="--setting symbols.use-swift-clangimporter=false"
27892777

27902778
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
27912779
echo "Running LLDB swift compatibility tests against" \

0 commit comments

Comments
 (0)