Re: [PATCH] kselftest/arm64: Fail the overall fp-stress test if any test fails

2024-10-22 Thread Catalin Marinas
On Thu, 17 Oct 2024 18:43:31 +0100, Mark Brown wrote: > Currently fp-stress does not report a top level test result if it runs to > completion, it always exits with a return code 0. Use the ksft_finished() > helper to ensure that the exit code for the top level program reports a > failure if any of

[PATCH] kselftest/arm64: Fail the overall fp-stress test if any test fails

2024-10-17 Thread Mark Brown
Currently fp-stress does not report a top level test result if it runs to completion, it always exits with a return code 0. Use the ksft_finished() helper to ensure that the exit code for the top level program reports a failure if any of the individual tests has failed. Signed-off-by: Mark Brown