Skip to content

Commit af4148f

Browse files
authored
Merge pull request #581 from kavon/xfail-stuff
XFAIL some failing compat tests
2 parents eebfd03 + 79f56a3 commit af4148f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,11 @@
13611361
"action": "BuildSwiftPackage",
13621362
"configuration": "release",
13631363
"tags": "sourcekit-disabled swiftpm"
1364+
,"xfail": {
1365+
"issue": "https://bugs.swift.org/browse/SR-15146",
1366+
"compatibility": "5.1",
1367+
"branch": "master"
1368+
}
13641369
}
13651370
]
13661371
},
@@ -2458,6 +2463,11 @@
24582463
{
24592464
"action": "BuildSwiftPackage",
24602465
"configuration": "release"
2466+
,"xfail": {
2467+
"issue": "https://bugs.swift.org/browse/SR-15145",
2468+
"compatibility": ["4.2", "5.0", "5.1", "5.2" ,"5.3"],
2469+
"branch": "main"
2470+
}
24612471
},
24622472
{
24632473
"action": "TestSwiftPackage"

0 commit comments

Comments
 (0)