File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -2786,18 +2786,6 @@ for host in "${ALL_HOSTS[@]}"; do
2786
2786
--param dotest-args=" ${DOTEST_ARGS} " \
2787
2787
--filter=compat
2788
2788
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
2801
2789
continue
2802
2790
;;
2803
2791
llbuild)
You can’t perform that action at this time.
0 commit comments