File tree 1 file changed +15
-0
lines changed
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
2793
2793
--param dotest-args=" ${DOTEST_ARGS} " \
2794
2794
--filter=compat
2795
2795
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
2796
2811
continue
2797
2812
;;
2798
2813
llbuild)
You can’t perform that action at this time.
0 commit comments