Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_global_funcs.c142 RUN_TESTS(test_global_func1); in test_test_global_funcs()
143 RUN_TESTS(test_global_func2); in test_test_global_funcs()
144 RUN_TESTS(test_global_func3); in test_test_global_funcs()
145 RUN_TESTS(test_global_func4); in test_test_global_funcs()
146 RUN_TESTS(test_global_func5); in test_test_global_funcs()
147 RUN_TESTS(test_global_func6); in test_test_global_funcs()
148 RUN_TESTS(test_global_func7); in test_test_global_funcs()
149 RUN_TESTS(test_global_func8); in test_test_global_funcs()
150 RUN_TESTS(test_global_func9); in test_test_global_funcs()
151 RUN_TESTS(test_global_func1 in test_test_global_funcs()
[all...]
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.c300 RUN_TESTS(iters_state_safety); in test_iters()
301 RUN_TESTS(iters_looping); in test_iters()
302 RUN_TESTS(iters); in test_iters()
303 RUN_TESTS(iters_css_task); in test_iters()
306 RUN_TESTS(iters_testmod); in test_iters()
307 RUN_TESTS(iters_testmod_seq); in test_iters()
322 RUN_TESTS(iters_task_failure);
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 Dbpf_qdisc.c231 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr); in test_ns_bpf_qdisc()
232 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr_cross_frame); in test_ns_bpf_qdisc()
233 RUN_TESTS(bpf_qdisc_fail__invalid_dynptr_slice); in test_ns_bpf_qdisc()
234 RUN_TESTS(bpf_qdisc_fail__untrusted_write); in test_ns_bpf_qdisc()
235 RUN_TESTS(bpf_qdisc_dynptr_use_after_invalidate_clone); in test_ns_bpf_qdisc()
H A Dwq.c14 RUN_TESTS(wq); in serial_test_wq()
40 RUN_TESTS(wq_failures); in serial_test_failures_wq()
H A Dverifier.c169 void test_arena_kfunc(void) { RUN_TESTS(arena_kfunc); } in test_arena_kfunc()
171 void test_arena_kfunc_jit(void) { RUN_TESTS(arena_kfunc_jit); } in test_arena_kfunc_jit()
197 void test_verifier_ctx(void) { RUN_TESTS(verifier_ctx); } in test_verifier_ctx()
200 void test_verifier_default_trusted_ptr(void) { RUN_TESTS(verifier_default_trusted_ptr); } in test_verifier_default_trusted_ptr()
295 void test_verifier_zext(void) { RUN_TESTS(verifier_zext); } in test_verifier_zext()
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 Dstring_kfuncs.c65 RUN_TESTS(string_kfuncs_success); in test_string_kfuncs()
66 RUN_TESTS(string_kfuncs_failure1);
H A Dcpumask.c85 RUN_TESTS(cpumask_failure);
H A Dstream.c11 RUN_TESTS(stream_fail); in test_stream_failure()
16 RUN_TESTS(stream); in test_stream_success()
H A Dverifier_kfunc_prog_types.c10 RUN_TESTS(verifier_kfunc_prog_types); in test_verifier_kfunc_prog_types()
H A Djeq_infer_not_null.c8 RUN_TESTS(jeq_infer_not_null_fail); in test_jeq_infer_not_null()
H A Duninit_stack.c8 RUN_TESTS(uninit_stack); in test_uninit_stack()
H A Dpreempt_lock.c8 RUN_TESTS(preempt_lock); in test_preempt_lock()
H A Dkfunc_param_nullable.c10 RUN_TESTS(test_kfunc_param_nullable); in test_kfunc_param_nullable()
H A Dasync_stack_depth.c8 RUN_TESTS(async_stack_depth); in test_async_stack_depth()
H A Dmem_rdonly_untrusted.c8 RUN_TESTS(mem_rdonly_untrusted); in test_mem_rdonly_untrusted()
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 Dcgroup_xattr.c68 RUN_TESTS(cgroup_read_xattr); in test_cgroup_xattr()
H A Dcgrp_kfunc.c176 RUN_TESTS(cgrp_kfunc_failure);
/linux/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/tools/testing/selftests/powerpc/pmu/
H A DMakefile31 DEFAULT_RUN_TESTS := $(RUN_TESTS)
32 override define RUN_TESTS
/linux/tools/testing/selftests/ublk/
H A DMakefile107 $$(call RUN_TESTS, $$(filter test_$(1)_%.sh,$$(TEST_PROGS))); \
121 $(call RUN_TESTS, $(TEST_PROGS)); \

12