Skip to content

Commit

Permalink
Merge pull request swiftlang#62 from apple/xfail-mapper
Browse files Browse the repository at this point in the history
XFAIL mapper due to warning-as-errors
  • Loading branch information
moiseev authored Aug 24, 2017
2 parents 7f4a094 + 2791537 commit e53d6f4
Showing 1 changed file with 44 additions and 11 deletions.
55 changes: 44 additions & 11 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2160,35 +2160,68 @@
"project": "Mapper.xcodeproj",
"target": "Mapper",
"destination": "generic/platform=iOS",
"configuration": "Release"
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-5683",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5683"
}
}
}
}
},
{
"action": "BuildXcodeProjectTarget",
"project": "Mapper.xcodeproj",
"target": "Mapper",
"destination": "generic/platform=macOS",
"configuration": "Release"
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-5683",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5683"
}
}
}
}
},
{
"action": "BuildXcodeProjectTarget",
"project": "Mapper.xcodeproj",
"target": "Mapper",
"destination": "generic/platform=tvOS",
"configuration": "Release"
},
{
"action": "BuildXcodeProjectTarget",
"project": "Mapper.xcodeproj",
"target": "Mapper",
"destination": "generic/platform=iOS",
"configuration": "Release"
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-5683",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5683"
}
}
}
}
},
{
"action": "BuildXcodeProjectTarget",
"project": "Mapper.xcodeproj",
"target": "Mapper",
"destination": "generic/platform=watchOS",
"configuration": "Release"
"configuration": "Release",
"xfail": {
"compatibility": {
"3.0": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-5683",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-5683"
}
}
}
}
},
{
"action": "BuildSwiftPackage",
Expand Down

0 comments on commit e53d6f4

Please sign in to comment.