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 @@ -2754,6 +2754,21 @@ for host in "${ALL_HOSTS[@]}"; do
2754
2754
--param dotest-args=" ${DOTEST_ARGS} " \
2755
2755
--filter=compat
2756
2756
fi
2757
+
2758
+ if [[ " $( true_false ${LLDB_TEST_SWIFT_ONLY} ) " == " FALSE" ]]; then
2759
+ echo " --- Rerun LLDB API tests (Config: Redecl completion) ---"
2760
+ with_pushd ${results_dir} \
2761
+ call " ${llvm_build_dir} /bin/llvm-lit" \
2762
+ " ${lldb_build_dir} /test/API" \
2763
+ ${LLVM_LIT_ARGS} \
2764
+ --param dotest-args=" --setting plugin.typesystem.clang.experimental-redecl-completion=true" \
2765
+ --filter=" lang" \
2766
+ --filter=" functionalities" \
2767
+ --filter=" types" \
2768
+ --filter=" commands"
2769
+
2770
+ # FIXME: run shell-tests with new setting. LLDB doesn't support that yet.
2771
+ fi
2757
2772
continue
2758
2773
;;
2759
2774
llbuild)
You can’t perform that action at this time.
0 commit comments