-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add a test case for AST verification of loaded modules in WMO. #14278
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 test. |
Looks good, although such a finicky test probably belongs in validation-test. |
@jrose-apple Do you want me to move this test? I think validation tests should be less likely to break. |
Build failed |
Build failed |
@swift-ci test. |
Build failed |
Build failed |
I don't think validation tests are "less likely to break" so much as "take more time to run" and/or "are less well-defined". This fits in the latter category, at least. |
It's not that important, though. |
Prior to the following commit, the SILVerifier will assert on this test case. PR: 14250 <#14250> commit deebe8b Author: Andrew Trick <[email protected]> Date: Mon Jan 29 15:22:28 2018 performTypeChecking: Defer verifyAllLoadedModules in WMO mode.
@swift-ci test and merge. |
1 similar comment
@swift-ci test and merge. |
Prior to the following commit, the SILVerifier will assert
on this test case.
PR: 14250 #14250
commit deebe8b
Author: Andrew Trick [email protected]
Date: Mon Jan 29 15:22:28 2018