Skip to content

Commit 0bc046e

Browse files
authored
Merge pull request swiftlang#347 from nkcsgexi/xfail-swifter-swift
XFail SwifterSwift
2 parents 5a20575 + 0ba6505 commit 0bc046e

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

projects.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,17 @@
25672567
"workspace": "SwifterSwift.xcworkspace",
25682568
"scheme": "SwifterSwift-iOS",
25692569
"destination": "generic/platform=iOS",
2570-
"configuration": "Release"
2570+
"configuration": "Release",
2571+
"xfail": {
2572+
"compatibility": {
2573+
"4.0": {
2574+
"branch": {
2575+
"master": "https://bugs.swift.org/browse/SR-10993",
2576+
"swift-5.1-branch": "https://bugs.swift.org/browse/SR-10993"
2577+
}
2578+
}
2579+
}
2580+
}
25712581
},
25722582
{
25732583
"action": "BuildXcodeWorkspaceScheme",
@@ -2589,7 +2599,17 @@
25892599
"workspace": "SwifterSwift.xcworkspace",
25902600
"scheme": "SwifterSwift-watchOS",
25912601
"destination": "generic/platform=watchOS",
2592-
"configuration": "Release"
2602+
"configuration": "Release",
2603+
"xfail": {
2604+
"compatibility": {
2605+
"4.0": {
2606+
"branch": {
2607+
"master": "https://bugs.swift.org/browse/SR-10993",
2608+
"swift-5.1-branch": "https://bugs.swift.org/browse/SR-10993"
2609+
}
2610+
}
2611+
}
2612+
}
25932613
},
25942614
{
25952615
"action": "TestXcodeWorkspaceScheme",

0 commit comments

Comments
 (0)