Skip to content

Commit 7c98bda

Browse files
authored
Merge pull request #302 from moiseev/xfail-result-breakage
XFAIL projects using non-stdlib Result
2 parents 08e568d + e3ebbcc commit 7c98bda

File tree

1 file changed

+110
-10
lines changed

1 file changed

+110
-10
lines changed

projects.json

Lines changed: 110 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,16 @@
7575
"workspace": "Alamofire.xcworkspace",
7676
"scheme": "iOS Example",
7777
"destination": "generic/platform=iOS",
78-
"configuration": "Release"
78+
"configuration": "Release",
79+
"xfail" : {
80+
"compatibility": {
81+
"4.0": {
82+
"branch": {
83+
"master": "https://bugs.swift.org/browse/SR-9497"
84+
}
85+
}
86+
}
87+
}
7988
}
8089
]
8190
},
@@ -1005,6 +1014,11 @@
10051014
"master": "https://bugs.swift.org/browse/SR-8270",
10061015
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270"
10071016
}
1017+
},
1018+
"4.0": {
1019+
"branch": {
1020+
"master": "https://bugs.swift.org/browse/SR-9497"
1021+
}
10081022
}
10091023
}
10101024
}
@@ -1022,6 +1036,11 @@
10221036
"master": "https://bugs.swift.org/browse/SR-8270",
10231037
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-8270"
10241038
}
1039+
},
1040+
"4.0": {
1041+
"branch": {
1042+
"master": "https://bugs.swift.org/browse/SR-9497"
1043+
}
10251044
}
10261045
}
10271046
}
@@ -1864,28 +1883,64 @@
18641883
"scheme": "ReactiveCocoa-macOS",
18651884
"destination": "generic/platform=macOS",
18661885
"configuration": "Release",
1867-
"tags": "sourcekit"
1886+
"tags": "sourcekit",
1887+
"xfail" : {
1888+
"compatibility": {
1889+
"4.0": {
1890+
"branch": {
1891+
"master": "https://bugs.swift.org/browse/SR-9497"
1892+
}
1893+
}
1894+
}
1895+
}
18681896
},
18691897
{
18701898
"action": "BuildXcodeWorkspaceScheme",
18711899
"workspace": "ReactiveCocoa.xcworkspace",
18721900
"scheme": "ReactiveCocoa-iOS",
18731901
"destination": "generic/platform=iOS",
1874-
"configuration": "Release"
1902+
"configuration": "Release",
1903+
"xfail" : {
1904+
"compatibility": {
1905+
"4.0": {
1906+
"branch": {
1907+
"master": "https://bugs.swift.org/browse/SR-9497"
1908+
}
1909+
}
1910+
}
1911+
}
18751912
},
18761913
{
18771914
"action": "BuildXcodeWorkspaceScheme",
18781915
"workspace": "ReactiveCocoa.xcworkspace",
18791916
"scheme": "ReactiveCocoa-tvOS",
18801917
"destination": "generic/platform=tvOS",
1881-
"configuration": "Release"
1918+
"configuration": "Release",
1919+
"xfail" : {
1920+
"compatibility": {
1921+
"4.0": {
1922+
"branch": {
1923+
"master": "https://bugs.swift.org/browse/SR-9497"
1924+
}
1925+
}
1926+
}
1927+
}
18821928
},
18831929
{
18841930
"action": "BuildXcodeWorkspaceScheme",
18851931
"workspace": "ReactiveCocoa.xcworkspace",
18861932
"scheme": "ReactiveCocoa-watchOS",
18871933
"destination": "generic/platform=watchOS",
1888-
"configuration": "Release"
1934+
"configuration": "Release",
1935+
"xfail" : {
1936+
"compatibility": {
1937+
"4.0": {
1938+
"branch": {
1939+
"master": "https://bugs.swift.org/browse/SR-9497"
1940+
}
1941+
}
1942+
}
1943+
}
18891944
}
18901945
]
18911946
},
@@ -1912,28 +1967,64 @@
19121967
"scheme": "ReactiveSwift-macOS",
19131968
"destination": "generic/platform=macOS",
19141969
"configuration": "Release",
1915-
"tags": "sourcekit"
1970+
"tags": "sourcekit",
1971+
"xfail" : {
1972+
"compatibility": {
1973+
"4.0": {
1974+
"branch": {
1975+
"master": "https://bugs.swift.org/browse/SR-9497"
1976+
}
1977+
}
1978+
}
1979+
}
19161980
},
19171981
{
19181982
"action": "BuildXcodeWorkspaceScheme",
19191983
"workspace": "ReactiveSwift.xcworkspace",
19201984
"scheme": "ReactiveSwift-iOS",
19211985
"destination": "generic/platform=iOS",
1922-
"configuration": "Release"
1986+
"configuration": "Release",
1987+
"xfail" : {
1988+
"compatibility": {
1989+
"4.0": {
1990+
"branch": {
1991+
"master": "https://bugs.swift.org/browse/SR-9497"
1992+
}
1993+
}
1994+
}
1995+
}
19231996
},
19241997
{
19251998
"action": "BuildXcodeWorkspaceScheme",
19261999
"workspace": "ReactiveSwift.xcworkspace",
19272000
"scheme": "ReactiveSwift-tvOS",
19282001
"destination": "generic/platform=tvOS",
1929-
"configuration": "Release"
2002+
"configuration": "Release",
2003+
"xfail" : {
2004+
"compatibility": {
2005+
"4.0": {
2006+
"branch": {
2007+
"master": "https://bugs.swift.org/browse/SR-9497"
2008+
}
2009+
}
2010+
}
2011+
}
19302012
},
19312013
{
19322014
"action": "BuildXcodeWorkspaceScheme",
19332015
"workspace": "ReactiveSwift.xcworkspace",
19342016
"scheme": "ReactiveSwift-watchOS",
19352017
"destination": "generic/platform=watchOS",
1936-
"configuration": "Release"
2018+
"configuration": "Release",
2019+
"xfail" : {
2020+
"compatibility": {
2021+
"4.0": {
2022+
"branch": {
2023+
"master": "https://bugs.swift.org/browse/SR-9497"
2024+
}
2025+
}
2026+
}
2027+
}
19372028
}
19382029
]
19392030
},
@@ -3114,7 +3205,16 @@
31143205
{
31153206
"action": "BuildSwiftPackage",
31163207
"configuration": "release",
3117-
"tags": "sourcekit"
3208+
"tags": "sourcekit",
3209+
"xfail" : {
3210+
"compatibility": {
3211+
"4.2": {
3212+
"branch": {
3213+
"master": "https://bugs.swift.org/browse/SR-9505"
3214+
}
3215+
}
3216+
}
3217+
}
31183218
}
31193219
]
31203220
},

0 commit comments

Comments
 (0)