linux/tools/testing/selftests/powerpc/primitives
Michael Ellerman 06236f4efb selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV
If the load unaligned zeropad test takes a SEGV which can't be handled,
we increment segv_error, print the offending NIP and then return without
taking any further action. In almost all cases this means we'll just
take the SEGV again, and loop eternally spamming the console.

Instead just abort(), it's a fatal error in the test. The test harness
will notice that the child died and print a nice message for us.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-11-14 11:11:51 +11:00
..
asm
.gitignore
load_unaligned_zeropad.c selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGV 2016-11-14 11:11:51 +11:00
Makefile selftests: Add install support for the powerpc tests 2015-03-19 12:38:51 -06:00
word-at-a-time.h