Home
last modified time | relevance | path

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

12

/linux/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 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 Dpro_epilogue.c55 RUN_TESTS(pro_epilogue); in test_pro_epilogue()
56 RUN_TESTS(pro_epilogue_goto_start); in test_pro_epilogue()
57 RUN_TESTS(epilogue_exit); in test_pro_epilogue()
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 Dcpumask.c81 RUN_TESTS(cpumask_success); in test_cpumask()
82 RUN_TESTS(cpumask_failure); in test_cpumask()
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 Dtp_btf_nullable.c13 RUN_TESTS(test_tp_btf_nullable); in test_tp_btf_nullable()
H A Dtask_kfunc.c97 RUN_TESTS(task_kfunc_failure); in test_task_kfunc()
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()
H A Dtimer.c96 RUN_TESTS(timer_failure); in serial_test_timer()
H A Ddynptr.c142 RUN_TESTS(dynptr_fail); in test_dynptr()
H A Dexceptions.c14 RUN_TESTS(exceptions_fail); in test_exceptions_failure()
401 RUN_TESTS(exceptions_assert); in test_exceptions_assertions()
H A Dlocal_kptr_stash.c130 RUN_TESTS(local_kptr_stash_fail); in test_local_kptr_stash_fail()
/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/timers/
H A DMakefile24 $(call RUN_TESTS, $(DESTRUCTIVE_TESTS))
/linux/tools/testing/selftests/powerpc/
H A DMakefile45 override define RUN_TESTS

12