Home
last modified time | relevance | path

Searched refs:subtest_num (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dprog_tests_framework.c29 if (!ASSERT_EQ(state->subtest_num, 1, "subtest_num_check")) in test_prog_tests_framework()
43 if (!ASSERT_EQ(state->subtest_num, 3, "subtest_num_check")) in test_prog_tests_framework()
53 if (!ASSERT_EQ(state->subtest_num, 4, "subtest_num_check")) in test_prog_tests_framework()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.c183 int subtest_num, in should_run_subtest()
218 return subtest_num < subtest_sel->num_set_len && subtest_sel->num_set[subtest_num]; in should_run_subtest()
231 int subtests_cnt = test_state->subtest_num; in print_test_result()
254 static void print_subtest_name(int test_num, int subtest_num, in print_subtest_name() argument
260 snprintf(test_num_str, sizeof(test_num_str), "%d/%d", test_num, subtest_num); in print_subtest_name()
322 for (i = 0; i < test_state->subtest_num; i++) { in dump_test_log()
421 print_subtest_name(test->test_num, test_state->subtest_num, in test__end_subtest()
440 state->subtest_num++; in test__start_subtest()
443 state->subtest_num * sub_state_siz in test__start_subtest()
181 should_run_subtest(struct test_selector *sel, struct test_selector *subtest_sel, int subtest_num, const char *test_name, const char *subtest_name) should_run_subtest() argument
1156 int subtest_num = state->subtest_num; dispatch_thread_send_subtests() local
[all...]
H A Dtest_progs.h90 int subtest_num; member
153 int subtest_num; member
H A Dtest_sockmap.c125 int subtest_num; member
158 env.subtest_num++; in test_start()
190 env.subtest_num = 0; in test_start_subtest()
205 env.test_num, env.subtest_num, in test_end_subtest()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c32 int subtest_num; member
159 test->test_num, test->subtest_num, in test__end_subtest()
173 test->subtest_num++; in test__start_subtest()
178 test->subtest_num); in test__start_subtest()
182 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest()
189 test->subtest_num); in test__start_subtest()
H A Dtest_sockmap.c127 int subtest_num; member
158 env.subtest_num++; in test_start()
190 env.subtest_num = 0; in test_start_subtest()
205 env.test_num, env.subtest_num, in test_end_subtest()

Completed in 8 milliseconds