Home
last modified time | relevance | path

Searched refs:kunit_mark_skipped (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c99 kunit_mark_skipped(test, "this test should be skipped"); in example_mark_skipped_test()
H A Dkunit-test.c604 kunit_mark_skipped(&fake, "Accepts format string: %s", "YES"); in kunit_status_mark_skipped_test()
/openbmc/linux/include/kunit/
H A Dtest.h489 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ macro
510 kunit_mark_skipped((test_or_suite), fmt, ##__VA_ARGS__);\