Home
last modified time | relevance | path

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

/linux-5.19.10/lib/kunit/
Dkunit-example-test.c78 kunit_mark_skipped(test, "this test should be skipped"); in example_mark_skipped_test()
Dkunit-test.c499 kunit_mark_skipped(&fake, "Accepts format string: %s", "YES"); in kunit_status_mark_skipped_test()
/linux-5.19.10/include/kunit/
Dtest.h424 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ macro
445 kunit_mark_skipped((test_or_suite), fmt, ##__VA_ARGS__);\