Skip to content

XFAIL projects using non-stdlib Result #302

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 13, 2018
120 changes: 110 additions & 10 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,16 @@
"workspace": "Alamofire.xcworkspace",
"scheme": "iOS Example",
"destination": "generic/platform=iOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -1005,6 +1014,11 @@
"master": "https://bugs.swift.org/browse/SR-8270",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270"
}
},
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
Expand All @@ -1022,6 +1036,11 @@
"master": "https://bugs.swift.org/browse/SR-8270",
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270"
}
},
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
Expand Down Expand Up @@ -1864,28 +1883,64 @@
"scheme": "ReactiveCocoa-macOS",
"destination": "generic/platform=macOS",
"configuration": "Release",
"tags": "sourcekit"
"tags": "sourcekit",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveCocoa.xcworkspace",
"scheme": "ReactiveCocoa-iOS",
"destination": "generic/platform=iOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveCocoa.xcworkspace",
"scheme": "ReactiveCocoa-tvOS",
"destination": "generic/platform=tvOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveCocoa.xcworkspace",
"scheme": "ReactiveCocoa-watchOS",
"destination": "generic/platform=watchOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
}
]
},
Expand All @@ -1912,28 +1967,64 @@
"scheme": "ReactiveSwift-macOS",
"destination": "generic/platform=macOS",
"configuration": "Release",
"tags": "sourcekit"
"tags": "sourcekit",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveSwift.xcworkspace",
"scheme": "ReactiveSwift-iOS",
"destination": "generic/platform=iOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveSwift.xcworkspace",
"scheme": "ReactiveSwift-tvOS",
"destination": "generic/platform=tvOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
},
{
"action": "BuildXcodeWorkspaceScheme",
"workspace": "ReactiveSwift.xcworkspace",
"scheme": "ReactiveSwift-watchOS",
"destination": "generic/platform=watchOS",
"configuration": "Release"
"configuration": "Release",
"xfail" : {
"compatibility": {
"4.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9497"
}
}
}
}
}
]
},
Expand Down Expand Up @@ -3114,7 +3205,16 @@
{
"action": "BuildSwiftPackage",
"configuration": "release",
"tags": "sourcekit"
"tags": "sourcekit",
"xfail" : {
"compatibility": {
"4.2": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-9505"
}
}
}
}
}
]
},
Expand Down