Re: [PATCH v4 22/23] tests: add test for double-traps on rv64

2025-05-12 Thread Daniel Henrique Barboza
On 5/11/25 10:22 AM, Julian Ganz wrote: We do have a number of test-caes for various architectures exercising s/test-caes/test-case their interrupt/exception logic. However, for the recently introduced trap API we also want to exercise the logic for double traps on at leat s/leat/least ?

[PATCH v4 22/23] tests: add test for double-traps on rv64

2025-05-11 Thread Julian Ganz
We do have a number of test-caes for various architectures exercising their interrupt/exception logic. However, for the recently introduced trap API we also want to exercise the logic for double traps on at leat one architecture. Signed-off-by: Julian Ganz --- tests/tcg/riscv64/Makefile.softmmu-