Skip to content

Commit f8681d5

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#171 from apple/xfail-reswift
Add xfail for ReSwift 3.0 configurations
2 parents 0a6f56e + aeb0598 commit f8681d5

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

projects.json

+44-4
Original file line numberDiff line numberDiff line change
@@ -1604,28 +1604,68 @@
16041604
"project": "ReSwift.xcodeproj",
16051605
"scheme": "ReSwift-iOS",
16061606
"destination": "generic/platform=iOS",
1607-
"configuration": "Release"
1607+
"configuration": "Release",
1608+
"xfail": {
1609+
"compatibility": {
1610+
"3.0": {
1611+
"branch": {
1612+
"master": "https://bugs.swift.org/browse/SR-7287",
1613+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
1614+
}
1615+
}
1616+
}
1617+
}
16081618
},
16091619
{
16101620
"action": "BuildXcodeProjectScheme",
16111621
"project": "ReSwift.xcodeproj",
16121622
"scheme": "ReSwift-macOS",
16131623
"destination": "generic/platform=macOS",
1614-
"configuration": "Release"
1624+
"configuration": "Release",
1625+
"xfail": {
1626+
"compatibility": {
1627+
"3.0": {
1628+
"branch": {
1629+
"master": "https://bugs.swift.org/browse/SR-7287",
1630+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
1631+
}
1632+
}
1633+
}
1634+
}
16151635
},
16161636
{
16171637
"action": "BuildXcodeProjectScheme",
16181638
"project": "ReSwift.xcodeproj",
16191639
"scheme": "ReSwift-tvOS",
16201640
"destination": "generic/platform=tvOS",
1621-
"configuration": "Release"
1641+
"configuration": "Release",
1642+
"xfail": {
1643+
"compatibility": {
1644+
"3.0": {
1645+
"branch": {
1646+
"master": "https://bugs.swift.org/browse/SR-7287",
1647+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
1648+
}
1649+
}
1650+
}
1651+
}
16221652
},
16231653
{
16241654
"action": "BuildXcodeProjectScheme",
16251655
"project": "ReSwift.xcodeproj",
16261656
"scheme": "ReSwift-watchOS",
16271657
"destination": "generic/platform=watchOS",
1628-
"configuration": "Release"
1658+
"configuration": "Release",
1659+
"xfail": {
1660+
"compatibility": {
1661+
"3.0": {
1662+
"branch": {
1663+
"master": "https://bugs.swift.org/browse/SR-7287",
1664+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-7287"
1665+
}
1666+
}
1667+
}
1668+
}
16291669
}
16301670
]
16311671
},

0 commit comments

Comments
 (0)