Searched refs:KUNIT_FAIL (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/sound/soc/ |
D | soc-topology-test.c | 265 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/ |
D | kunit-example-test.c | 66 KUNIT_FAIL(test, "You should not see this line."); in example_skip_test()
|
D | kunit-test.c | 29 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/ |
D | tips.rst | 176 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");
|
D | start.rst | 190 KUNIT_FAIL(test, "This test never passes.");
|
D | usage.rst | 21 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/ |
D | dev_addr_lists_test.c | 49 KUNIT_FAIL(test, "Can't register netdev %d", err); in dev_addr_test_init()
|
/linux-5.19.10/include/kunit/ |
D | test.h | 548 #define KUNIT_FAIL(test, fmt, ...) \ macro
|
/linux-5.19.10/lib/ |
D | overflow_kunit.c | 498 KUNIT_FAIL(test, #func " missed saturation!\n"); \
|
D | test_kasan.c | 102 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
|
/linux-5.19.10/drivers/thunderbolt/ |
D | test.c | 2735 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()
|