-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[unittests] Add a fixture for Sema unit tests #34286
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
@swift-ci please smoke test |
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.
Very cool!
5b9a083
to
5161bd3
Compare
@swift-ci please clean smoke test |
@swift-ci please clean test Windows platform |
Setup module importers, load stdlib, establish separate testing module and load a single main file there which imports standard library.
…ecated `ImportedModuleDesc`
5161bd3
to
6e470f5
Compare
@swift-ci please clean test |
@swift-ci please test Windows platform |
@compnerd Does Windows have |
@swift-ci please test Windows platform |
1 similar comment
@swift-ci please test Windows platform |
c6758d0
to
fde1af7
Compare
@swift-ci please test Windows platform |
@swift-ci please test Linux platform |
@swift-ci please test macOS platform |
Build failed |
@swift-ci please test macOS platform |
Adds a
SemaTest
fixture which handles all book-keeping related to setting upenvironment and a simple literal binding inference test to demonstrate that
everything works correctly.