Symbol: KUNIT_FAIL
drivers/char/misc_minor_kunit.c
166
KUNIT_FAIL(test, "failed to create node\n");
drivers/char/misc_minor_kunit.c
170
KUNIT_FAIL(test, "failed to open misc device: %ld\n", PTR_ERR(filp));
drivers/char/misc_minor_kunit.c
417
KUNIT_FAIL(test, "misc_register allocated minor %d\n", miscdev[i].minor);
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
134
KUNIT_FAIL(priv->test, "Unexpected region %d\n", mem_type);
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
156
KUNIT_FAIL(priv->test, "Unexpected DSP type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
204
KUNIT_FAIL(priv->test, "Unexpected DSP type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
208
KUNIT_FAIL(priv->test, "Unexpected mem type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
270
KUNIT_FAIL(priv->test, "Unexpected DSP type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
274
KUNIT_FAIL(priv->test, "Unexpected mem type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
444
KUNIT_FAIL(priv->test, "Unexpected DSP type %d\n", priv->dsp->type);
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
458
KUNIT_FAIL(priv->test, "Bad mem_type\n");
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
484
KUNIT_FAIL(header->test_priv->test, NULL);
drivers/firmware/cirrus/test/cs_dsp_mock_mem_maps.c
701
KUNIT_FAIL(priv->test, "%s unexpected DSP type %d\n",
drivers/firmware/cirrus/test/cs_dsp_mock_regmap.c
21
KUNIT_FAIL(priv->test, "Unexpected bus read @%#x", *(u32 *)reg_buf);
drivers/firmware/cirrus/test/cs_dsp_mock_regmap.c
35
KUNIT_FAIL(priv->test, "Unexpected bus gather_write @%#x", *(u32 *)reg_buf);
drivers/firmware/cirrus/test/cs_dsp_mock_regmap.c
47
KUNIT_FAIL(priv->test, "Unexpected bus write @%#x", *(u32 *)val_buf);
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
192
KUNIT_FAIL(builder->test_priv->test, "wmfwV0 does not have alg blocks\n");
drivers/firmware/cirrus/test/cs_dsp_test_bin.c
2226
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_bin_error.c
469
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_callbacks.c
508
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_control_cache.c
117
KUNIT_FAIL(test, "Bug in test: illegal memory type %d\n", mem_type);
drivers/firmware/cirrus/test/cs_dsp_test_control_cache.c
2747
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_control_parse.c
1434
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_control_rw.c
113
KUNIT_FAIL(test, "Bug in test: illegal memory type %d\n", mem_type);
drivers/firmware/cirrus/test/cs_dsp_test_control_rw.c
2115
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
1850
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c
1067
KUNIT_FAIL(test, "Untested DSP type %d\n", dsp->type);
drivers/gpu/drm/tests/drm_damage_helper_test.c
111
KUNIT_FAIL(test, "Cannot have damage clip with no dimension.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
113
KUNIT_FAIL(test, "Damage cannot be outside rounded plane src.");
drivers/gpu/drm/tests/drm_damage_helper_test.c
115
KUNIT_FAIL(test, "Damage = %d %d %d %d, want = %d %d %d %d",
drivers/gpu/drm/tests/drm_dp_mst_helper_test.c
531
KUNIT_FAIL(test, "Encode/decode failed");
drivers/gpu/drm/tests/drm_exec_test.c
163
KUNIT_FAIL(test, "Failed to allocate GEM objects.\n");
drivers/gpu/drm/tests/drm_mm_test.c
110
KUNIT_FAIL(test, "node not allocated\n");
drivers/gpu/drm/tests/drm_mm_test.c
115
KUNIT_FAIL(test, "node has wrong size, found %llu, expected %llu\n",
drivers/gpu/drm/tests/drm_mm_test.c
121
KUNIT_FAIL(test,
drivers/gpu/drm/tests/drm_mm_test.c
128
KUNIT_FAIL(test, "node has wrong color, found %lu, expected %lu\n",
drivers/gpu/drm/tests/drm_mm_test.c
150
KUNIT_FAIL(test, "mm claims not to be initialized\n");
drivers/gpu/drm/tests/drm_mm_test.c
155
KUNIT_FAIL(test, "mm not empty on creation\n");
drivers/gpu/drm/tests/drm_mm_test.c
161
KUNIT_FAIL(test, "mm not one hole on creation");
drivers/gpu/drm/tests/drm_mm_test.c
169
KUNIT_FAIL(test, "failed to reserve whole drm_mm\n");
drivers/gpu/drm/tests/drm_mm_test.c
175
KUNIT_FAIL(test, "mm has holes when filled");
drivers/gpu/drm/tests/drm_mm_test.c
182
KUNIT_FAIL(test, "mm does not have single hole after emptying");
drivers/gpu/drm/tests/drm_mm_test.c
228
KUNIT_FAIL(test,
drivers/gpu/drm/tests/drm_mm_test.c
257
KUNIT_FAIL(test, "failed to allocate node");
drivers/gpu/drm/tests/drm_mm_test.c
264
KUNIT_FAIL(test, "insert failed with alignment=%llx [%d]", align, bit);
drivers/gpu/drm/tests/drm_mm_test.c
300
KUNIT_FAIL(test, "Could not reserve low node\n");
drivers/gpu/drm/tests/drm_mm_test.c
308
KUNIT_FAIL(test, "Could not reserve low node\n");
drivers/gpu/drm/tests/drm_mm_test.c
313
KUNIT_FAIL(test, "Expected a hole after lo and high nodes!\n");
drivers/gpu/drm/tests/drm_mm_test.c
319
KUNIT_FAIL(test, "Could not insert the node into the available hole!\n");
drivers/gpu/drm/tests/drm_mm_test.c
49
KUNIT_FAIL(test,
drivers/gpu/drm/tests/drm_mm_test.c
56
KUNIT_FAIL(test, "Hole follows node, expected none!\n");
drivers/gpu/drm/tests/drm_mm_test.c
78
KUNIT_FAIL(test,
drivers/gpu/drm/tests/drm_mm_test.c
86
KUNIT_FAIL(test, "Expected to find one hole, found %lu instead\n", count);
drivers/gpu/drm/tests/drm_panic_test.c
137
KUNIT_FAIL(test, "Can't allocate page\n");
drivers/gpu/drm/ttm/tests/ttm_bo_test.c
222
KUNIT_FAIL(test, "Couldn't create ttm bo reserve task\n");
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
619
KUNIT_FAIL(test, "Couldn't create dma resv signal task\n");
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
740
KUNIT_FAIL(test, "Couldn't create move fence signal task\n");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
220
KUNIT_FAIL(test, "Unexpected plane");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
230
KUNIT_FAIL(test, "Unexpected plane");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
239
KUNIT_FAIL(test, "Unexpected plane");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
257
KUNIT_FAIL(test, "Unexpected CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
264
KUNIT_FAIL(test, "Unexpected CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
272
KUNIT_FAIL(test, "Unexpected CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
279
KUNIT_FAIL(test, "Unexpected CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
304
KUNIT_FAIL(test, "Unexpected encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
314
KUNIT_FAIL(test, "Unexpected encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
323
KUNIT_FAIL(test, "Unexpected encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
350
KUNIT_FAIL(test, "Unexpected connector");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
361
KUNIT_FAIL(test, "Unexpected connector");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
370
KUNIT_FAIL(test, "Unexpected connector");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
784
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
787
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
798
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
804
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
811
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
821
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
853
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
856
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
867
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
873
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
880
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
890
KUNIT_FAIL(test, "Unexpected possible CRTC");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
923
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
927
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
940
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
947
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
955
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/vkms/tests/vkms_config_test.c
966
KUNIT_FAIL(test, "Unexpected possible encoder");
drivers/gpu/drm/xe/tests/xe_bo.c
102
KUNIT_FAIL(test,
drivers/gpu/drm/xe/tests/xe_bo.c
113
KUNIT_FAIL(test,
drivers/gpu/drm/xe/tests/xe_bo.c
146
KUNIT_FAIL(test, "Failed to create bo.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
226
KUNIT_FAIL(test, "bo create err=%pe\n", bo);
drivers/gpu/drm/xe/tests/xe_bo.c
234
KUNIT_FAIL(test, "external bo create err=%pe\n", external);
drivers/gpu/drm/xe/tests/xe_bo.c
242
KUNIT_FAIL(test, "external bo pin err=%pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
249
KUNIT_FAIL(test, "evict err=%pe\n", ERR_PTR(err));
drivers/gpu/drm/xe/tests/xe_bo.c
271
KUNIT_FAIL(test, "restore kernel err=%pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
278
KUNIT_FAIL(test, "restore user err=%pe\n", ERR_PTR(err));
drivers/gpu/drm/xe/tests/xe_bo.c
283
KUNIT_FAIL(test, "external bo is not vram\n");
drivers/gpu/drm/xe/tests/xe_bo.c
289
KUNIT_FAIL(test, "bo is vram\n");
drivers/gpu/drm/xe/tests/xe_bo.c
301
KUNIT_FAIL(test, "bo valid err=%pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
309
KUNIT_FAIL(test, "external bo valid err=%pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
41
KUNIT_FAIL(test, "Failed to validate bo.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
411
KUNIT_FAIL(test, "Error mapping bo %u for content check.\n", bo_nr);
drivers/gpu/drm/xe/tests/xe_bo.c
419
KUNIT_FAIL(test, "Content not preserved, bo %u offset 0x%016llx",
drivers/gpu/drm/xe/tests/xe_bo.c
487
KUNIT_FAIL(test, "Unexpected link allocation failure\n");
drivers/gpu/drm/xe/tests/xe_bo.c
50
KUNIT_FAIL(test, "Failed to submit bo clear.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
501
KUNIT_FAIL(test, "Error creating bo: %pe\n", bo);
drivers/gpu/drm/xe/tests/xe_bo.c
527
KUNIT_FAIL(test, "Error filling bo with random data: %pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
541
KUNIT_FAIL(test, "Bo in incorrect memory type: %u\n",
drivers/gpu/drm/xe/tests/xe_bo.c
56
KUNIT_FAIL(test, "Timeout while clearing bo.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
580
KUNIT_FAIL(test, "Validation failed: %pe\n",
drivers/gpu/drm/xe/tests/xe_bo.c
66
KUNIT_FAIL(test, "Failed to evict bo.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
76
KUNIT_FAIL(test, "Failed to sync bo eviction.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
87
KUNIT_FAIL(test, "Bo was not in expected placement.\n");
drivers/gpu/drm/xe/tests/xe_bo.c
93
KUNIT_FAIL(test, "No TTM CCS pages present.\n");
drivers/gpu/drm/xe/tests/xe_dma_buf.c
133
KUNIT_FAIL(test, "xe_bo_create() failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_dma_buf.c
140
KUNIT_FAIL(test, "xe_gem_prime_export() failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_dma_buf.c
156
KUNIT_FAIL(test,
drivers/gpu/drm/xe/tests/xe_dma_buf.c
183
KUNIT_FAIL(test,
drivers/gpu/drm/xe/tests/xe_dma_buf.c
190
KUNIT_FAIL(test, "dynamic p2p attachment failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_dma_buf.c
54
KUNIT_FAIL(test, "Exported bo was not in expected memory type.\n");
drivers/gpu/drm/xe/tests/xe_dma_buf.c
70
KUNIT_FAIL(test, "Evicting exporter failed with err=%d.\n",
drivers/gpu/drm/xe/tests/xe_dma_buf.c
77
KUNIT_FAIL(test, "Importer wasn't properly evicted.\n");
drivers/gpu/drm/xe/tests/xe_dma_buf.c
85
KUNIT_FAIL(test, "Validating importer failed with err=%d.\n",
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
253
KUNIT_FAIL(test, "bad RELAY action %#x", msg[0]);
drivers/gpu/drm/xe/tests/xe_migrate.c
104
KUNIT_FAIL(test, "Failed to vmap system bo for %s: %i\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
200
KUNIT_FAIL(test, "Failed to vmap our pagetables: %li\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
21
KUNIT_FAIL(test, "Failed to create fence for %s: %li\n", str,
drivers/gpu/drm/xe/tests/xe_migrate.c
210
KUNIT_FAIL(test, "Failed to allocate bo: %li\n", PTR_ERR(big));
drivers/gpu/drm/xe/tests/xe_migrate.c
219
KUNIT_FAIL(test, "Failed to allocate fake pt: %li\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
230
KUNIT_FAIL(test, "Failed to allocate tiny fake pt: %li\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
237
KUNIT_FAIL(test, "Failed to create batchbuffer: %li\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
30
KUNIT_FAIL(test, "Fence timed out for %s: %li\n", str, ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
48
KUNIT_FAIL(test, "Failed to allocate fake pt: %li\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
510
KUNIT_FAIL(test, "Sanity check failed: VRAM must have compressed value\n");
drivers/gpu/drm/xe/tests/xe_migrate.c
517
KUNIT_FAIL(test, "Failed to evict bo.\n");
drivers/gpu/drm/xe/tests/xe_migrate.c
523
KUNIT_FAIL(test, "Failed to vmap vram bo: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
546
KUNIT_FAIL(test, "Failed to validate vram bo for: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
556
KUNIT_FAIL(test, "Failed to sync bo eviction.\n");
drivers/gpu/drm/xe/tests/xe_migrate.c
562
KUNIT_FAIL(test, "Failed to vmap vram bo: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
595
KUNIT_FAIL(test, "Sanity check failed: VRAM must have compressed value\n");
drivers/gpu/drm/xe/tests/xe_migrate.c
652
KUNIT_FAIL(test, "xe_bo_create() failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
661
KUNIT_FAIL(test, "Failed to validate system bo for: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
667
KUNIT_FAIL(test, "Failed to vmap system bo: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
67
KUNIT_FAIL(_test, "Sanity check failed: " str \
drivers/gpu/drm/xe/tests/xe_migrate.c
678
KUNIT_FAIL(test, "xe_bo_create() failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
686
KUNIT_FAIL(test, "Failed to validate system bo for: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
692
KUNIT_FAIL(test, "Failed to vmap system bo: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
702
KUNIT_FAIL(test, "xe_bo_create() failed with err=%ld\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
710
KUNIT_FAIL(test, "Failed to validate vram bo for: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
716
KUNIT_FAIL(test, "Failed to vmap vram bo: %li\n", ret);
drivers/gpu/drm/xe/tests/xe_migrate.c
90
KUNIT_FAIL(test, "Failed to allocate remote bo for %s: %pe\n",
drivers/gpu/drm/xe/tests/xe_migrate.c
97
KUNIT_FAIL(test, "Failed to validate system bo for %s: %i\n",
drivers/gpu/drm/xe/tests/xe_sriov_pf_service_kunit.c
102
KUNIT_FAIL(test, "FIXME: don't know how to test multi-version yet!\n");
drivers/gpu/drm/xe/tests/xe_sriov_pf_service_kunit.c
85
KUNIT_FAIL(test, "FIXME: don't know how to test multi-version yet!\n");
drivers/iommu/io-pgtable-arm-selftests.c
47
KUNIT_FAIL(test, "test failed for fmt idx %d\n", (i)); \
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
74
KUNIT_FAIL(test,
drivers/net/wireless/intel/iwlwifi/tests/devinfo.c
79
KUNIT_FAIL(test,
drivers/net/wireless/intel/iwlwifi/tests/nvm_parse.c
53
KUNIT_FAIL(test, "Expected set bits:0x%08x flags:0x%08x\n",
drivers/net/wireless/intel/iwlwifi/tests/nvm_parse.c
57
KUNIT_FAIL(test, "Expected clear bits:0x%08x flags:0x%08x\n",
drivers/of/of_kunit_helpers.c
86
KUNIT_FAIL(test,
drivers/platform/wmi/tests/marshalling_kunit.c
397
KUNIT_FAIL(test, "Invalid ACPI object was not rejected\n");
drivers/platform/wmi/tests/marshalling_kunit.c
427
KUNIT_FAIL(test, "Invalid string was not rejected\n");
drivers/thunderbolt/test.c
2817
KUNIT_FAIL(test, "unexpected property type");
fs/ext4/extents-test.c
348
KUNIT_FAIL(test,
fs/ext4/extents-test.c
396
KUNIT_FAIL(test, "param->type %d not support.", param->type);
init/initramfs_test.c
111
KUNIT_FAIL(test, "unpack failed %s", err);
init/initramfs_test.c
229
KUNIT_FAIL(test, "open failed");
init/initramfs_test.c
435
KUNIT_FAIL(test, "open failed");
kernel/printk/printk_ringbuffer_kunit_test.c
205
KUNIT_FAIL(test_data->test, "BAD SEQ READ: request=%llu read=%llu\n",
kernel/printk/printk_ringbuffer_kunit_test.c
80
KUNIT_FAIL(test, "BAD RECORD: seq=%llu size=%u text=%.*s\n",
lib/kunit/kunit-example-test.c
87
KUNIT_FAIL(test, "You should not see this line.");
lib/kunit/kunit-test.c
124
KUNIT_FAIL(test, "This line should never be reached\n");
lib/kunit/kunit-test.c
36
KUNIT_FAIL(test, "Catch should not be called\n");
lib/kunit/kunit-test.c
61
KUNIT_FAIL(test, "This line should never be reached\n");
lib/tests/hashtable_test.c
87
KUNIT_FAIL(test, "Unexpected key in hashtable.");
lib/tests/longest_symbol_kunit.c
54
KUNIT_FAIL(test, "test_longest_symbol kallsyms: kprobe not registered\n");
lib/tests/overflow_kunit.c
646
KUNIT_FAIL(test, #func " missed saturation!\n"); \
lib/tests/printf_kunit.c
101
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
117
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
141
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
56
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
63
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
71
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
80
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
87
KUNIT_FAIL(kunittest,
lib/tests/printf_kunit.c
94
KUNIT_FAIL(kunittest,
lib/tests/scanf_kunit.c
38
KUNIT_FAIL(test, "%s:%d: vsscanf(\"%s\", \"%s\", ...) returned %d expected %d",
lib/tests/scanf_kunit.c
52
KUNIT_FAIL(test, \
lib/tests/scanf_kunit.c
691
KUNIT_FAIL(test, #fn "(\"%s\", %d): got " gen_fmt " expected " gen_fmt, \
lib/tests/scanf_kunit.c
694
KUNIT_FAIL(test, #fn "(\"%s\", %d) startp=0x%px got endp=0x%px expected 0x%px", \
mm/kasan/kasan_test_c.c
133
KUNIT_FAIL(test, KUNIT_SUBTEST_INDENT "KASAN failure" \
net/core/dev_addr_lists_test.c
49
KUNIT_FAIL(test, "Can't register netdev %d", err);
net/core/net_test.c
231
KUNIT_FAIL(test, "segs error %pe", segs);
net/core/net_test.c
234
KUNIT_FAIL(test, "no segments");
net/mac80211/tests/elems.c
30
KUNIT_FAIL(test, "failed to pad skb");
net/mctp/test/route-test.c
1545
KUNIT_FAIL(test,
net/mctp/test/route-test.c
1552
KUNIT_FAIL(test, "no message received");
sound/soc/soc-ops-test.c
339
KUNIT_FAIL(priv->test, "Unexpected bus read");
sound/soc/soc-ops-test.c
350
KUNIT_FAIL(priv->test, "Unexpected bus gather_write");
sound/soc/soc-ops-test.c
360
KUNIT_FAIL(priv->test, "Unexpected bus write");
sound/soc/soc-topology-test.c
255
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
297
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
359
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
407
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
462
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
517
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
572
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
628
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
676
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
726
KUNIT_FAIL(test, "Failed to register card");
sound/soc/soc-topology-test.c
785
KUNIT_FAIL(test, "Failed to register card");