Skip to content

Commit d7d8a75

Browse files
committed
[XFail] Xfailed projects failing on linux.
The following tests are failing on Ubuntu with tools built from release/5.6 and main. https://ci.swift.org/job/swift-5.6-source-compat-suite-ubuntu-2004/1/ https://ci.swift.org/view/Source%20Compatibility/job/swift-source-compat-suite-ubuntu-2004/111/ ======================================== Failures: FAIL: AsyncNinja, 5.0, 7bd7ea, Swift Package FAIL: Kitura, 5.0, 8578c4, Swift Package FAIL: Kitura, 4.0, f1c316, Swift Package FAIL: Perfect, 4.2, cdc17d, Swift Package FAIL: SwiftLint, 5.0, 180d94, Swift Package ========================================
1 parent 4ac751a commit d7d8a75

File tree

1 file changed

+48
-4
lines changed

1 file changed

+48
-4
lines changed

projects.json

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,16 @@
202202
{
203203
"action": "BuildSwiftPackage",
204204
"configuration": "release",
205-
"tags": "swiftpm"
205+
"tags": "swiftpm",
206+
"xfail": [
207+
{
208+
"issue": "rdar://83373076",
209+
"platform": "Linux",
210+
"compatibility": "5.0",
211+
"branch": ["main", "release/5.6"],
212+
"job": ["source-compat"]
213+
}
214+
]
206215
},
207216
{
208217
"action": "TestSwiftPackage"
@@ -1307,7 +1316,24 @@
13071316
{
13081317
"action": "BuildSwiftPackage",
13091318
"configuration": "release",
1310-
"tags": "sourcekit-disabled swiftpm"
1319+
"tags": "sourcekit-disabled swiftpm",
1320+
"xfail": [
1321+
{
1322+
"issue": "rdar://83373628",
1323+
"platform": "Linux",
1324+
"compatibility": "5.0",
1325+
"branch": ["main", "release/5.6"],
1326+
"job": ["source-compat"]
1327+
},
1328+
{
1329+
"issue": "rdar://83373628",
1330+
"platform": "Linux",
1331+
"compatibility": "4.0",
1332+
"branch": ["main", "release/5.6"],
1333+
"job": ["source-compat"]
1334+
}
1335+
1336+
]
13111337
}
13121338
]
13131339
},
@@ -1753,7 +1779,16 @@
17531779
{
17541780
"action": "BuildSwiftPackage",
17551781
"configuration": "release",
1756-
"tags": "sourcekit-disabled swiftpm"
1782+
"tags": "sourcekit-disabled swiftpm",
1783+
"xfail": [
1784+
{
1785+
"issue": "rdar://83373864",
1786+
"platform": "Linux",
1787+
"compatibility": "4.2",
1788+
"branch": ["main", "release/5.6"],
1789+
"job": ["source-compat"]
1790+
}
1791+
]
17571792
}
17581793
]
17591794
},
@@ -2959,7 +2994,16 @@
29592994
{
29602995
"action": "BuildSwiftPackage",
29612996
"configuration": "release",
2962-
"tags": "sourcekit-disabled swiftpm"
2997+
"tags": "sourcekit-disabled swiftpm",
2998+
"xfail": [
2999+
{
3000+
"issue": "rdar://83374141",
3001+
"platform": "Linux",
3002+
"compatibility": "5.0",
3003+
"branch": ["main", "release/5.6"],
3004+
"job": ["source-compat"]
3005+
}
3006+
]
29633007
},
29643008
{
29653009
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)