Skip to content

Commit 92a5547

Browse files
authored
Merge pull request swiftlang#115 from apple/SR-4730
Resolve Realm XFAIL
2 parents 9d9e2ee + c756f7b commit 92a5547

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

projects.json

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,8 +1535,8 @@
15351535
"branch": "master",
15361536
"maintainer": "[email protected]",
15371537
"compatibility": {
1538-
"3.0": {
1539-
"commit": "3df0fb6ec06a0f3c5ca49c88bd51ab5b64f4f0af"
1538+
"3.2": {
1539+
"commit": "2493b356b3422f3bbb4dab27dc351f16ebdda13c"
15401540
}
15411541
},
15421542
"platforms": [
@@ -1551,30 +1551,48 @@
15511551
"configuration": "Release",
15521552
"xfail": {
15531553
"compatibility": {
1554-
"3.0": {
1554+
"3.2": {
15551555
"branch": {
1556-
"master": "https://bugs.swift.org/browse/SR-4730",
1557-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4730",
1558-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4730",
1559-
"swift-3.1-branch": "https://bugs.swift.org/browse/SR-4879"
1556+
"master": "https://bugs.swift.org/browse/SR-6538",
1557+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6538"
15601558
}
15611559
}
15621560
}
15631561
}
15641562
},
15651563
{
1566-
"action": "TestXcodeProjectScheme",
1564+
"action": "BuildXcodeProjectScheme",
15671565
"project": "Realm.xcodeproj",
15681566
"scheme": "RealmSwift",
15691567
"destination": "generic/platform=macOS",
1570-
"configuration": "Release"
1568+
"configuration": "Release",
1569+
"xfail": {
1570+
"compatibility": {
1571+
"3.2": {
1572+
"branch": {
1573+
"master": "https://bugs.swift.org/browse/SR-6538",
1574+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6538"
1575+
}
1576+
}
1577+
}
1578+
}
15711579
},
15721580
{
1573-
"action": "TestXcodeProjectScheme",
1581+
"action": "BuildXcodeProjectScheme",
15741582
"project": "Realm.xcodeproj",
15751583
"scheme": "RealmSwift",
15761584
"destination": "generic/platform=tvOS",
1577-
"configuration": "Release"
1585+
"configuration": "Release",
1586+
"xfail": {
1587+
"compatibility": {
1588+
"3.2": {
1589+
"branch": {
1590+
"master": "https://bugs.swift.org/browse/SR-6538",
1591+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6538"
1592+
}
1593+
}
1594+
}
1595+
}
15781596
},
15791597
{
15801598
"action": "BuildXcodeProjectScheme",
@@ -1584,12 +1602,10 @@
15841602
"configuration": "Release",
15851603
"xfail": {
15861604
"compatibility": {
1587-
"3.0": {
1605+
"3.2": {
15881606
"branch": {
1589-
"master": "https://bugs.swift.org/browse/SR-4730",
1590-
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-4730",
1591-
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4730",
1592-
"swift-3.1-branch": "https://bugs.swift.org/browse/SR-4879"
1607+
"master": "https://bugs.swift.org/browse/SR-6538",
1608+
"swift-4.1-branch": "https://bugs.swift.org/browse/SR-6538"
15931609
}
15941610
}
15951611
}

0 commit comments

Comments
 (0)