-
Notifications
You must be signed in to change notification settings - Fork 5k
Fail tests if LTCG is used #111651
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
Fail tests if LTCG is used #111651
Conversation
dotnet#111566 is not the first time we accidentally shipped something built with LTCG. We should ideally not allow merging such code into `main`.
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas |
/azp run runtime-nativeaot-outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
I assume that we should see this failing (in outer loop at least) until #111566 gets fixed. Is that right? |
It does not appear to be failing as expected. |
Yep, it was supposed to fail. Operator error. |
Yup, now failing as expected. Marked as no merge until #111566 is fixed. |
#111566 is not the first time we accidentally shipped something built with LTCG. We should ideally not allow merging such code into
main
.Cc @dotnet/ilc-contrib