Skip to content

Commit 8250650

Browse files
committed
Revert "Merge pull request swiftlang#171 from apple/xfail-reswift"
This reverts commit f8681d5, reversing changes made to 0a6f56e. It is passing again after John M's changes.
1 parent f8681d5 commit 8250650

File tree

1 file changed

+4
-44
lines changed

1 file changed

+4
-44
lines changed

Diff for: projects.json

+4-44
Original file line numberDiff line numberDiff line change
@@ -1604,68 +1604,28 @@
16041604
"project": "ReSwift.xcodeproj",
16051605
"scheme": "ReSwift-iOS",
16061606
"destination": "generic/platform=iOS",
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-
}
1607+
"configuration": "Release"
16181608
},
16191609
{
16201610
"action": "BuildXcodeProjectScheme",
16211611
"project": "ReSwift.xcodeproj",
16221612
"scheme": "ReSwift-macOS",
16231613
"destination": "generic/platform=macOS",
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-
}
1614+
"configuration": "Release"
16351615
},
16361616
{
16371617
"action": "BuildXcodeProjectScheme",
16381618
"project": "ReSwift.xcodeproj",
16391619
"scheme": "ReSwift-tvOS",
16401620
"destination": "generic/platform=tvOS",
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-
}
1621+
"configuration": "Release"
16521622
},
16531623
{
16541624
"action": "BuildXcodeProjectScheme",
16551625
"project": "ReSwift.xcodeproj",
16561626
"scheme": "ReSwift-watchOS",
16571627
"destination": "generic/platform=watchOS",
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-
}
1628+
"configuration": "Release"
16691629
}
16701630
]
16711631
},

0 commit comments

Comments
 (0)