Skip to content

Commit 9ab1c5c

Browse files
Merge pull request #76750 from felipepiovezan/felipe/disable_redecl-completion_test_setting
Revert "[build-script] Run LLDB tests with new redecl-completion sett…
2 parents 327f62e + 50f1930 commit 9ab1c5c

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)