Home
last modified time | relevance | path

Searched refs:kunit_info (Results 1 – 4 of 4) sorted by relevance

/linux/lib/kunit/
A Dkunit-example-test.c38 kunit_info(test, "initializing\n"); in example_test_init()
49 kunit_info(test, "You should not see a line below."); in example_skip_test()
64 kunit_info(test, "You should see a line below."); in example_mark_skipped_test()
70 kunit_info(test, "You should see this line."); in example_mark_skipped_test()
/linux/lib/
A Dmemcpy_kunit.c49 kunit_info(test, "ok: " TEST_OP "() " name "\n"); \
/linux/mm/kfence/
A Dkfence_test.c191 kunit_info(test, "%s: size=%zu, ctor=%ps\n", __func__, size, ctor); in setup_test_cache()
264 kunit_info(test, "%s: size=%zu, gfp=%x, policy=%s, cache=%i\n", __func__, size, gfp, in test_alloc()
/linux/include/kunit/
A Dtest.h738 #define kunit_info(test, fmt, ...) \ macro

Completed in 79 milliseconds