-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
a new poison test is failing in ci #55062
Comments
This seems to be failing because crossgen2 does not pass the Along with poisoning the flag also makes the JIT extend lifetimes on refs, ensure all IL basic blocks emit some code that can be breakpointed and ensure exception throws get unique code sites. The question is if crossgen2 should respect the debug flag in the module even when -O is passed. Thoughts @dotnet/crossgen-contrib? |
Yeah looks like it cg2 doesnt check the debuggable attribute if
|
No, the test is new. So the alternative is to disable this test in crossgen2 jobs. |
we should fix it in cg2, but if its blocking yeah please disable for r2r jobs till its fixed. |
Examples https://dev.azure.com/dnceng/public/_build/results?buildId=1216832&view=ms.vss-test-web.build-test-results-tab
added in #54685
The text was updated successfully, but these errors were encountered: