File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments