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
0 commit comments