Skip to content

Commit 6a8080b

Browse files
committed
XFAIL projects for Collection.subscript(_:) change
rdar://81180448 Most of these appear to be transitively failing due to swift-nio. The bug in swift-nio has been fixed but it is waiting for a minor version bump at this time.
1 parent 44e1dc1 commit 6a8080b

File tree

1 file changed

+57
-8
lines changed

1 file changed

+57
-8
lines changed

projects.json

Lines changed: 57 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,14 @@
941941
{
942942
"action": "BuildSwiftPackage",
943943
"configuration": "release",
944-
"tags": "sourcekit-disabled swiftpm"
944+
"tags": "sourcekit-disabled swiftpm",
945+
"xfail": [
946+
{
947+
"issue": "rdar://81180448",
948+
"compatibility": ["5.2", "5.3"],
949+
"branch": ["main", "release/5.5"]
950+
}
951+
]
945952
},
946953
{
947954
"action": "TestSwiftPackage"
@@ -3182,7 +3189,14 @@
31823189
{
31833190
"action": "BuildSwiftPackage",
31843191
"configuration": "release",
3185-
"tags": "sourcekit-disabled swiftpm"
3192+
"tags": "sourcekit-disabled swiftpm",
3193+
"xfail": [
3194+
{
3195+
"issue": "rdar://81180448",
3196+
"compatibility": ["5.0"],
3197+
"branch": ["main", "release/5.5"]
3198+
}
3199+
]
31863200
},
31873201
{
31883202
"action": "TestSwiftPackage"
@@ -3221,7 +3235,14 @@
32213235
{
32223236
"action": "BuildSwiftPackage",
32233237
"configuration": "release",
3224-
"tags": "sourcekit-disabled swiftpm"
3238+
"tags": "sourcekit-disabled swiftpm",
3239+
"xfail": [
3240+
{
3241+
"issue": "rdar://81180448",
3242+
"compatibility": ["5.0", "5.1", "5.2", "5.3"],
3243+
"branch": ["main", "release/5.5"]
3244+
}
3245+
]
32253246
},
32263247
{
32273248
"action": "TestSwiftPackage"
@@ -3299,7 +3320,7 @@
32993320
"xfail": [
33003321
{
33013322
"issue": "rdar://81180448",
3302-
"compatibility": ["4.2"],
3323+
"compatibility": ["4.2", "5.0", "5.1", "5.2", "5.3"],
33033324
"branch": ["main", "release/5.5"]
33043325
}
33053326
]
@@ -3341,7 +3362,14 @@
33413362
{
33423363
"action": "BuildSwiftPackage",
33433364
"configuration": "release",
3344-
"tags": "sourcekit-disabled swiftpm"
3365+
"tags": "sourcekit-disabled swiftpm",
3366+
"xfail": [
3367+
{
3368+
"issue": "rdar://81180448",
3369+
"compatibility": ["5.0", "5.1", "5.2", "5.3"],
3370+
"branch": ["main", "release/5.5"]
3371+
}
3372+
]
33453373
},
33463374
{
33473375
"action": "TestSwiftPackage"
@@ -3376,7 +3404,14 @@
33763404
{
33773405
"action": "BuildSwiftPackage",
33783406
"configuration": "release",
3379-
"tags": "sourcekit-disabled swiftpm"
3407+
"tags": "sourcekit-disabled swiftpm",
3408+
"xfail": [
3409+
{
3410+
"issue": "rdar://81180448",
3411+
"compatibility": ["5.1", "5.2", "5.3"],
3412+
"branch": ["main", "release/5.5"]
3413+
}
3414+
]
33803415
},
33813416
{
33823417
"action": "TestSwiftPackage"
@@ -3415,7 +3450,14 @@
34153450
{
34163451
"action": "BuildSwiftPackage",
34173452
"configuration": "release",
3418-
"tags": "sourcekit-disabled swiftpm"
3453+
"tags": "sourcekit-disabled swiftpm",
3454+
"xfail": [
3455+
{
3456+
"issue": "rdar://81180448",
3457+
"compatibility": ["5.0", "5.1", "5.2", "5.3"],
3458+
"branch": ["main", "release/5.5"]
3459+
}
3460+
]
34193461
},
34203462
{
34213463
"action": "TestSwiftPackage"
@@ -3560,7 +3602,14 @@
35603602
{
35613603
"action": "BuildSwiftPackage",
35623604
"configuration": "release",
3563-
"tags": "sourcekit-disabled swiftpm"
3605+
"tags": "sourcekit-disabled swiftpm",
3606+
"xfail": [
3607+
{
3608+
"issue": "rdar://81180448",
3609+
"compatibility": ["5.2"],
3610+
"branch": ["main", "release/5.5"]
3611+
}
3612+
]
35643613
},
35653614
{
35663615
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)