File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,8 @@ lldb-assertions
300
300
301
301
[preset: lldb-pull-request]
302
302
lldb
303
+ lit-args =-v
304
+
303
305
lldb-use-system-debugserver
304
306
release-debuginfo
305
307
test
@@ -686,6 +688,22 @@ build-ninja
686
688
skip-build-swift
687
689
skip-build-cmark
688
690
691
+ [preset: buildbot_incremental_lldb]
692
+ lldb
693
+ release
694
+ test
695
+
696
+ lit-args =-v --time-tests
697
+ skip-build-benchmarks
698
+ no-swift-stdlib-assertions
699
+ lldb-use-system-debugserver
700
+
701
+ skip-early-swift-driver
702
+ skip-test-swift
703
+ skip-test-cmark
704
+
705
+
706
+
689
707
# ===------------------------------------------------------------------------===#
690
708
# A setting to run a buildbot that passes extra swift args when compiling
691
709
# modules that match regexp.
Original file line number Diff line number Diff line change @@ -810,6 +810,9 @@ function set_build_options_for_host() {
810
810
swift_cmake_options+=(
811
811
-DLLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -j ${LIT_JOBS} "
812
812
)
813
+ lldb_cmake_options+=(
814
+ -DLLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -j ${LIT_JOBS} "
815
+ )
813
816
814
817
if [[ " ${CLANG_PROFILE_INSTR_USE} " ]]; then
815
818
llvm_cmake_options+=(
@@ -2908,9 +2911,6 @@ for host in "${ALL_HOSTS[@]}"; do
2908
2911
LLVM_LIT_FILTER_ARG=" ${FILTER_SWIFT_OPTION} "
2909
2912
fi
2910
2913
2911
- # Record the times test took and report the slowest.
2912
- LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -v --time-tests"
2913
-
2914
2914
echo " --- Running LLDB unit tests ---"
2915
2915
with_pushd ${lldb_build_dir} \
2916
2916
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
@@ -3554,7 +3554,7 @@ function build_and_test_installable_package() {
3554
3554
TIMEOUT_ARGS=--timeout=600 # 10 minutes
3555
3555
fi
3556
3556
with_pushd " ${PKG_TESTS_SOURCE_DIR} " \
3557
- call python3 " ${LIT_EXECUTABLE_PATH} " . -sv --param package-path=" ${PKG_TESTS_SANDBOX} " --param test-exec-root=" ${PKG_TESTS_TEMPS} " --param llvm-bin-dir=" ${LLVM_BIN_DIR} " ${TIMEOUT_ARGS}
3557
+ call python3 " ${LIT_EXECUTABLE_PATH} " . ${LLVM_LIT_ARGS} --param package-path=" ${PKG_TESTS_SANDBOX} " --param test-exec-root=" ${PKG_TESTS_TEMPS} " --param llvm-bin-dir=" ${LLVM_BIN_DIR} " ${TIMEOUT_ARGS}
3558
3558
fi
3559
3559
fi
3560
3560
}
You can’t perform that action at this time.
0 commit comments