Home
last modified time | relevance | path

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

12

/Linux-v5.15/lib/
Dtest_kasan.c1111 KUNIT_CASE(kmalloc_oob_right),
1112 KUNIT_CASE(kmalloc_oob_left),
1113 KUNIT_CASE(kmalloc_node_oob_right),
1114 KUNIT_CASE(kmalloc_pagealloc_oob_right),
1115 KUNIT_CASE(kmalloc_pagealloc_uaf),
1116 KUNIT_CASE(kmalloc_pagealloc_invalid_free),
1117 KUNIT_CASE(pagealloc_oob_right),
1118 KUNIT_CASE(pagealloc_uaf),
1119 KUNIT_CASE(kmalloc_large_oob_right),
1120 KUNIT_CASE(krealloc_more_oob),
[all …]
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),
707 KUNIT_CASE(list_test_list_replace_init),
708 KUNIT_CASE(list_test_list_swap),
709 KUNIT_CASE(list_test_list_del_init),
710 KUNIT_CASE(list_test_list_move),
711 KUNIT_CASE(list_test_list_move_tail),
[all …]
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),
Dtest_bits.c63 KUNIT_CASE(genmask_test),
64 KUNIT_CASE(genmask_ull_test),
65 KUNIT_CASE(genmask_input_check_test),
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),
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),
Dbitfield_kunit.c141 KUNIT_CASE(test_bitfields_constants),
142 KUNIT_CASE(test_bitfields_variables),
Dtest_sort.c37 KUNIT_CASE(test_sort),
/Linux-v5.15/security/apparmor/
Dpolicy_unpack_test.c568 KUNIT_CASE(policy_unpack_test_inbounds_when_inbounds),
569 KUNIT_CASE(policy_unpack_test_inbounds_when_out_of_bounds),
570 KUNIT_CASE(policy_unpack_test_unpack_array_with_null_name),
571 KUNIT_CASE(policy_unpack_test_unpack_array_with_name),
572 KUNIT_CASE(policy_unpack_test_unpack_array_out_of_bounds),
573 KUNIT_CASE(policy_unpack_test_unpack_blob_with_null_name),
574 KUNIT_CASE(policy_unpack_test_unpack_blob_with_name),
575 KUNIT_CASE(policy_unpack_test_unpack_blob_out_of_bounds),
576 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_null_name),
577 KUNIT_CASE(policy_unpack_test_unpack_nameX_with_wrong_code),
[all …]
/Linux-v5.15/lib/kunit/
Dkunit-test.c95 KUNIT_CASE(kunit_test_try_catch_successful_try_no_catch),
96 KUNIT_CASE(kunit_test_try_catch_unsuccessful_try_does_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),
[all …]
Dkunit-example-test.c83 KUNIT_CASE(example_simple_test),
84 KUNIT_CASE(example_skip_test),
85 KUNIT_CASE(example_mark_skipped_test),
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),
Dexecutor_test.c91 KUNIT_CASE(filter_subsuite_test),
92 KUNIT_CASE(filter_subsuite_to_empty_test),
93 KUNIT_CASE(filter_suites_test),
/Linux-v5.15/kernel/
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-v5.15/mm/damon/
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),
Dvaddr-test.h312 KUNIT_CASE(damon_test_three_regions_in_vmas),
313 KUNIT_CASE(damon_test_apply_three_regions1),
314 KUNIT_CASE(damon_test_apply_three_regions2),
315 KUNIT_CASE(damon_test_apply_three_regions3),
316 KUNIT_CASE(damon_test_apply_three_regions4),
317 KUNIT_CASE(damon_test_split_evenly),
Ddbgfs-test.h113 KUNIT_CASE(damon_dbgfs_test_str_to_target_ids),
114 KUNIT_CASE(damon_dbgfs_test_set_targets),
/Linux-v5.15/drivers/iio/test/
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-v5.15/net/mptcp/
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-v5.15/sound/soc/
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-v5.15/drivers/base/power/
Dqos-test.c107 KUNIT_CASE(freq_qos_test_min),
108 KUNIT_CASE(freq_qos_test_maxdef),
109 KUNIT_CASE(freq_qos_test_readd),
/Linux-v5.15/mm/kfence/
Dkfence_test.c784 KUNIT_CASE(test_kmalloc_aligned_oob_read),
785 KUNIT_CASE(test_kmalloc_aligned_oob_write),
786 KUNIT_CASE(test_shrink_memcache),
787 KUNIT_CASE(test_memcache_ctor),
788 KUNIT_CASE(test_invalid_access),
789 KUNIT_CASE(test_gfpzero),
790 KUNIT_CASE(test_memcache_typesafe_by_rcu),
791 KUNIT_CASE(test_krealloc),
792 KUNIT_CASE(test_memcache_alloc_bulk),
/Linux-v5.15/drivers/base/test/
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),
/Linux-v5.15/drivers/thunderbolt/
Dtest.c2683 KUNIT_CASE(tb_test_path_basic),
2684 KUNIT_CASE(tb_test_path_not_connected_walk),
2685 KUNIT_CASE(tb_test_path_single_hop_walk),
2686 KUNIT_CASE(tb_test_path_daisy_chain_walk),
2687 KUNIT_CASE(tb_test_path_simple_tree_walk),
2688 KUNIT_CASE(tb_test_path_complex_tree_walk),
2689 KUNIT_CASE(tb_test_path_max_length_walk),
2690 KUNIT_CASE(tb_test_path_not_connected),
2691 KUNIT_CASE(tb_test_path_not_bonded_lane0),
2692 KUNIT_CASE(tb_test_path_not_bonded_lane1),
[all …]
/Linux-v5.15/drivers/mmc/host/
Dsdhci-of-aspeed-test.c89 KUNIT_CASE(aspeed_sdhci_phase_ddr52),
90 KUNIT_CASE(aspeed_sdhci_phase_hs200),

12