Home
last modified time | relevance | path

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

/Linux-v5.10/lib/kunit/
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()
/Linux-v5.10/Documentation/dev-tools/kunit/
Dstart.rst179 KUNIT_FAIL(test, "This test never passes.");
Dusage.rst65 KUNIT_FAIL(test, "This test never passes.");
70 ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``, which is
/Linux-v5.10/include/kunit/
Dtest.h678 #define KUNIT_FAIL(test, fmt, ...) \ macro