Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c56 KUNIT_FAIL(test, in assert_no_holes()
85 KUNIT_FAIL(test, in assert_one_hole()
132 KUNIT_FAIL(test, in assert_continuous()
179 KUNIT_FAIL(test, in assert_node()
294 KUNIT_FAIL(test, in expect_reserve_fail()
492 KUNIT_FAIL(test, in expect_insert()
520 KUNIT_FAIL(test, in expect_insert_fail()
712 KUNIT_FAIL(test, in expect_insert_in_range()
739 KUNIT_FAIL(test, in expect_insert_in_range_fail()
744 KUNIT_FAIL(test, in expect_insert_in_range_fail()
[all …]
H A Ddrm_damage_helper_test.c111 KUNIT_FAIL(test, "Cannot have damage clip with no dimension."); in check_damage_clip()
113 KUNIT_FAIL(test, "Damage cannot be outside rounded plane src."); in check_damage_clip()
115 KUNIT_FAIL(test, "Damage = %d %d %d %d, want = %d %d %d %d", in check_damage_clip()
H A Ddrm_buddy_test.c446 KUNIT_FAIL(test, "buddy_alloc hit -ENOMEM with order=%d\n", in drm_test_buddy_alloc_smoke()
454 KUNIT_FAIL(test, "buddy_alloc with order=%d failed\n", in drm_test_buddy_alloc_smoke()
H A Ddrm_dp_mst_helper_test.c387 KUNIT_FAIL(test, "Encode/decode failed"); in drm_test_dp_mst_sideband_msg_req_decode()
/openbmc/linux/sound/soc/
H A Dsoc-topology-test.c263 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_comp()
305 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_ops()
367 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_with_null_fw()
415 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg()
470 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_magic()
525 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_abi()
580 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_size()
636 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_empty_tplg_bad_payload_size()
684 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_pcm_tplg()
734 KUNIT_FAIL(test, "Failed to register card"); in snd_soc_tplg_test_load_pcm_tplg_reload_comp()
[all …]
/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c87 KUNIT_FAIL(test, "You should not see this line."); in example_skip_test()
H A Dkunit-test.c30 KUNIT_FAIL(test, "Catch should not be called\n"); in kunit_test_no_catch()
54 KUNIT_FAIL(test, "This line should never be reached\n"); in kunit_test_unsuccessful_try()
/openbmc/linux/net/core/
H A Ddev_addr_lists_test.c49 KUNIT_FAIL(test, "Can't register netdev %d", err); in dev_addr_test_init()
/openbmc/linux/lib/
H A Dhashtable_test.c87 KUNIT_FAIL(test, "Unexpected key in hashtable."); in hashtable_test_hash_add()
H A Doverflow_kunit.c586 KUNIT_FAIL(test, #func " missed saturation!\n"); \
/openbmc/linux/Documentation/dev-tools/kunit/
H A Dusage.rst21 KUNIT_FAIL(test, "This test never passes.");
26 other hand ``example_test_failure`` always fails because it calls ``KUNIT_FAIL``,
149 ``KUNIT_FAIL()``, e.g.
158 KUNIT_FAIL(test, "Failed to setup thing for testing");
H A Dstart.rst238 KUNIT_FAIL(test, "This test never passes.");
/openbmc/linux/include/kunit/
H A Dtest.h617 #define KUNIT_FAIL(test, fmt, ...) \ macro
/openbmc/linux/mm/kasan/
H A Dkasan_test.c125 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
/openbmc/linux/drivers/thunderbolt/
H A Dtest.c2817 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()