Searched refs:KUNIT_FAIL (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/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-v5.15/lib/kunit/ |
| D | kunit-example-test.c | 55 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-v5.15/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 | 179 KUNIT_FAIL(test, "This test never passes.");
|
| D | usage.rst | 65 KUNIT_FAIL(test, "This test never passes."); 70 ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``, which is
|
| /Linux-v5.15/lib/ |
| D | test_kasan.c | 98 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
|
| /Linux-v5.15/include/kunit/ |
| D | test.h | 798 #define KUNIT_FAIL(test, fmt, ...) \ macro
|
| /Linux-v5.15/drivers/thunderbolt/ |
| D | test.c | 2644 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()
|