You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests: Enable some BuildTests/**/*.swift tests on Windows (#8512)
- Enable the BuildPlanTests on Windows
- Split a PrepareForIndexTests tests into two withthe passing, and
failing on Windows
- update/add a message on some skipped windows tests, with a reference
to GitHub Issue
Related to: #8433
Depends on: #8569
rdar://148248105
Copy file name to clipboardExpand all lines: Fixtures/Miscellaneous/Plugins/MyBinaryToolPlugin/Binaries/MyVendedSourceGenBuildTool.artifactbundle/info.json
Copy file name to clipboardExpand all lines: Tests/BuildTests/PluginsBuildPlanTests.swift
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ import PackageModel
18
18
19
19
finalclassPluginsBuildPlanTests:XCTestCase{
20
20
func testBuildToolsDatabasePath()asyncthrows{
21
-
tryXCTSkipOnWindows()
21
+
tryXCTSkipOnWindows(because:"Fails to build the project to due to incorrect Path handling. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511")
22
22
23
23
tryawaitfixture(name:"Miscellaneous/Plugins/MySourceGenPlugin"){ fixturePath in
tryXCTSkipOnWindows(because:"coreCommands.count = 0 instead of 1. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511")
30
31
31
32
let(graph, fs, scope)=trymacrosPackageGraph()
32
33
@@ -94,18 +95,14 @@ class PrepareForIndexTests: XCTestCase {
// Under release, enable-testing is turned off by default so we should see our flag
148
164
letreleasePlan=tryawaitBuildPlan(
@@ -167,7 +183,7 @@ class PrepareForIndexTests: XCTestCase {
167
183
}
168
184
169
185
func testPrepareNoLazy()asyncthrows{
170
-
tryXCTSkipOnWindows()
186
+
tryXCTSkipOnWindows(because:"coreCommands.count = 0 instead of 1. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511")
0 commit comments