Re: [PATCH] tests/functional: add boot error detection for RME tests

2025-03-03 Thread Alex Bennée
Pierrick Bouvier writes: > It was identified that those tests randomly fail with a synchronous > exception at boot (reported by EDK2). > While we solve this problem, report failure immediately so tests don't > timeout in CI. > > Signed-off-by: Pierrick Bouvier Queued to maintainer/for-10.0-soft

[PATCH] tests/functional: add boot error detection for RME tests

2025-03-03 Thread Pierrick Bouvier
It was identified that those tests randomly fail with a synchronous exception at boot (reported by EDK2). While we solve this problem, report failure immediately so tests don't timeout in CI. Signed-off-by: Pierrick Bouvier --- tests/functional/test_aarch64_rme_sbsaref.py | 3 ++- tests/function

Re: [PATCH] tests/functional: add boot error detection for RME tests

2025-03-03 Thread Philippe Mathieu-Daudé
On 3/3/25 19:57, Pierrick Bouvier wrote: It was identified that those tests randomly fail with a synchronous exception at boot (reported by EDK2). While we solve this problem, report failure immediately so tests don't timeout in CI. Signed-off-by: Pierrick Bouvier --- tests/functional/test_aa