linux/tools/testing/selftests/powerpc/math
Michael Ellerman 5543d59595 selftests/powerpc: Give all tests 2 minutes timeout
Each of the powerpc selftests runs with a timeout of 2 minutes by
default (see tools/testing/selftests/powerpc/harness.c).

But when tests are run with run_kselftest.sh it uses a timeout of 45
seconds, meaning some tests run OK standalone but fail when run with the
test runner.

So tell run_kselftest.sh to give each test 130 seconds, that should
allow the tests to complete, or be killed by the powerpc test harness
after 2 minutes. If for some reason the harness fails, or for the few
tests that don't use the harness, the 130 second timeout should catch
them if they get stuck.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://patch.msgid.link/20241106130453.1741013-2-mpe@ellerman.id.au
2024-11-07 22:36:30 +11:00
..
.gitignore
fpu.h selftests/powerpc: Generate better bit patterns for FPU tests 2023-12-13 13:29:08 +11:00
fpu_asm.S selftests/powerpc: Check all FPRs in fpu_syscall test 2023-12-13 13:29:09 +11:00
fpu_denormal.c
fpu_preempt.c selftests/powerpc: Run fpu_preempt test for 60 seconds 2023-12-13 13:29:09 +11:00
fpu_signal.c selftests/powerpc: Fix fpu_signal failures 2024-03-01 22:15:30 +11:00
fpu_syscall.c selftests/powerpc: Check all FPRs in fpu_syscall test 2023-12-13 13:29:09 +11:00
Makefile selftests/powerpc: make sub-folders buildable on their own 2024-04-29 23:54:42 +10:00
mma.c
mma.S
settings selftests/powerpc: Give all tests 2 minutes timeout 2024-11-07 22:36:30 +11:00
vmx_asm.S
vmx_preempt.c selftests/powerpc: Fix error handling in FPU/VMX preemption tests 2023-12-13 13:29:08 +11:00
vmx_signal.c
vmx_syscall.c
vsx_asm.S
vsx_preempt.c