-
Notifications
You must be signed in to change notification settings - Fork 333
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
Disable lld Mach-O tests in the Swift LLVM fork #8511
Conversation
@swift-ci please test |
1 similar comment
@swift-ci please test |
@swift-ci Please test Linux |
@swift-ci Please test macOS |
@swift-ci Please test Windows |
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.
Not sure about the gc-dwarf-eh.s
change. The change to lld/test/MachO/lit.local.cfg
is fine.
lld/test/COFF/gc-dwarf-eh.s
Outdated
# Swift LLVM fork downstream change start | ||
# Disable failing test | ||
# XFAIL: * | ||
# Swift LLVM fork downstream change end | ||
|
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.
Why are we disabling the gc-dwarf-eh.s
test for COFF here? (That isn't anything to do with Mach-O).
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.
Removed this change
@swift-ci please test |
@swift-ci Please test Windows |
The Swift LLVM fork disabled linking for Darwin in lld, see #8119. To make "ninja check-all" pass, we need to disable running the Mach-O tests.