-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 nested non-byref like VC with no pointer fields #80642
Fix nested non-byref like VC with no pointer fields #80642
Conversation
11cea99
to
21bf6f5
Compare
@BrzVlad @vargaz @lambdageek Any thoughts on the llvmfullaot legs? |
The failure is in the newly added tests, so it definitely looks like a mono problem. I'd suggest disabling it for now for mono. |
src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case13.cs
Outdated
Show resolved
Hide resolved
src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case13.cs
Outdated
Show resolved
Hide resolved
src/tests/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/case13.cs
Outdated
Show resolved
Hide resolved
@mangod9 Can you suggest someone who could help review this change? @davidwrighton is away. |
@trylek, who can take a look. |
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, thanks for fixing this!
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3961567258 |
@AaronRobinsonMSFT backporting to release/7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Fix nested non-byref like VC with no pointer fields
Applying: Add tests
Applying: Fix test typo
Applying: Disable new test on llvmaot
Using index info to reconstruct a base tree...
M src/tests/issues.targets
Falling back to patching base and 3-way merge...
Auto-merging src/tests/issues.targets
CONFLICT (content): Merge conflict in src/tests/issues.targets
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0004 Disable new test on llvmaot
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@AaronRobinsonMSFT an error occurred while backporting to release/7.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
* Fix nested non-byref like VC with no pointer fields
* Fix nested non-byref like VC with no pointer fields
Tests need to be added. This is just for checking existing tests on all platforms first.
Fixes #80624