-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[TBDGen] disable tests for linux #27307
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
[TBDGen] disable tests for linux #27307
Conversation
@swift-ci Please test |
I think we'd rather use |
Build failed |
I think either that or adding logic in lit.cfg for |
63c1be4
to
53b5bfe
Compare
@swift-ci Please test |
Build failed |
Build failed |
I will run |
Build failed |
@swift-ci Please test Linux |
Build failed |
53b5bfe
to
5bed832
Compare
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.
Please don't use the export
, just hard code the darwin target in all the places. This wont work properly on Windows.
289be3e
to
cd72ef0
Compare
@swift-ci Please test |
1 similar comment
@swift-ci Please test |
Build failed |
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.
LGTM
Build failed |
@cyndyishida It's still failing on Linux |
cd72ef0
to
5a3f07a
Compare
5a3f07a
to
e6b3fd4
Compare
@swift-ci Please test |
Build failed |
Build failed |
Only failing linux job now @shahmishal |
This simplifies the usual bundle of OS checks OS=macosx || OS=ios || OS=tvos || OS=watchos into VENDOR=apple which was added in swiftlang#27307
It doesn't make sense for tbd files to be generated on linux machine since linux linkers wouldn't consume them anyway. This should be reflected in the tests and repair the failing tests from #27073
Resolves rdar://problem/55635561