-
Notifications
You must be signed in to change notification settings - Fork 165
[Feature]: Support Host-Based Unit Tests on AArch64 platforms #1514
Copy link
Copy link
Open
Labels
state:needs-maintainer-feedbackNeeds more information from a maintainer to determine next stepsNeeds more information from a maintainer to determine next stepstype:feature-requestA new feature proposalA new feature proposal
Description
Feature Overview
Host-based unit tests are supported on both Windows and Linux environments; however, the current implementation is limited to x64 architecture and would cause build breaks in AArch64 platforms.
Extend support to include AArch64 platforms to enable broader test coverage and platform validation.
Solution Overview
There was an earlier effort to enable this in #495.
Changes were made by @kuqin12 to port the Cmocka framework : https://github.com/kuqin12/mu_basecore/commits/unit_test_arm64/
But it did not go through. These changes can be revisited.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
Someone else needs to implement the feature
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
state:needs-maintainer-feedbackNeeds more information from a maintainer to determine next stepsNeeds more information from a maintainer to determine next stepstype:feature-requestA new feature proposalA new feature proposal