-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Update overlapped field test to conflict on 32-bit arches #62308
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
/azp run runtime-manual |
Azure Pipelines successfully started running 1 pipeline(s). |
On AOT the field's class may not have been fully inited yet. Related to dotnet#62311
@simonrozsival I changed from asserting, to just initializing the fields of the embedded struct, after all, since it looks like on AOT we use the cached size info and don't necessarily have the type initialized properly yet. |
/azp run runtime-manual |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run runtime |
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
Waiting for more extensive validation here https://dev.azure.com/dnceng/public/_build/results?buildId=1495727&view=results |
Ok, the only failure on
Which is being disabled in #62335 |
Fixes #62303
And related to #62311