-
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
Fix big endian issue in Interlocked test cases #101429
Conversation
Fix big indian issue wiht BitConverted as part of intercloked test cases.
Tagging subscribers to this area: @mangod9 |
/azp run runtime-community |
Commenter does not have sufficient privileges for PR 101429 in repo dotnet/runtime |
src/libraries/System.Private.CoreLib/src/System/Threading/Interlocked.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/Threading/Interlocked.cs
Outdated
Show resolved
Hide resolved
Fix big indian issue wiht BitConverted as part of intercloked test cases. These were causing failures in runtime_community pipeline
@akoeplinger , can you run "runtime community" pipeline on this. Lets see if the fix holds good for System.Threads.tests failures seen as part of #101380 |
/azp run runtime-community |
Azure Pipelines successfully started running 1 pipeline(s). |
@akoeplinger Thanks for initiating the run. |
/ba-g failures are not related, this change only affects big endian platforms |
Yep, I'm doing it in #101527 so that we don't need to restart CI if it doesn't. |
Fix big indian issue wiht BitConverted as part of intercloked test cases. These were causing failures in runtime_community pipeline --------- Co-authored-by: root <root@t8375036.lnxero1.boe>
Fix big indian issue wiht BitConverted as part of intercloked test cases. These were causing failures in runtime_community pipeline --------- Co-authored-by: root <root@t8375036.lnxero1.boe>
Fix big indian issue wiht BitConverted as part of intercloked test cases. These were causing failures in runtime_community pipeline --------- Co-authored-by: root <root@t8375036.lnxero1.boe>
Fix big indian issue wiht BitConverted as part of intercloked test cases.
These were causing failures in runtime_community pipeline