/openbmc/linux/drivers/gpu/drm/tests/ |
H A D | drm_mm_test.c | 56 KUNIT_FAIL(test, in assert_no_holes() 63 KUNIT_FAIL(test, "Hole follows node, expected none!\n"); in assert_no_holes() 85 KUNIT_FAIL(test, in assert_one_hole() 93 KUNIT_FAIL(test, "Expected to find one hole, found %lu instead\n", count); in assert_one_hole() 113 KUNIT_FAIL(test, "node[%ld] list out of order, expected %llx found %llx\n", in assert_continuous() 119 KUNIT_FAIL(test, "node[%ld].size incorrect, expected %llx, found %llx\n", in assert_continuous() 125 KUNIT_FAIL(test, "node[%ld] is followed by a hole!\n", n); in assert_continuous() 132 KUNIT_FAIL(test, in assert_continuous() 140 KUNIT_FAIL(test, "lookup failed for node %llx + %llx\n", addr, size); in assert_continuous() 168 KUNIT_FAIL(test, "node not allocated\n"); in assert_node() [all …]
|
H A D | drm_damage_helper_test.c | 111 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 D | drm_buddy_test.c | 446 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 D | drm_dp_mst_helper_test.c | 387 KUNIT_FAIL(test, "Encode/decode failed"); in drm_test_dp_mst_sideband_msg_req_decode()
|
/openbmc/linux/sound/soc/ |
H A D | soc-topology-test.c | 263 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 D | kunit-example-test.c | 87 KUNIT_FAIL(test, "You should not see this line."); in example_skip_test()
|
H A D | kunit-test.c | 30 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 D | dev_addr_lists_test.c | 49 KUNIT_FAIL(test, "Can't register netdev %d", err); in dev_addr_test_init()
|
/openbmc/linux/lib/ |
H A D | hashtable_test.c | 87 KUNIT_FAIL(test, "Unexpected key in hashtable."); in hashtable_test_hash_add()
|
H A D | overflow_kunit.c | 586 KUNIT_FAIL(test, #func " missed saturation!\n"); \
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 21 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 D | start.rst | 238 KUNIT_FAIL(test, "This test never passes.");
|
/openbmc/linux/include/kunit/ |
H A D | test.h | 617 #define KUNIT_FAIL(test, fmt, ...) \ macro
|
/openbmc/linux/mm/kasan/ |
H A D | kasan_test.c | 125 KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure " \
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | test.c | 2817 KUNIT_FAIL(test, "unexpected property type"); in compare_dirs()
|