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

test_ras011.c needs to inject uncorrectable error #485

Open
ablackham52 opened this issue Sep 27, 2024 · 1 comment
Open

test_ras011.c needs to inject uncorrectable error #485

ablackham52 opened this issue Sep 27, 2024 · 1 comment

Comments

@ablackham52
Copy link

The SBSA spec recommends that poison is generated when an uncorrectable error is detected. This test tries to inject a Correctable Error

@rajatgoyal47
Copy link
Collaborator

Hi,

Thank you for highlighting this.

As RAS tests can vary due to their implementation-defined nature, they haven't been extensively verified on our end.

Could you please try changing the error type to ERR_UC and update the platform API to inject the error accordingly? You can refer to the following line for context:
https://github.com/ARM-software/sbsa-acs/blob/master/test_pool/ras/operating_system/test_ras011.c#L123

If further adjustments are needed to run or manage the errors, feel free to reach out, or alternatively, you're welcome to submit a pull request with your changes.

Regards,
ACS Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants