Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/
Dsoc-topology-test.c265 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_comp()
309 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_ops()
373 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_fw()
422 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg()
478 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_magic()
534 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_abi()
590 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_size()
647 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_payload_size()
696 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_pcm_tplg()
747 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_pcm_tplg_reload_comp()
[all …]
/Linux-v5.15/lib/kunit/
Dkunit-example-test.c55 KUNIT_FAIL(test, "You should not see this line."); in example_skip_test()
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.15/Documentation/dev-tools/kunit/
Dtips.rst176 Alternatively, one can take full control over the error message by using ``KUNIT_FAIL()``, e.g.
185 KUNIT_FAIL(test, "Failed to setup thing for testing");
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.15/lib/
Dtest_kasan.c98 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
/Linux-v5.15/include/kunit/
Dtest.h798 #define KUNIT_FAIL(test, fmt, ...) \ macro
/Linux-v5.15/drivers/thunderbolt/
Dtest.c2644 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()