Skip to content

Commit 50f1930

Browse files
Revert "[build-script] Run LLDB tests with new redecl-completion setting"
This reverts commit 8858585. This mode is not working well with rebranch, so we're disabling its testing to reduce the CI noise.
1 parent 59a7eb4 commit 50f1930

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

utils/build-script-impl

-12
Original file line numberDiff line numberDiff line change
@@ -2786,18 +2786,6 @@ for host in "${ALL_HOSTS[@]}"; do
27862786
--param dotest-args="${DOTEST_ARGS}" \
27872787
--filter=compat
27882788
fi
2789-
2790-
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "FALSE" ]]; then
2791-
echo "--- Rerun LLDB API tests (Config: Redecl completion) ---"
2792-
with_pushd ${results_dir} \
2793-
call "${llvm_build_dir}/bin/llvm-lit" \
2794-
"${lldb_build_dir}/test/API" \
2795-
${LLVM_LIT_ARGS} \
2796-
--param dotest-args="--setting plugin.typesystem.clang.experimental-redecl-completion=true" \
2797-
--filter="lang|functionalities|types|commands"
2798-
2799-
# FIXME: run shell-tests with new setting. LLDB doesn't support that yet.
2800-
fi
28012789
continue
28022790
;;
28032791
llbuild)

0 commit comments

Comments
 (0)