linux/tools/testing/selftests/powerpc/signal
Michael Ellerman c6a75555b4 selftests/powerpc: Return errors from all tests
Fix some tests which weren't returning an error code from main.

Although these tests only ever return success, they can still fail if
they time out and the harness kills them. If that happens they still
return success to the shell, which is incorrect and confuses the higher
level error reporting.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241106130453.1741013-4-mpe@ellerman.id.au
2024-11-07 22:36:31 +11:00
..
.gitignore selftests/powerpc: Add a test of sigreturning to an unaligned address 2021-12-25 10:56:05 +11:00
Makefile selftests/powerpc: make sub-folders buildable on their own 2024-04-29 23:54:42 +10:00
settings
sig_sc_double_restart.c
sigfuz.c selftests/powerpc: Return errors from all tests 2024-11-07 22:36:31 +11:00
signal_tm.c
signal.c
signal.S
sigreturn_kernel.c selftests/powerpc: Add a test of sigreturning to the kernel 2021-12-21 20:17:59 +11:00
sigreturn_unaligned.c selftests/powerpc: Add a test of sigreturning to an unaligned address 2021-12-25 10:56:05 +11:00
sigreturn_vdso.c