Searched refs:kunit_err (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/s390/lib/ |
| A D | test_unwind.c | 34 kunit_err(current_test, "%s\n", p); in print_backtrace() 54 kunit_err(current_test, "failed to allocate backtrace buffer\n"); in test_unwind() 68 kunit_err(current_test, "unwind state reliable but addr is 0\n"); in test_unwind() 80 kunit_err(current_test, "backtrace buffer is too small\n"); in test_unwind() 90 kunit_err(current_test, "unwind error\n"); in test_unwind() 94 kunit_err(current_test, "unwindme_func2 and unwindme_func1 not found\n"); in test_unwind() 98 kunit_err(current_test, "Maximum number of frames exceeded\n"); in test_unwind() 171 kunit_err(current_test, "register_kprobe failed %d\n", ret); in unwindme_func4() 273 kunit_err(test, "kthread_run() failed\n"); in test_unwind_task()
|
| /linux/lib/kunit/ |
| A 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()
|
| A 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/lib/ |
| A D | test_kasan.c | 51 kunit_err(test, "can't run KASAN tests with KASAN disabled"); in kasan_test_init() 638 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_oob() 689 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_bulk() 816 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_double_free() 838 kunit_err(test, "Allocation failed: %s\n", __func__); in kmem_cache_invalid_free()
|
| /linux/include/kunit/ |
| A D | test.h | 760 #define kunit_err(test, fmt, ...) \ macro
|
Completed in 16 milliseconds