Skip to content

Commit e905ee2

Browse files
Merge pull request swiftlang#41 from apple/sequence-element
XFAIL projects with Sequence.Element clashes
2 parents 87ff5d3 + aa2ca40 commit e905ee2

File tree

1 file changed

+33
-3
lines changed

1 file changed

+33
-3
lines changed

projects.json

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,17 @@
622622
"actions": [
623623
{
624624
"action": "BuildSwiftPackage",
625-
"configuration": "release"
625+
"configuration": "release",
626+
"xfail": {
627+
"compatibility": {
628+
"3.0": {
629+
"branch": {
630+
"master": "rdar://problem/32185310",
631+
"swift-4.0-branch": "rdar://problem/32185310"
632+
}
633+
}
634+
}
635+
}
626636
},
627637
{
628638
"action": "TestSwiftPackage"
@@ -1405,7 +1415,17 @@
14051415
"actions": [
14061416
{
14071417
"action": "BuildSwiftPackage",
1408-
"configuration": "release"
1418+
"configuration": "release",
1419+
"xfail": {
1420+
"compatibility": {
1421+
"3.1": {
1422+
"branch": {
1423+
"master": "rdar://problem/32185310",
1424+
"swift-4.0-branch": "rdar://problem/32185310"
1425+
}
1426+
}
1427+
}
1428+
}
14091429
},
14101430
{
14111431
"action": "TestSwiftPackage"
@@ -1512,7 +1532,17 @@
15121532
"project": "Surge.xcodeproj",
15131533
"scheme": "Surge",
15141534
"destination": "generic/platform=iOS",
1515-
"configuration": "Release"
1535+
"configuration": "Release",
1536+
"xfail": {
1537+
"compatibility": {
1538+
"3.0": {
1539+
"branch": {
1540+
"master": "rdar://problem/32185310",
1541+
"swift-4.0-branch": "rdar://problem/32185310"
1542+
}
1543+
}
1544+
}
1545+
}
15161546
}
15171547
]
15181548
},

0 commit comments

Comments
 (0)