Skip to content

Commit f9a40d6

Browse files
author
Zachary 'Clack' Cole
authored
Merge pull request swiftlang#280 from atrick/master
XFAIL IBAnimatable: SR-9146
2 parents 965cfe4 + e6da890 commit f9a40d6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

projects.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,14 +815,32 @@
815815
"scheme": "IBAnimatable",
816816
"destination": "generic/platform=iOS",
817817
"configuration": "Release",
818+
"xfail": {
819+
"compatibility": {
820+
"4.0": {
821+
"branch": {
822+
"master": "https://bugs.swift.org/browse/SR-9146"
823+
}
824+
}
825+
}
826+
},
818827
"tags": "sourcekit sourcekit-smoke"
819828
},
820829
{
821830
"action": "BuildXcodeWorkspaceScheme",
822831
"workspace": "IBAnimatable.xcworkspace",
823832
"scheme": "IBAnimatableApp",
824833
"destination": "generic/platform=iOS",
825-
"configuration": "Release"
834+
"configuration": "Release",
835+
"xfail": {
836+
"compatibility": {
837+
"4.0": {
838+
"branch": {
839+
"master": "https://bugs.swift.org/browse/SR-9146"
840+
}
841+
}
842+
}
843+
}
826844
}
827845
]
828846
},

0 commit comments

Comments
 (0)