-
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
Fix trimmability issues in Quic test #85579
Conversation
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThe NativeAOT runs of this test are broken. Trimming doesn't analyze the pattern that is here and this crashes with a NullRef. When doing reflection like this, one can temporarily add Cc @dotnet/ilc-contrib
|
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM.
Opened #85600 on the OSX native AOT failure. |
The NativeAOT runs of this test are broken. Trimming doesn't analyze the pattern that is here and this crashes with a NullRef.
When doing reflection like this, one can temporarily add
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
to the test project - it's going to flag anything that would put NativeAOT on the floor.Cc @dotnet/ilc-contrib