On Tue, Jun 03, 2025 at 05:06:17PM +0200, David Hildenbrand wrote:
On 03.06.25 16:58, Mark Brown wrote:
Like I said I suspect the test name is just unclear here...
I would hope we find some mechanical replacement.
E.g.,
ksft_test_result_pass("No leak from parent into child\n");
becomes
ksft_print_msg("No leak from parent into child\n"); log_test_result(KSFT_PASS);
Like I've been saying this is just the final test result, in this case I would expect that for the actual thing we're trying to test any confusion would be addressed in the name of the test so that it's clear what it was trying to test. So adding "Leak from parent to child" to the name of all the tests?