Home
last modified time | relevance | path

Searched refs:RUN_TESTS (Results 1 – 25 of 44) sorted by relevance

12

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_global_funcs.c141 RUN_TESTS(test_global_func1); in test_test_global_funcs()
142 RUN_TESTS(test_global_func2); in test_test_global_funcs()
143 RUN_TESTS(test_global_func3); in test_test_global_funcs()
144 RUN_TESTS(test_global_func4); in test_test_global_funcs()
145 RUN_TESTS(test_global_func5); in test_test_global_funcs()
146 RUN_TESTS(test_global_func6); in test_test_global_funcs()
147 RUN_TESTS(test_global_func7); in test_test_global_funcs()
148 RUN_TESTS(test_global_func8); in test_test_global_funcs()
149 RUN_TESTS(test_global_func9); in test_test_global_funcs()
150 RUN_TESTS(test_global_func10); in test_test_global_funcs()
[all …]
H A Dtest_struct_ops_kptr_return.c11 RUN_TESTS(struct_ops_kptr_return); in test_struct_ops_kptr_return()
12 RUN_TESTS(struct_ops_kptr_return_fail__wrong_type); in test_struct_ops_kptr_return()
13 RUN_TESTS(struct_ops_kptr_return_fail__invalid_scalar); in test_struct_ops_kptr_return()
14 RUN_TESTS(struct_ops_kptr_return_fail__nonzero_offset); in test_struct_ops_kptr_return()
15 RUN_TESTS(struct_ops_kptr_return_fail__local_kptr); in test_struct_ops_kptr_return()
H A Dtest_struct_ops_refcounted.c10 RUN_TESTS(struct_ops_refcounted); in test_struct_ops_refcounted()
11 RUN_TESTS(struct_ops_refcounted_fail__ref_leak); in test_struct_ops_refcounted()
12 RUN_TESTS(struct_ops_refcounted_fail__global_subprog); in test_struct_ops_refcounted()
13 RUN_TESTS(struct_ops_refcounted_fail__tail_call); in test_struct_ops_refcounted()
H A Dpro_epilogue.c56 RUN_TESTS(pro_epilogue); in test_pro_epilogue()
57 RUN_TESTS(pro_epilogue_goto_start); in test_pro_epilogue()
58 RUN_TESTS(epilogue_exit); in test_pro_epilogue()
59 RUN_TESTS(pro_epilogue_with_kfunc); in test_pro_epilogue()
H A Dnested_trust.c11 RUN_TESTS(nested_trust_success); in test_nested_trust()
12 RUN_TESTS(nested_trust_failure); in test_nested_trust()
15 RUN_TESTS(nested_acquire); in test_nested_trust()
H A Diters.c296 RUN_TESTS(iters_state_safety); in test_iters()
297 RUN_TESTS(iters_looping); in test_iters()
298 RUN_TESTS(iters); in test_iters()
299 RUN_TESTS(iters_css_task); in test_iters()
302 RUN_TESTS(iters_testmod); in test_iters()
303 RUN_TESTS(iters_testmod_seq); in test_iters()
318 RUN_TESTS(iters_task_failure); in test_iters()
H A Dwq.c14 RUN_TESTS(wq); in serial_test_wq()
39 RUN_TESTS(wq_failures); in serial_test_failures_wq()
H A Drefcounted_kptr.c12 RUN_TESTS(refcounted_kptr); in test_refcounted_kptr()
17 RUN_TESTS(refcounted_kptr_fail); in test_refcounted_kptr_fail()
H A Duninit_stack.c8 RUN_TESTS(uninit_stack); in test_uninit_stack()
H A Dasync_stack_depth.c8 RUN_TESTS(async_stack_depth); in test_async_stack_depth()
H A Djeq_infer_not_null.c8 RUN_TESTS(jeq_infer_not_null_fail); in test_jeq_infer_not_null()
H A Dkfunc_param_nullable.c10 RUN_TESTS(test_kfunc_param_nullable); in test_kfunc_param_nullable()
H A Dcompute_live_registers.c8 RUN_TESTS(compute_live_registers); in test_compute_live_registers()
H A Dfexit_noreturns.c8 RUN_TESTS(fexit_noreturns); in test_fexit_noreturns()
H A Dpreempt_lock.c8 RUN_TESTS(preempt_lock); in test_preempt_lock()
H A Dverifier_kfunc_prog_types.c10 RUN_TESTS(verifier_kfunc_prog_types); in test_verifier_kfunc_prog_types()
H A Dtp_btf_nullable.c13 RUN_TESTS(test_tp_btf_nullable); in test_tp_btf_nullable()
H A Draw_tp_null.c12 RUN_TESTS(raw_tp_null_fail); in test_raw_tp_null()
H A Dcpumask.c85 RUN_TESTS(cpumask_failure); in test_cpumask()
H A Dcgrp_kfunc.c105 RUN_TESTS(cgrp_kfunc_failure); in test_cgrp_kfunc()
H A Dkfunc_dynptr_param.c118 RUN_TESTS(test_kfunc_dynptr_param); in test_kfunc_dynptr_param()
/linux-6.15/tools/testing/selftests/
H A Dlib.mk103 define RUN_TESTS
136 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) \
139 $(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS)); \
142 @$(call RUN_TESTS, $(TEST_GEN_PROGS) $(TEST_CUSTOM_PROGS) $(TEST_PROGS))
/linux-6.15/tools/testing/selftests/powerpc/pmu/
H A DMakefile31 DEFAULT_RUN_TESTS := $(RUN_TESTS)
32 override define RUN_TESTS
/linux-6.15/tools/testing/selftests/timers/
H A DMakefile24 $(call RUN_TESTS, $(DESTRUCTIVE_TESTS))
/linux-6.15/tools/testing/selftests/powerpc/
H A DMakefile45 override define RUN_TESTS

12