Searched refs:kunit_skip (Results 1 – 5 of 5) sorted by relevance
52 kunit_skip(test, "this test should be skipped"); in example_skip_test()
112 kunit_skip((test), "Test requires " #config "=y"); \117 kunit_skip((test), "Test requires " #config "=n"); \
37 kunit_skip((test), "Test requires: " #cond); \
34 kunit_skip((test), "Test requires: " #cond); \
708 #define kunit_skip(test_or_suite, fmt, ...) \ macro
Completed in 20 milliseconds