Re: [PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail

2025-06-03 Thread nick Huang
Thank you for taking the time to review this. Best regards, Nick Shuah Khan 於 2025年6月3日 週二 上午6:17寫道: > > On 5/31/25 01:01, Nick Huang wrote: > > Use the standard kselftest failure report function to ensure consistent > > test output formatting. This improves readability an

[PATCH] selftests: ipc: Replace fail print statements with ksft_test_result_fail

2025-05-31 Thread Nick Huang
Use the standard kselftest failure report function to ensure consistent test output formatting. This improves readability and integration with automated test frameworks. Signed-off-by: Nick Huang --- tools/testing/selftests/ipc/msgque.c | 47 ++-- 1 file changed, 23