Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/lib/kunit/
Dkunit-example-test.c66 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-5.19.10/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.rst190 KUNIT_FAIL(test, "This test never passes.");
Dusage.rst21 KUNIT_FAIL(test, "This test never passes.");
26 other hand ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``,
/linux-5.19.10/net/core/
Ddev_addr_lists_test.c49 KUNIT_FAIL(test, "Can't register netdev %d", err); in dev_addr_test_init()
/linux-5.19.10/include/kunit/
Dtest.h548 #define KUNIT_FAIL(test, fmt, ...) \ macro
/linux-5.19.10/lib/
Doverflow_kunit.c498 KUNIT_FAIL(test, #func " missed saturation!\n"); \
Dtest_kasan.c102 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
/linux-5.19.10/drivers/thunderbolt/
Dtest.c2735 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()