Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/kunit/
H A Dkunit-test.c29 KUNIT_FAIL(test, "Catch should not be called\n"); in kunit_test_no_catch()
53 KUNIT_FAIL(test, "This line should never be reached\n"); in kunit_test_unsuccessful_try()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dstart.rst179 KUNIT_FAIL(test, "This test never passes.");
H A Dusage.rst65 KUNIT_FAIL(test, "This test never passes.");
70 ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``, which is
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h678 #define KUNIT_FAIL(test, fmt, ...) \ macro