Tests: enable Swift PM tests in Windows toolchain build

Enable the SwiftPM tests in the Windows toolchain build to get extra
confidence the change did not introduce any regression on the Windows
platform.

Execute SwiftPM tesst in parallel

Fixes: swiftlang/swift-package-manager#8895
This commit is contained in:
Bassam (Sam) Khouri
2025-06-16 16:15:43 -04:00
committed by Bassam Khouri
parent 01360d1b03
commit 6ab6482730
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ set TMPDIR=%BuildRoot%\tmp
set NINJA_STATUS=[%%f/%%t][%%p][%%es]
:: Build the -Test argument, if any, by subtracting skipped tests
set TestsList=lld,lldb,lldb-swift,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp
set TestsList=lld,lldb,lldb-swift,swift,dispatch,foundation,xctest,swift-format,sourcekit-lsp,swiftpm
set "TestArg="
set "Skip=,%SKIP_TESTS%,"
for %%I in (%TestsList%) do (

View File

@@ -4109,7 +4109,7 @@ function Test-PackageManager() {
}
Build-SPMProject `
-Action Test `
-Action TestParallel `
-Src $SrcDir `
-Bin "$BinaryCache\$($HostPlatform.Triple)\PackageManagerTests" `
-Platform $HostPlatform `