Skip to content

Commit 2ec68d3

Browse files
[dev] Enable tests for LLDB in CI and run them many times to detect flakes more efficiently
1 parent 65f198e commit 2ec68d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/build-windows-toolchain.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ set TMPDIR=%BuildRoot%\tmp
6060
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
6161

6262
:: Build the -Test argument, if any, by subtracting skipped tests
63-
set TestArg=-Test lld,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
63+
set TestArg=-Test lld,lldb,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,
6464
for %%I in (%SKIP_TESTS%) do (call set TestArg=%%TestArg:%%I,=%%)
6565
if "%TestArg:~-1%"=="," (set TestArg=%TestArg:~0,-1%) else (set TestArg= )
6666

utils/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ function Build-Compilers() {
15031503
if ($TestLLD) { $Targets += @("check-lld") }
15041504
if ($TestSwift) { $Targets += @("check-swift", "SwiftCompilerPlugin") }
15051505
if ($TestLLDB) {
1506-
$Targets += @("check-lldb")
1506+
$Targets += @("check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb", "check-lldb")
15071507

15081508
function Select-LitTestOverrides {
15091509
param([string] $TestStatus)

0 commit comments

Comments
 (0)