File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7066,6 +7066,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
7066
7066
7067
7067
override func testPackageNameFlag( ) async throws {
7068
7068
#if os(Windows)
7069
+ // * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8380
7069
7070
throw XCTSkip ( " Skip until there is a resolution to the partial linking with Windows that results in a 'subsystem must be defined' error. " )
7070
7071
#endif
7071
7072
@@ -7074,7 +7075,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
7074
7075
throw XCTSkip ( " Skipping Swift Build testing on Amazon Linux because of platform issues. " )
7075
7076
}
7076
7077
// Linking error: "/usr/bin/ld.gold: fatal error: -pie and -static are incompatible".
7077
- // Tracked by GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
7078
+ // * GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
7078
7079
throw XCTSkip ( " Skipping Swift Build testing on Linux because of linking issues. " )
7079
7080
#endif
7080
7081
You can’t perform that action at this time.
0 commit comments