Skip to content

Commit 88ae900

Browse files
authored
Merge pull request #1025 from swiftlang/jadams/update-xfails
update xfails for hummingbird and swift-distributed-actors
2 parents 917ca7e + 7bf78b4 commit 88ae900

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

projects.json

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,7 @@
10761076
"compatibility": "5.0",
10771077
"branch": [
10781078
"release/6.0",
1079-
"release/6.1",
1080-
"release/6.2"
1079+
"release/6.1"
10811080
],
10821081
"job": [
10831082
"source-compat"
@@ -3461,8 +3460,19 @@
34613460
"compatibility": "5.7",
34623461
"branch": [
34633462
"release/6.0",
3464-
"release/6.1",
3465-
"release/6.2"
3463+
"release/6.1"
3464+
],
3465+
"job": [
3466+
"source-compat"
3467+
]
3468+
},
3469+
{
3470+
"issue": "https://github.com/swiftlang/swift/issues/85215",
3471+
"platform": "Darwin",
3472+
"compatibility": "5.7",
3473+
"configuration": "release",
3474+
"branch": [
3475+
"main"
34663476
],
34673477
"job": [
34683478
"source-compat"
@@ -4647,7 +4657,15 @@
46474657
"action": "BuildSwiftPackage",
46484658
"build_tests": "true",
46494659
"configuration": "release",
4650-
"tags": "sourcekit-disabled swiftpm"
4660+
"tags": "sourcekit-disabled swiftpm",
4661+
"xfail": [
4662+
{
4663+
"issue": "rdar://164019335",
4664+
"compatibility": ["5.10"],
4665+
"branch": ["main", "release/6.2"],
4666+
"job": ["source-compat"]
4667+
}
4668+
]
46514669
}
46524670
]
46534671
},
@@ -5438,7 +5456,8 @@
54385456
"compatibility": ["5.10"],
54395457
"branch": ["main"],
54405458
"job": ["source-compat"],
5441-
"platform": "Darwin"
5459+
"platform": "Darwin",
5460+
"configuration": "release"
54425461
}
54435462
]
54445463
}

0 commit comments

Comments
 (0)