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: Reference issue in skipped SourceControlPackageContainerTests
A few SourceControlPackageContainerTests fail for the same reason. Keep skipping them but add a GitHub issue and the error that occurs to the skip reason
Relates to: swiftlang#8433
Issue: rdar://148248105
https://github.com/swiftlang/swift-package-manager/issues/8578: threw error "invalid relative path '\-633620c4'; relative path should not begin with '\'
130
+
""")
129
131
130
132
letfs=InMemoryFileSystem()
131
133
try fs.createMockToolchain()
@@ -172,7 +174,9 @@ final class SourceControlPackageContainerTests: XCTestCase {
172
174
}
173
175
174
176
func testVersions()asyncthrows{
175
-
tryXCTSkipOnWindows()
177
+
tryXCTSkipOnWindows(because:"""
178
+
https://github.com/swiftlang/swift-package-manager/issues/8578: threw error "invalid relative path '\-633620c4'; relative path should not begin with '\'
179
+
""")
176
180
177
181
letfs=InMemoryFileSystem()
178
182
try fs.createMockToolchain()
@@ -270,7 +274,9 @@ final class SourceControlPackageContainerTests: XCTestCase {
270
274
}
271
275
272
276
func testPreReleaseVersions()asyncthrows{
273
-
tryXCTSkipOnWindows()
277
+
tryXCTSkipOnWindows(because:"""
278
+
https://github.com/swiftlang/swift-package-manager/issues/8578: threw error "invalid relative path '\-633620c4'; relative path should not begin with '\'
279
+
""")
274
280
275
281
letfs=InMemoryFileSystem()
276
282
try fs.createMockToolchain()
@@ -319,7 +325,9 @@ final class SourceControlPackageContainerTests: XCTestCase {
319
325
}
320
326
321
327
func testSimultaneousVersions()asyncthrows{
322
-
tryXCTSkipOnWindows()
328
+
tryXCTSkipOnWindows(because:"""
329
+
https://github.com/swiftlang/swift-package-manager/issues/8578: threw error "invalid relative path '\-633620c4'; relative path should not begin with '\'
330
+
""")
323
331
324
332
letfs=InMemoryFileSystem()
325
333
try fs.createMockToolchain()
@@ -374,7 +382,7 @@ final class SourceControlPackageContainerTests: XCTestCase {
374
382
func testDependencyConstraints()throws{
375
383
#if ENABLE_TARGET_BASED_DEPENDENCY_RESOLUTION
376
384
#else
377
-
tryXCTSkipIf(true)
385
+
tryXCTSkipIf(true,"Target based dependency resolution is disabled")
0 commit comments