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
Copy file name to clipboardExpand all lines: Tests/BuildTests/BuildPlanTests.swift
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7466,14 +7466,7 @@ class BuildPlanSwiftBuildTests: BuildPlanTestCase {
7466
7466
}
7467
7467
7468
7468
overridefunc testPackageNameFlag()asyncthrows{
7469
-
tryXCTSkipIfWorkingDirectoryUnsupported()
7470
7469
tryXCTSkipOnWindows(because:"Skip until there is a resolution to the partial linking with Windows that results in a 'subsystem must be defined' error.")
7471
-
#if os(Linux)
7472
-
// Linking error: "/usr/bin/ld.gold: fatal error: -pie and -static are incompatible".
7473
-
// Tracked by GitHub issue: https://github.com/swiftlang/swift-package-manager/issues/8499
7474
-
throwXCTSkip("Skipping Swift Build testing on Linux because of linking issues.")
0 commit comments