Skip to content

Commit e5508f7

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#172 from apple/xfail-reactivecocoa
Add xfail to ReactiveCocoa 3.0, 3.2, 4.0
2 parents 8250650 + c21877b commit e5508f7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

projects.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,13 +1684,31 @@
16841684
"configuration": "Release",
16851685
"xfail": {
16861686
"compatibility": {
1687+
"3.0": {
1688+
"branch": {
1689+
"master": "https://bugs.swift.org/browse/SR-7299",
1690+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1691+
}
1692+
},
16871693
"3.1": {
16881694
"branch": {
16891695
"master": "https://bugs.swift.org/browse/SR-6658",
16901696
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6658",
16911697
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658",
16921698
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6658"
16931699
}
1700+
},
1701+
"3.2": {
1702+
"branch": {
1703+
"master": "https://bugs.swift.org/browse/SR-7299",
1704+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1705+
}
1706+
},
1707+
"4.0": {
1708+
"branch": {
1709+
"master": "https://bugs.swift.org/browse/SR-7299",
1710+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1711+
}
16941712
}
16951713
}
16961714
}
@@ -1703,13 +1721,31 @@
17031721
"configuration": "Release",
17041722
"xfail": {
17051723
"compatibility": {
1724+
"3.0": {
1725+
"branch": {
1726+
"master": "https://bugs.swift.org/browse/SR-7299",
1727+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1728+
}
1729+
},
17061730
"3.1": {
17071731
"branch": {
17081732
"master": "https://bugs.swift.org/browse/SR-6658",
17091733
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6658",
17101734
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658",
17111735
"swift-5.0-branch": "https://bugs.swift.org/browse/SR-6658"
17121736
}
1737+
},
1738+
"3.2": {
1739+
"branch": {
1740+
"master": "https://bugs.swift.org/browse/SR-7299",
1741+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1742+
}
1743+
},
1744+
"4.0": {
1745+
"branch": {
1746+
"master": "https://bugs.swift.org/browse/SR-7299",
1747+
"swift-4.2-branch": "https://bugs.swift.org/browse/SR-6658"
1748+
}
17131749
}
17141750
}
17151751
}

0 commit comments

Comments
 (0)