Searched refs:kunit_skip (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/lib/kunit/ |
H A D | kunit-example-test.c | 84 kunit_skip(test, "this test should be skipped"); in example_skip_test() 217 kunit_skip(test, "unsupported param value"); in example_params_test()
|
H A D | kunit-test.c | 567 kunit_skip(test, "only useful when debugfs is enabled"); in kunit_log_newline_test()
|
/openbmc/linux/arch/s390/lib/ |
H A D | test_unwind.c | 194 kunit_skip(current_test, "requires CONFIG_KPROBES"); in test_unwind_kretprobe() 245 kunit_skip(current_test, "requires CONFIG_KPROBES"); in test_unwind_kprobe() 247 kunit_skip(current_test, "requires CONFIG_KPROBES_ON_FTRACE"); in test_unwind_kprobe() 297 kunit_skip(current_test, "requires CONFIG_DYNAMIC_FTRACE"); in test_unwind_ftrace()
|
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint_test.c | 18 kunit_skip((test), "Requires breakpoint slots: %d > %d", slots, \ 298 kunit_skip(test, "not enough cpus"); in test_init() 302 kunit_skip(test, "hw breakpoint already in use"); in test_init()
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_krb5_test.c | 53 kunit_skip(test, "Encryption type is not available"); in kdf_case() 87 kunit_skip(test, "Encryption type is not available"); in checksum_case() 539 kunit_skip(test, "Encryption type is not available"); in rfc3962_encrypt_case() 1135 kunit_skip(test, "Encryption type is not available"); in rfc6803_encrypt_case() 1629 kunit_skip(test, "Encryption type is not available"); in rfc8009_encrypt_case() 1796 kunit_skip(test, "Encryption type is not available"); in encrypt_selftest_case()
|
/openbmc/linux/mm/damon/ |
H A D | vaddr-test.h | 82 kunit_skip(test, "Failed to create VMA tree"); in damon_test_three_regions_in_vmas()
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 142 kunit_skip((test), "Test requires " #config "=y"); \ 147 kunit_skip((test), "Test requires " #config "=n"); \ 156 kunit_skip((test), "Test requires checked mem*()"); \
|
/openbmc/linux/lib/ |
H A D | fortify_kunit.c | 120 kunit_skip(test, "Compiler is missing __builtin_dynamic_object_size() support\n")
|
H A D | stackinit_kunit.c | 191 kunit_skip(test, \
|
H A D | memcpy_kunit.c | 313 kunit_skip(test, "Slow test skipped. Enable with CONFIG_MEMCPY_SLOW_KUNIT_TEST=y"); in init_large()
|
H A D | overflow_kunit.c | 21 kunit_skip(test, reason); \
|
/openbmc/linux/drivers/clk/ |
H A D | clk_test.c | 560 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 911 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_orphan_transparent_multiple_parent_mux_set_range_set_parent_get_rate() 1058 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_single_parent_mux_set_range_disjoint_child_last() 1090 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_single_parent_mux_set_range_disjoint_parent_last()
|
/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 37 kunit_skip((test), "Test requires: " #cond); \
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 508 #define kunit_skip(test_or_suite, fmt, ...) \ macro
|
/openbmc/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 37 kunit_skip((test), "Test requires: " #cond); \
|