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
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
87
+
""",
88
+
skipPlatformCi:true,
89
+
)
84
90
tryawaitfixture(name:"Miscellaneous/EchoExecutable"){ fixturePath in
@@ -115,6 +121,12 @@ class RunCommandTestCase: CommandsBuildProviderTestCase {
115
121
}
116
122
117
123
func testUnreachableExecutable()asyncthrows{
124
+
tryXCTSkipOnWindows(
125
+
because:"""
126
+
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
127
+
""",
128
+
skipPlatformCi:true,
129
+
)
118
130
tryawaitfixture(name:"Miscellaneous/UnreachableTargets"){ fixturePath in
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
Invalid absolute path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
@@ -597,6 +601,12 @@ final class MiscellaneousTestCase: XCTestCase {
597
601
func testPluginGeneratedResources()asyncthrows{
598
602
// Only run the test if the environment in which we're running actually supports Swift concurrency (which the plugin APIs require).
599
603
tryXCTSkipIf(!UserToolchain.default.supportsSwiftConcurrency(),"skipping because test environment doesn't support concurrency")
604
+
tryXCTSkipOnWindows(
605
+
because:"""
606
+
Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
607
+
""",
608
+
skipPlatformCi:true,
609
+
)
600
610
601
611
tryawaitfixture(name:"Miscellaneous/PluginGeneratedResources"){ path in
Copy file name to clipboardExpand all lines: Tests/FunctionalTests/ResourcesTests.swift
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@ import XCTest
17
17
18
18
finalclassResourcesTests:XCTestCase{
19
19
func testSimpleResources()asyncthrows{
20
+
tryXCTSkipOnWindows(
21
+
because:"""
22
+
Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
23
+
""",
24
+
skipPlatformCi:true,
25
+
)
26
+
20
27
tryawaitfixture(name:"Resources/Simple"){ fixturePath in
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
46
+
""",
47
+
skipPlatformCi:true,
48
+
)
43
49
tryawaitfixture(name:"Traits"){ fixturePath in
44
50
let(stdout, stderr)=tryawaitexecuteSwiftRun(
45
51
fixturePath.appending("Example"),
@@ -66,6 +72,12 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
78
+
""",
79
+
skipPlatformCi:true,
80
+
)
69
81
tryawaitfixture(name:"Traits"){ fixturePath in
70
82
let(stdout, stderr)=tryawaitexecuteSwiftRun(
71
83
fixturePath.appending("Example"),
@@ -90,6 +102,12 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
108
+
""",
109
+
skipPlatformCi:true,
110
+
)
93
111
tryawaitfixture(name:"Traits"){ fixturePath in
94
112
let(stdout, stderr)=tryawaitexecuteSwiftRun(
95
113
fixturePath.appending("Example"),
@@ -119,6 +137,13 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
143
+
""",
144
+
skipPlatformCi:true,
145
+
)
146
+
122
147
tryawaitfixture(name:"Traits"){ fixturePath in
123
148
let(stdout, stderr)=tryawaitexecuteSwiftRun(
124
149
fixturePath.appending("Example"),
@@ -137,6 +162,12 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
168
+
""",
169
+
skipPlatformCi:true,
170
+
)
140
171
tryawaitfixture(name:"Traits"){ fixturePath in
141
172
let(stdout, stderr)=tryawaitexecuteSwiftRun(
142
173
fixturePath.appending("Example"),
@@ -158,6 +189,13 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
195
+
""",
196
+
skipPlatformCi:true,
197
+
)
198
+
161
199
tryawaitfixture(name:"Traits"){ fixturePath in
162
200
let(stdout, stderr)=tryawaitexecuteSwiftRun(
163
201
fixturePath.appending("Example"),
@@ -187,6 +225,13 @@ final class TraitTests: XCTestCase {
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
231
+
""",
232
+
skipPlatformCi:true,
233
+
)
234
+
190
235
tryawaitfixture(name:"Traits"){ fixturePath in
191
236
let(stdout, stderr)=tryawaitexecuteSwiftRun(
192
237
fixturePath.appending("Example"),
@@ -231,6 +276,12 @@ final class TraitTests: XCTestCase {
231
276
}
232
277
233
278
func testTests_whenNoFlagPassed()asyncthrows{
279
+
tryXCTSkipOnWindows(
280
+
because:"""
281
+
Error during swift Run Invalid path. Possibly related to https://github.com/swiftlang/swift-package-manager/issues/8511 or https://github.com/swiftlang/swift-package-manager/issues/8602
XCTAssertEqual(newManifest.toolsVersion, manifest.toolsVersion,"toolsVersion not as expected"+failureDetails, file: file, line: line)
104
+
XCTAssertEqual(newManifest.displayName, manifest.displayName,"displayName not as expected"+failureDetails, file: file, line: line)
105
+
XCTAssertEqual(newManifest.defaultLocalization, manifest.defaultLocalization,"defaultLocalization not as expected"+failureDetails, file: file, line: line)
106
+
XCTAssertEqual(newManifest.platforms, manifest.platforms,"platforms not as expected"+failureDetails, file: file, line: line)
107
+
XCTAssertEqual(newManifest.pkgConfig, manifest.pkgConfig,"pkgConfig not as expected"+failureDetails, file: file, line: line)
108
+
XCTAssertEqual(newManifest.providers, manifest.providers,"providers not as expected"+failureDetails, file: file, line: line)
109
+
XCTAssertEqual(newManifest.products, manifest.products,"products not as expected"+failureDetails, file: file, line: line)
110
+
XCTAssertEqual(newManifest.dependencies, manifest.dependencies,"dependencies not as expected"+failureDetails, file: file, line: line)
111
+
XCTAssertEqual(newManifest.targets, manifest.targets,"targets not as expected"+failureDetails, file: file, line: line)
112
+
XCTAssertEqual(newManifest.swiftLanguageVersions, manifest.swiftLanguageVersions,"swiftLanguageVersions not as expected"+failureDetails, file: file, line: line)
113
+
XCTAssertEqual(newManifest.cLanguageStandard, manifest.cLanguageStandard,"cLanguageStandard not as expected"+failureDetails, file: file, line: line)
114
+
XCTAssertEqual(newManifest.cxxLanguageStandard, manifest.cxxLanguageStandard,"cxxLanguageStandard not as expected"+failureDetails, file: file, line: line)
113
115
114
116
// Return the generated manifest so that the caller can do further testing on it.
0 commit comments