-
Notifications
You must be signed in to change notification settings - Fork 153
XFAIL failing projects #818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rdar://109999674 rdar://109999583
@swift-ci please test |
Erik is working on a fix for this, so hopefully we won't need this, but going to keep open for now just in case |
"tags": "sourcekit-disabled swiftpm", | ||
"xfail": [ | ||
{ | ||
"issue": "rdar://109999583", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only affects release builds I believe you'll need
"configuration": "release"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Though fortunately I don't think we'll need this PR after all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better 👍
"tags": "sourcekit-disabled swiftpm", | ||
"xfail": [ | ||
{ | ||
"issue": "rdar://109999583", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This only affects debug builds I believe you'll need
"configuration": "debug"
The issue should be fixed by swiftlang/swift#66238, so we shouldn't need this after all |
rdar://109999674
rdar://109999583