Searched refs:kunit_err (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/lib/kunit/ |
| D | try-catch.c | 79 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()
|
| D | test.c | 49 kunit_err(current->kunit_test, "%s:%d: %s", file, line, buffer); in __kunit_fail_current_test() 231 kunit_err(test, in kunit_print_string_stream() 234 kunit_err(test, "%s", fragment->fragment); in kunit_print_string_stream() 236 kunit_err(test, "\n"); in kunit_print_string_stream() 238 kunit_err(test, "%s", buf); in kunit_print_string_stream() 327 kunit_err(test, "failed to initialize: %d\n", ret); in kunit_run_case_internal() 393 kunit_err(test, "test case timed out\n"); in kunit_catch_run_case() 399 kunit_err(test, "internal error occurred preventing test case from running: %d\n", in kunit_catch_run_case()
|
| /Linux-v5.15/lib/ |
| D | test_kasan.c | 51 kunit_err(test, "can't run KASAN tests with KASAN disabled"); in kasan_test_init() 617 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_oob() 668 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_bulk() 795 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_double_free() 817 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_invalid_free()
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 751 #define kunit_err(test, fmt, ...) \ macro
|