-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[DependencyScanning] Debug Unit Test ScanTest.TestModuleCycle
#85622
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
base: main
Are you sure you want to change the base?
Conversation
|
@swift-ci please smoke test |
|
Please test with following PR: @swift-ci please smoke test |
3 similar comments
|
Please test with following PR: @swift-ci please smoke test |
|
Please test with following PR: @swift-ci please smoke test |
|
Please test with following PR: @swift-ci please smoke test |
|
Please test with following PR: @swift-ci please smoke test |
| ASSERT_FALSE(DependenciesOrErr.getError()); | ||
| auto Dependencies = DependenciesOrErr.get(); | ||
| auto Diagnostics = Dependencies->diagnostics; | ||
| llvm::errs() << "[ScanTest.TestModuleCycle]==> Num diagnostcis " |
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.
I think this code won't run because of the new assert, right?
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.
That's indeed correct! We are crashing at the new assert, instead of getting here.
Draft PR to trigger CI failure and to get more debug info.