Home
last modified time | relevance | path

Searched refs:KUNIT_CASE (Results 1 – 25 of 37) sorted by relevance

12

/linux/lib/
A Dtest_kasan.c1141 KUNIT_CASE(pagealloc_uaf),
1147 KUNIT_CASE(krealloc_uaf),
1148 KUNIT_CASE(kmalloc_oob_16),
1149 KUNIT_CASE(kmalloc_uaf_16),
1157 KUNIT_CASE(kmalloc_uaf),
1159 KUNIT_CASE(kmalloc_uaf2),
1170 KUNIT_CASE(ksize_uaf),
1173 KUNIT_CASE(kasan_memchr),
1174 KUNIT_CASE(kasan_memcmp),
1175 KUNIT_CASE(kasan_strings),
[all …]
A Dlist-test.c702 KUNIT_CASE(list_test_list_init),
703 KUNIT_CASE(list_test_list_add),
704 KUNIT_CASE(list_test_list_add_tail),
705 KUNIT_CASE(list_test_list_del),
706 KUNIT_CASE(list_test_list_replace),
708 KUNIT_CASE(list_test_list_swap),
710 KUNIT_CASE(list_test_list_move),
714 KUNIT_CASE(list_test_list_is_last),
715 KUNIT_CASE(list_test_list_empty),
722 KUNIT_CASE(list_test_list_splice),
[all …]
A Dslub_kunit.c133 KUNIT_CASE(test_clobber_zone),
136 KUNIT_CASE(test_next_pointer),
137 KUNIT_CASE(test_first_word),
138 KUNIT_CASE(test_clobber_50th_byte),
141 KUNIT_CASE(test_clobber_redzone_free),
A Dtest_bits.c63 KUNIT_CASE(genmask_test),
64 KUNIT_CASE(genmask_ull_test),
65 KUNIT_CASE(genmask_input_check_test),
A Dcmdline_kunit.c143 KUNIT_CASE(cmdline_test_noint),
144 KUNIT_CASE(cmdline_test_lead_int),
145 KUNIT_CASE(cmdline_test_tail_int),
146 KUNIT_CASE(cmdline_test_range),
A Dtest_kprobes.c350 KUNIT_CASE(test_kprobe),
351 KUNIT_CASE(test_kprobes),
353 KUNIT_CASE(test_kretprobe),
354 KUNIT_CASE(test_kretprobes),
356 KUNIT_CASE(test_stacktrace_on_kretprobe),
357 KUNIT_CASE(test_stacktrace_on_nested_kretprobe),
A Dtest_linear_ranges.c214 KUNIT_CASE(range_test_get_value_amount),
215 KUNIT_CASE(range_test_get_selector_high),
216 KUNIT_CASE(range_test_get_selector_low),
217 KUNIT_CASE(range_test_get_value),
A Dmemcpy_kunit.c276 KUNIT_CASE(memset_test),
277 KUNIT_CASE(memcpy_test),
278 KUNIT_CASE(memmove_test),
/linux/security/apparmor/
A Dpolicy_unpack_test.c568 KUNIT_CASE(policy_unpack_test_inbounds_when_inbounds),
571 KUNIT_CASE(policy_unpack_test_unpack_array_with_name),
574 KUNIT_CASE(policy_unpack_test_unpack_blob_with_name),
578 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_name),
581 KUNIT_CASE(policy_unpack_test_unpack_str_with_name),
586 KUNIT_CASE(policy_unpack_test_unpack_u16_chunk_basic),
590 KUNIT_CASE(policy_unpack_test_unpack_u32_with_name),
593 KUNIT_CASE(policy_unpack_test_unpack_u64_with_name),
595 KUNIT_CASE(policy_unpack_test_unpack_X_code_match),
596 KUNIT_CASE(policy_unpack_test_unpack_X_code_mismatch),
[all …]
/linux/lib/kunit/
A Dkunit-test.c95 KUNIT_CASE(kunit_test_try_catch_successful_try_no_catch),
387 KUNIT_CASE(kunit_resource_test_init_resources),
388 KUNIT_CASE(kunit_resource_test_alloc_resource),
389 KUNIT_CASE(kunit_resource_test_destroy_resource),
390 KUNIT_CASE(kunit_resource_test_cleanup_resources),
391 KUNIT_CASE(kunit_resource_test_proper_free_ordering),
392 KUNIT_CASE(kunit_resource_test_static),
393 KUNIT_CASE(kunit_resource_test_named),
407 KUNIT_CASE(kunit_log_test),
472 KUNIT_CASE(kunit_status_set_failure_test),
[all …]
A Dkunit-example-test.c83 KUNIT_CASE(example_simple_test),
84 KUNIT_CASE(example_skip_test),
85 KUNIT_CASE(example_mark_skipped_test),
A Dstring-stream-test.c43 KUNIT_CASE(string_stream_test_empty_on_creation),
44 KUNIT_CASE(string_stream_test_not_empty_after_add),
45 KUNIT_CASE(string_stream_test_get_string),
A Dexecutor_test.c157 KUNIT_CASE(parse_filter_test),
158 KUNIT_CASE(filter_subsuite_test),
159 KUNIT_CASE(filter_subsuite_test_glob_test),
160 KUNIT_CASE(filter_subsuite_to_empty_test),
161 KUNIT_CASE(filter_suites_test),
/linux/kernel/
A Dsysctl-test.c374 KUNIT_CASE(sysctl_test_api_dointvec_null_tbl_data),
375 KUNIT_CASE(sysctl_test_api_dointvec_table_maxlen_unset),
376 KUNIT_CASE(sysctl_test_api_dointvec_table_len_is_zero),
377 KUNIT_CASE(sysctl_test_api_dointvec_table_read_but_position_set),
378 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_positive),
379 KUNIT_CASE(sysctl_test_dointvec_read_happy_single_negative),
380 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_positive),
381 KUNIT_CASE(sysctl_test_dointvec_write_happy_single_negative),
382 KUNIT_CASE(sysctl_test_api_dointvec_write_single_less_int_min),
383 KUNIT_CASE(sysctl_test_api_dointvec_write_single_greater_int_max),
/linux/arch/s390/lib/
A Dtest_kprobes.c61 KUNIT_CASE(test_kprobe_odd),
62 KUNIT_CASE(test_kprobe_in_insn4),
63 KUNIT_CASE(test_kprobe_in_insn6_lo),
64 KUNIT_CASE(test_kprobe_in_insn6_hi),
/linux/mm/damon/
A Dcore-test.h235 KUNIT_CASE(damon_test_target),
236 KUNIT_CASE(damon_test_regions),
237 KUNIT_CASE(damon_test_aggregate),
238 KUNIT_CASE(damon_test_split_at),
239 KUNIT_CASE(damon_test_merge_two),
240 KUNIT_CASE(damon_test_merge_regions_of),
241 KUNIT_CASE(damon_test_split_regions_of),
A Dvaddr-test.h307 KUNIT_CASE(damon_test_three_regions_in_vmas),
308 KUNIT_CASE(damon_test_apply_three_regions1),
309 KUNIT_CASE(damon_test_apply_three_regions2),
310 KUNIT_CASE(damon_test_apply_three_regions3),
311 KUNIT_CASE(damon_test_apply_three_regions4),
312 KUNIT_CASE(damon_test_split_evenly),
A Ddbgfs-test.h166 KUNIT_CASE(damon_dbgfs_test_str_to_target_ids),
167 KUNIT_CASE(damon_dbgfs_test_set_targets),
168 KUNIT_CASE(damon_dbgfs_test_set_init_regions),
/linux/drivers/iio/test/
A Diio-test-format.c186 KUNIT_CASE(iio_test_iio_format_value_integer),
187 KUNIT_CASE(iio_test_iio_format_value_fixedpoint),
188 KUNIT_CASE(iio_test_iio_format_value_fractional),
189 KUNIT_CASE(iio_test_iio_format_value_fractional_log2),
190 KUNIT_CASE(iio_test_iio_format_value_multiple),
/linux/net/mptcp/
A Dtoken_test.c128 KUNIT_CASE(mptcp_token_test_req_basic),
129 KUNIT_CASE(mptcp_token_test_msk_basic),
130 KUNIT_CASE(mptcp_token_test_accept),
131 KUNIT_CASE(mptcp_token_test_destroyed),
/linux/sound/soc/
A Dsoc-topology-test.c820 KUNIT_CASE(snd_soc_tplg_test_load_with_null_comp),
821 KUNIT_CASE(snd_soc_tplg_test_load_with_null_ops),
822 KUNIT_CASE(snd_soc_tplg_test_load_with_null_fw),
823 KUNIT_CASE(snd_soc_tplg_test_load_empty_tplg),
824 KUNIT_CASE(snd_soc_tplg_test_load_empty_tplg_bad_magic),
825 KUNIT_CASE(snd_soc_tplg_test_load_empty_tplg_bad_abi),
826 KUNIT_CASE(snd_soc_tplg_test_load_empty_tplg_bad_size),
827 KUNIT_CASE(snd_soc_tplg_test_load_empty_tplg_bad_payload_size),
828 KUNIT_CASE(snd_soc_tplg_test_load_pcm_tplg),
829 KUNIT_CASE(snd_soc_tplg_test_load_pcm_tplg_reload_comp),
[all …]
/linux/drivers/base/power/
A Dqos-test.c107 KUNIT_CASE(freq_qos_test_min),
108 KUNIT_CASE(freq_qos_test_maxdef),
109 KUNIT_CASE(freq_qos_test_readd),
/linux/drivers/thunderbolt/
A Dtest.c2683 KUNIT_CASE(tb_test_path_basic),
2697 KUNIT_CASE(tb_test_tunnel_pcie),
2698 KUNIT_CASE(tb_test_tunnel_dp),
2699 KUNIT_CASE(tb_test_tunnel_dp_chain),
2700 KUNIT_CASE(tb_test_tunnel_dp_tree),
2703 KUNIT_CASE(tb_test_tunnel_usb3),
2704 KUNIT_CASE(tb_test_tunnel_dma),
2705 KUNIT_CASE(tb_test_tunnel_dma_rx),
2706 KUNIT_CASE(tb_test_tunnel_dma_tx),
2717 KUNIT_CASE(tb_test_property_parse),
[all …]
/linux/mm/kfence/
A Dkfence_test.c786 KUNIT_CASE(test_kmalloc_aligned_oob_read),
787 KUNIT_CASE(test_kmalloc_aligned_oob_write),
788 KUNIT_CASE(test_shrink_memcache),
789 KUNIT_CASE(test_memcache_ctor),
790 KUNIT_CASE(test_invalid_access),
791 KUNIT_CASE(test_gfpzero),
792 KUNIT_CASE(test_memcache_typesafe_by_rcu),
793 KUNIT_CASE(test_krealloc),
794 KUNIT_CASE(test_memcache_alloc_bulk),
/linux/drivers/base/test/
A Dproperty-entry-test.c495 KUNIT_CASE(pe_test_uints),
496 KUNIT_CASE(pe_test_uint_arrays),
497 KUNIT_CASE(pe_test_strings),
498 KUNIT_CASE(pe_test_bool),
499 KUNIT_CASE(pe_test_move_inline_u8),
500 KUNIT_CASE(pe_test_move_inline_str),
501 KUNIT_CASE(pe_test_reference),

Completed in 43 milliseconds

12