Home
last modified time | relevance | path

Searched refs:kunit_skip (Results 1 – 25 of 26) sorted by relevance

12

/linux/mm/damon/tests/
H A Dsysfs-kunit.h49 kunit_skip(test, "sysfs_targets alloc fail"); in damon_sysfs_test_add_targets()
55 kunit_skip(test, "targets_arr alloc fail"); in damon_sysfs_test_add_targets()
62 kunit_skip(test, "sysfs_target alloc fail"); in damon_sysfs_test_add_targets()
70 kunit_skip(test, "sysfs_regions alloc fail"); in damon_sysfs_test_add_targets()
81 kunit_skip(test, "ctx alloc fail"); in damon_sysfs_test_add_targets()
/linux/kernel/irq/
H A Dirq_test.c126 kunit_skip(test, "requires CONFIG_SMP for managed shutdown"); in irq_shutdown_depth_test()
177 kunit_skip(test, "requires CONFIG_SMP for CPU hotplug"); in irq_cpuhotplug_test()
179 kunit_skip(test, "requires more than 1 CPU for CPU hotplug"); in irq_cpuhotplug_test()
181 kunit_skip(test, "CPU 1 must be hotpluggable"); in irq_cpuhotplug_test()
183 kunit_skip(test, "CPU 1 must be online"); in irq_cpuhotplug_test()
/linux/include/kunit/
H A Dof.h18 kunit_skip(test, "requires CONFIG_OF"); in of_node_put_kunit()
33kunit_skip(test, "requires CONFIG_OF and CONFIG_OF_OVERLAY and CONFIG_OF_EARLY_FLATTREE for root n… in of_overlay_fdt_apply_kunit()
H A Dtest.h650 #define kunit_skip(test, fmt, ...) \ macro
/linux/drivers/of/
H A Doverlay_test.c69 kunit_skip(test, "requires CONFIG_OF_OVERLAY to apply overlay"); in of_overlay_apply_kunit_cleanup()
71 kunit_skip(test, "requires CONFIG_OF_EARLY_FLATTREE for root node"); in of_overlay_apply_kunit_cleanup()
H A Dof_test.c44 kunit_skip(test, "requires CONFIG_OF_EARLY_FLATTREE"); in of_dtb_test_init()
152 kunit_skip(test, "CONFIG_OF_ADDRESS not enabled\n"); in of_address_resource_bounds()
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu_pt.h110 kunit_skip(test, "PT_FEAT_DYNAMIC_TOP not set for this format"); in test_increase_level()
113 kunit_skip(test, "Unable to test on 32bit"); in test_increase_level()
283 kunit_skip(test, "Test needs two page sizes"); in test_unmap_split()
403 kunit_skip(test, "Format does not have the required range"); in test_pgsize_boundary()
419 kunit_skip(test, "range is too small"); in test_mixed()
421 kunit_skip(test, "incompatible psize"); in test_mixed()
H A Dkunit_iommu.h147 kunit_skip( in pt_kunit_priv_init()
/linux/arch/s390/lib/
H A Dtest_unwind.c194 kunit_skip(current_test, "requires CONFIG_KPROBES"); in test_unwind_kretprobe()
245 kunit_skip(current_test, "requires CONFIG_KPROBES"); in test_unwind_kprobe()
247 kunit_skip(current_test, "requires CONFIG_KPROBES_ON_FTRACE"); in test_unwind_kprobe()
297 kunit_skip(current_test, "requires CONFIG_DYNAMIC_FTRACE"); in test_unwind_ftrace()
/linux/kernel/events/
H A Dhw_breakpoint_test.c18 kunit_skip((test), "Requires breakpoint slots: %d > %d", slots, \
298 kunit_skip(test, "not enough cpus"); in test_init()
302 kunit_skip(test, "hw breakpoint already in use"); in test_init()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c179 kunit_skip(test, "non-flat-ccs device\n"); in ccs_test_run_device()
185 kunit_skip(test, "xe2+ dgfx device\n"); in ccs_test_run_device()
353 kunit_skip(test, "non-discrete device\n"); in evict_test_run_device()
468 kunit_skip(test, "Too long expected execution time.\n"); in shrink_test_run_device()
H A Dxe_sriov_pf_service_kunit.c111 kunit_skip(test, "no older minor\n"); in pf_negotiate_base_older()
178 kunit_skip(test, "no older minor\n"); in pf_negotiate_latest_older()
195 kunit_skip(test, "no prev major"); in pf_negotiate_latest_prev()
H A Dxe_guc_db_mgr_test.c159 kunit_skip(test, "must be divisible"); in test_range_compact()
H A Dxe_guc_relay_test.c276 kunit_skip(test, "requires %s\n", __stringify(CONFIG_DRM_XE_DEBUG_SRIOV)); in test_requires_relay_testloop()
/linux/lib/kunit/
H A Dkunit-example-test.c84 kunit_skip(test, "this test should be skipped"); in example_skip_test()
252 kunit_skip(test, "unsupported param value %d", param->value); in example_params_test()
H A Dkunit-test.c640 kunit_skip(test, "only useful when debugfs is enabled"); in kunit_log_newline_test()
646 kunit_skip(test, "Log tests only run when built-in"); in kunit_log_test()
651 kunit_skip(test, "Log tests only run when built-in"); in kunit_log_newline_test()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c53 kunit_skip(test, "Encryption type is not available"); in kdf_case()
88 kunit_skip(test, "Encryption type is not available"); in checksum_case()
542 kunit_skip(test, "Encryption type is not available"); in rfc3962_encrypt_case()
1140 kunit_skip(test, "Encryption type is not available"); in rfc6803_encrypt_case()
1636 kunit_skip(test, "Encryption type is not available"); in rfc8009_encrypt_case()
1804 kunit_skip(test, "Encryption type is not available"); in encrypt_selftest_case()
/linux/mm/kasan/
H A Dkasan_test_c.c181 kunit_skip((test), "Test requires " #config "=y"); \
186 kunit_skip((test), "Test requires " #config "=n"); \
195 kunit_skip((test), "Test requires checked mem*()"); \
1815 kunit_skip(test, "Test requires kasan.vmalloc=on"); in vmalloc_helpers_tags()
1875 kunit_skip(test, "Test requires kasan.vmalloc=on"); in vmalloc_oob()
1928 kunit_skip(test, "Test requires kasan.vmalloc=on"); in vmap_tags()
/linux/lib/crypto/tests/
H A Dcurve25519_kunit.c1331 kunit_skip(test, "not enabled"); in benchmark_curve25519()
H A Dhash-test-template.h546 kunit_skip(test, "not enabled"); in benchmark_hash()
/linux/fs/ext4/
H A Dmballoc-test.c796 kunit_skip(test, "blocksize exceeds pagesize"); in test_mb_mark_used()
863 kunit_skip(test, "blocksize exceeds pagesize"); in test_mb_free_blocks()
910 kunit_skip(test, "blocksize exceeds pagesize"); in test_mb_mark_used_cost()
/linux/lib/tests/
H A Dstackinit_kunit.c252 kunit_skip(test, \
H A Dfortify_kunit.c193 kunit_skip(test, "Compiler is missing __builtin_dynamic_object_size() support\n")
1075 kunit_skip(test, "Not built with CONFIG_FORTIFY_SOURCE=y"); in fortify_test_init()
H A Dstring_kunit.c861 kunit_skip(test, "not enabled")
/linux/net/mctp/test/
H A Droute-test.c1075 kunit_skip(test, "Requires CONFIG_MCTP_FLOWS=y"); in mctp_test_packet_flow()
1080 kunit_skip(test, "Requires CONFIG_MCTP_FLOWS=y"); in mctp_test_fragment_flow()

12