mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Re-enable the full lldb test suite for non-smoke-test jobs
The lldb bots should run the full lldb test suite, not just the tests reserved for pull-request testing. This does not affect PR testing. rdar://38462589
This commit is contained in:
@@ -56,7 +56,7 @@ KNOWN_SETTINGS=(
|
||||
lldb-extra-xcodebuild-args "" "extra command line args to pass to lldb xcodebuild"
|
||||
lldb-test-cc "" "CC to use for building LLDB testsuite test inferiors. Defaults to just-built, in-tree clang. If set to 'host-toolchain', sets it to same as host-cc."
|
||||
lldb-test-with-curses "" "run test lldb test runner using curses terminal control"
|
||||
lldb-test-swift-only "1" "when running lldb tests, only include Swift-specific tests"
|
||||
lldb-test-swift-only "0" "when running lldb tests, only include Swift-specific tests"
|
||||
lldb-no-debugserver "" "delete debugserver after building it, and don't try to codesign it"
|
||||
lldb-use-system-debugserver "" "don't try to codesign debugserver, and use the system's debugserver instead"
|
||||
llvm-build-type "Debug" "the CMake build variant for LLVM and Clang (Debug, RelWithDebInfo, Release, MinSizeRel). Defaults to Debug."
|
||||
|
||||
Reference in New Issue
Block a user