Home
last modified time | relevance | path

Searched refs:kunit_err (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/kunit/
Dtry-catch.c79 kunit_err(test, "try timed out\n"); in kunit_try_catch_run()
91 kunit_err(test, "wake_up_process() was never called\n"); in kunit_try_catch_run()
93 kunit_err(test, "Unknown error: %d\n", exit_code); in kunit_try_catch_run()
Dtest.c141 kunit_err(test, in kunit_print_string_stream()
144 kunit_err(test, "%s", fragment->fragment); in kunit_print_string_stream()
146 kunit_err(test, "\n"); in kunit_print_string_stream()
148 kunit_err(test, "%s", buf); in kunit_print_string_stream()
236 kunit_err(test, "failed to initialize: %d\n", ret); in kunit_run_case_internal()
304 kunit_err(test, "test case timed out\n"); in kunit_catch_run_case()
310 kunit_err(test, "internal error occurred preventing test case from running: %d\n", in kunit_catch_run_case()
/kernel/linux/linux-5.10/lib/
Dtest_kasan.c411 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_oob()
561 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_double_free()
583 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_invalid_free()
/kernel/linux/linux-5.10/include/kunit/
Dtest.h631 #define kunit_err(test, fmt, ...) \ macro