-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Run async tests on native AOT ARM64 #123668
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
base: main
Are you sure you want to change the base?
Conversation
This is likely no longer needed since the workaround code will kick in: #123378 (comment)
|
/azp run runtime-nativeaot-outerloop |
|
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.
Pull request overview
This PR removes a workaround that was disabling async tests on native AOT ARM64 architecture. The workaround was introduced to address issue #121871, which should now be resolved by PR #123378 that added allocMem support for allocating multiple data chunks.
Changes:
- Remove the PropertyGroup block that disabled async test builds for native AOT ARM64
|
Tagging subscribers to this area: @agocke, @dotnet/ilc-contrib |
No, I broke it again to make #123378 have no functional changes. But I will make sure to fold this change into #123433 |
This is likely no longer needed since the workaround code will kick in: #123378 (comment)