Skip to content
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

Merged
merged 2 commits into from
Dec 3, 2021

Conversation

lambdageek
Copy link
Member

@lambdageek lambdageek commented Dec 3, 2021

Fixes #62303

And related to #62311

@dotnet-issue-labeler
Copy link

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.

@lambdageek
Copy link
Member Author

/azp run runtime-manual

@lambdageek
Copy link
Member Author

/cc @radical @simonrozsival

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lambdageek lambdageek added area-VM-meta-mono test-bug Problem in test source code (most likely) labels Dec 3, 2021
On AOT the field's class may not have been fully inited yet.

Related to dotnet#62311
@lambdageek lambdageek removed the test-bug Problem in test source code (most likely) label Dec 3, 2021
@lambdageek
Copy link
Member Author

@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.

@lambdageek
Copy link
Member Author

/azp run runtime-manual

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@lambdageek
Copy link
Member Author

/azp run runtime

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@simonrozsival simonrozsival left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lambdageek
Copy link
Member Author

Waiting for more extensive validation here https://dev.azure.com/dnceng/public/_build/results?buildId=1495727&view=results

@lambdageek
Copy link
Member Author

Ok, the only failure on Mono llvmaot Pri0 Runtime Tests Run Linux x64 release is

Loader/classloader/DefaultInterfaceMethods/regressions/github60486/github60486.sh [FAIL]

Which is being disabled in #62335

@lambdageek lambdageek merged commit eff6546 into dotnet:main Dec 3, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 3, 2022
@lambdageek lambdageek deleted the fix-gh-62303 branch March 19, 2022 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants