Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/kunit/
A Dkunit-example-test.c79 kunit_mark_skipped(test, "this test should be skipped"); in example_mark_skipped_test()
A Dkunit-test.c506 kunit_mark_skipped(&fake, "Accepts format string: %s", "YES"); in kunit_status_mark_skipped_test()
/linux-6.3-rc2/include/kunit/
A Dtest.h391 #define kunit_mark_skipped(test_or_suite, fmt, ...) \ macro
412 kunit_mark_skipped((test_or_suite), fmt, ##__VA_ARGS__);\

Completed in 7 milliseconds