-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[ppc64le] Fixed assertion failure which was occurring while running System.Runtime.Serialization.Formatters tests #108429
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
Conversation
…l method for ppc64le architecture
…ystem.Runtime.Serialization.Formatters tests
|
@akoeplinger |
|
@lambdageek |
|
/azp run runtime-community |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
sorry for the late response, I was on vacation and am still catching up on GitHub notifications 😄 |
|
/azp run runtime-community |
|
Azure Pipelines successfully started running 1 pipeline(s). |
No problem. Thanks for approving! |
|
@akoeplinger I have merged latest main and the build should pass now. |
|
/azp run runtime-community |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/ba-g this only changes ppc64le codepaths so the other failures are unrelated |
…ystem.Runtime.Serialization.Formatters tests (dotnet#108429) * [ppc64le] Fixed thunk address 8 byte alignment issue * Fixed FSharp crash issue * [ppc64le] Implementation of mono_arch_get_delegate_virtual_invoke_impl method for ppc64le architecture * Fixed clang15 build issues and returning address of sc_sp instead of value * Added float32 support and implemented related opcodes * Correction in OP_RCONV_TO_R cases * Corrected code for few opcodes * [ppc64le] performance improvements while branching * [ppc64le] Fixed insufficient memory exception issue * [ppc64le] Fixed assertion failure which was occurring while running System.Runtime.Serialization.Formatters tests
This PR fixes assertion failure mentioned in PR 107678.