Home
last modified time | relevance | path

Searched refs:kunit_skip (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c84 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 Dkunit-test.c567 kunit_skip(test, "only useful when debugfs is enabled"); in kunit_log_newline_test()
/openbmc/linux/kernel/events/
H A Dhw_breakpoint_test.c18 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/arch/s390/lib/
H A Dtest_unwind.c194 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/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c53 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 Dvaddr-test.h82 kunit_skip(test, "Failed to create VMA tree"); in damon_test_three_regions_in_vmas()
/openbmc/linux/mm/kasan/
H A Dkasan_test.c142 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 Dfortify_kunit.c120 kunit_skip(test, "Compiler is missing __builtin_dynamic_object_size() support\n")
H A Dstackinit_kunit.c191 kunit_skip(test, \
H A Dmemcpy_kunit.c313 kunit_skip(test, "Slow test skipped. Enable with CONFIG_MEMCPY_SLOW_KUNIT_TEST=y"); in init_large()
H A Doverflow_kunit.c21 kunit_skip(test, reason); \
/openbmc/linux/drivers/clk/
H A Dclk_test.c560 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 Dkfence_test.c37 kunit_skip((test), "Test requires: " #cond); \
/openbmc/linux/include/kunit/
H A Dtest.h508 #define kunit_skip(test_or_suite, fmt, ...) \ macro
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c37 kunit_skip((test), "Test requires: " #cond); \