Skip to content

Commit

Permalink
un-xfail AsyncNinja
Browse files Browse the repository at this point in the history
It passes now because generic inlining is disabled
  • Loading branch information
eeckstein committed May 19, 2017
1 parent 272fece commit ca73a52
Showing 1 changed file with 9 additions and 99 deletions.
108 changes: 9 additions & 99 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,150 +96,60 @@
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "generic/platform=macOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "TestXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "platform=macOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "generic/platform=iOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "TestXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "platform=iOS Simulator,name=iPhone 5",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "TestXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "platform=iOS Simulator,name=iPhone 7",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "generic/platform=tvOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "TestXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "platform=tvOS Simulator,name=Apple TV 1080p",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildXcodeProjectScheme",
"project": "AsyncNinja.xcodeproj",
"scheme": "AsyncNinja",
"destination": "generic/platform=watchOS",
"configuration": "Release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "Release"
},
{
"action": "BuildSwiftPackage",
"configuration": "release",
"xfail": {
"compatibility": {
"3.1": {
"branch": {
"master": "https://bugs.swift.org/browse/SR-4854",
"swift-4.0-branch": "https://bugs.swift.org/browse/SR-4854"
}
}
}
}
"configuration": "release"
},
{
"action": "TestSwiftPackage"
Expand Down

0 comments on commit ca73a52

Please sign in to comment.