Searched refs:kunit_skip (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/kernel/events/ |
| 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()
|
| /Linux-v6.1/arch/s390/lib/ |
| 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()
|
| /Linux-v6.1/lib/kunit/ |
| D | kunit-example-test.c | 63 kunit_skip(test, "this test should be skipped"); in example_skip_test()
|
| /Linux-v6.1/lib/ |
| D | stackinit_kunit.c | 191 kunit_skip(test, \
|
| D | overflow_kunit.c | 21 kunit_skip(test, reason); \
|
| /Linux-v6.1/drivers/clk/ |
| D | clk_test.c | 536 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_multiple_parents_mux_set_range_set_parent_get_rate() 887 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() 1034 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_single_parent_mux_set_range_disjoint_child_last() 1066 kunit_skip(test, "This needs to be fixed in the core."); in clk_test_single_parent_mux_set_range_disjoint_parent_last()
|
| /Linux-v6.1/mm/kasan/ |
| D | kasan_test.c | 118 kunit_skip((test), "Test requires " #config "=y"); \ 123 kunit_skip((test), "Test requires " #config "=n"); \
|
| /Linux-v6.1/include/kunit/ |
| D | test.h | 407 #define kunit_skip(test_or_suite, fmt, ...) \ macro
|
| /Linux-v6.1/mm/kfence/ |
| D | kfence_test.c | 37 kunit_skip((test), "Test requires: " #cond); \
|
| /Linux-v6.1/kernel/kcsan/ |
| D | kcsan_test.c | 37 kunit_skip((test), "Test requires: " #cond); \
|