On 2/7/26 10:06 AM, Brian Cain wrote:
Rewrite invalid-slots.c to catch and verify SIGILL using a sigaction handler that modifies the ucontext, matching the pattern used by invalid-encoding.c.Signed-off-by: Brian Cain <[email protected]> --- tests/tcg/hexagon/invalid-slots.c | 76 ++++++++++++++++++++++++------- tests/tcg/hexagon/Makefile.target | 6 --- 2 files changed, 59 insertions(+), 23 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
