Skip to content
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

fdt_cpu_scaling unit test not working on ARM64 #282

Open
tjones60 opened this issue Nov 8, 2024 · 0 comments
Open

fdt_cpu_scaling unit test not working on ARM64 #282

tjones60 opened this issue Nov 8, 2024 · 0 comments
Labels
ARM Issues pertaining to ARM support

Comments

@tjones60
Copy link
Contributor

tjones60 commented Nov 8, 2024

When running the fdt_cpu_scaling unit test on Windows ARM64, it fails with the following error:

       ABORT [   0.100s] openhcl_boot::bin/openhcl_boot test::fdt_cpu_scaling
     Message [         ] code 0xc000001d: OS Error -1073741795 (FormatMessageW() returned error 317) (os error -1073741795)

When running on Linux ARM64, the test passes if the buffer size is increased, but this does not appear to be sufficient on Windows. In addition, there might also be something we can do here to improve the error message here; there seems to be something whole with printing OS errors.

@smalis-msft smalis-msft added the ARM Issues pertaining to ARM support label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ARM Issues pertaining to ARM support
Projects
None yet
Development

No branches or pull requests

2 participants