Home
last modified time | relevance | path

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

/linux/sound/soc/
A 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/lib/kunit/
A Dkunit-example-test.c55 KUNIT_FAIL(test, "You should not see this line."); in example_skip_test()
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()
/linux/Documentation/dev-tools/kunit/
A 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");
A Dstart.rst179 KUNIT_FAIL(test, "This test never passes.");
A Dusage.rst65 KUNIT_FAIL(test, "This test never passes.");
70 ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``, which is
/linux/include/kunit/
A Dtest.h807 #define KUNIT_FAIL(test, fmt, ...) \ macro
/linux/lib/
A Dtest_kasan.c98 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
/linux/drivers/thunderbolt/
A Dtest.c2644 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()

Completed in 20 milliseconds