Skip to content

Commit 8858585

Browse files
committed
[build-script] Run LLDB tests with new redecl-completion setting
1 parent f97d1f2 commit 8858585

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

utils/build-script-impl

+15
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,21 @@ for host in "${ALL_HOSTS[@]}"; do
27932793
--param dotest-args="${DOTEST_ARGS}" \
27942794
--filter=compat
27952795
fi
2796+
2797+
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "FALSE" ]]; then
2798+
echo "--- Rerun LLDB API tests (Config: Redecl completion) ---"
2799+
with_pushd ${results_dir} \
2800+
call "${llvm_build_dir}/bin/llvm-lit" \
2801+
"${lldb_build_dir}/test/API" \
2802+
${LLVM_LIT_ARGS} \
2803+
--param dotest-args="--setting plugin.typesystem.clang.experimental-redecl-completion=true" \
2804+
--filter="lang" \
2805+
--filter="functionalities" \
2806+
--filter="types" \
2807+
--filter="commands"
2808+
2809+
# FIXME: run shell-tests with new setting. LLDB doesn't support that yet.
2810+
fi
27962811
continue
27972812
;;
27982813
llbuild)

0 commit comments

Comments
 (0)