Searched refs:kunit_err (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/tests/ |
A D | drm_buddy_test.c | 80 kunit_err(test, "block state mismatch\n"); in check_block() 115 kunit_err(test, "buddy has gone fishing\n"); in check_block() 121 kunit_err(test, "buddy has wrong offset\n"); in check_block() 126 kunit_err(test, "buddy size mismatch\n"); in check_block() 156 kunit_err(test, "block not allocated\n"); in check_blocks() 192 kunit_err(test, "prev block, dump:\n"); in check_blocks() 196 kunit_err(test, "bad block, dump:\n"); in check_blocks() 211 kunit_err(test, "n_roots is zero\n"); in check_mm() 231 kunit_err(test, "root(%u) is NULL\n", i); in check_mm() 239 kunit_err(test, "root not free\n"); in check_mm() [all …]
|
A D | drm_dp_mst_helper_test.c | 361 kunit_err(test, "%pV", vaf); in drm_test_dp_mst_msg_printf() 388 kunit_err(test, "Expected:"); in drm_test_dp_mst_sideband_msg_req_decode() 390 kunit_err(test, "Got:"); in drm_test_dp_mst_sideband_msg_req_decode()
|
/linux-6.3-rc2/arch/s390/lib/ |
A D | test_unwind.c | 39 kunit_err(current_test, "%s\n", p); in print_backtrace() 59 kunit_err(current_test, "failed to allocate backtrace buffer\n"); in test_unwind() 74 kunit_err(current_test, "unwind state reliable but addr is 0\n"); in test_unwind() 86 kunit_err(current_test, "backtrace buffer is too small\n"); in test_unwind() 98 kunit_err(current_test, "unwind error\n"); in test_unwind() 102 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind() 106 kunit_err(current_test, "Maximum number of frames exceeded\n"); in test_unwind() 207 kunit_err(current_test, "register_kretprobe failed %d\n", ret); in test_unwind_kretprobe() 258 kunit_err(current_test, "register_kprobe failed %d\n", ret); in test_unwind_kprobe() 302 kunit_err(current_test, "failed to set ftrace filter (%d)\n", ret); in test_unwind_ftrace() [all …]
|
/linux-6.3-rc2/lib/kunit/ |
A D | try-catch.c | 79 kunit_err(test, "try timed out\n"); in kunit_try_catch_run() 92 kunit_err(test, "wake_up_process() was never called\n"); in kunit_try_catch_run() 94 kunit_err(test, "Unknown error: %d\n", exit_code); in kunit_try_catch_run()
|
A D | test.c | 51 kunit_err(current->kunit_test, "%s:%d: %s", file, line, buffer); in __kunit_fail_current_test_impl() 246 kunit_err(test, in kunit_print_string_stream() 249 kunit_err(test, "%s", fragment->fragment); in kunit_print_string_stream() 251 kunit_err(test, "\n"); in kunit_print_string_stream() 253 kunit_err(test, "%s", buf); in kunit_print_string_stream() 344 kunit_err(test, "failed to initialize: %d\n", ret); in kunit_run_case_internal() 410 kunit_err(test, "test case timed out\n"); in kunit_catch_run_case() 416 kunit_err(test, "internal error occurred preventing test case from running: %d\n", in kunit_catch_run_case() 523 kunit_err(suite, KUNIT_SUBTEST_INDENT in kunit_run_tests()
|
/linux-6.3-rc2/mm/kasan/ |
A D | kasan_test.c | 755 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_oob() 806 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_bulk() 957 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_double_free() 979 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_invalid_free()
|
/linux-6.3-rc2/include/kunit/ |
A D | test.h | 462 #define kunit_err(test, fmt, ...) \ macro
|
Completed in 18 milliseconds