Home
last modified time | relevance | path

Searched refs:test_num (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/kselftest/
Drunner.sh71 echo "not ok $test_num $TEST_HDR_MSG"
82 echo "not ok $test_num $TEST_HDR_MSG"
90 echo "ok $test_num $TEST_HDR_MSG") ||
93 echo "ok $test_num $TEST_HDR_MSG # SKIP"
96 echo "not ok $test_num $TEST_HDR_MSG # TIMEOUT $kselftest_timeout seconds"
98 echo "not ok $test_num $TEST_HDR_MSG # exit=$rc"
108 test_num=0
113 test_num=$(( test_num + 1 ))
118 run_one "$DIR" "$TEST" "$test_num"
/tools/testing/selftests/exec/
Dbinfmt_script18 test_num=0 variable
45 global test_num, tests, NAME_MAX
46 test_num += 1
47 if test_num > tests:
49 % (test_num, tests))
82 % (test_num, name))
85 % (test_num, name))
89 % (test_num, name, proc.returncode))
92 % (test_num, name))
169 if test_num != tests:
[all …]
/tools/testing/selftests/kmod/
Dkmod.sh565 function test_num() function
575 test_num $1
620 test_num $1
640 test_num $1
660 test_num $1
664 test_num $1
665 test_num $2
/tools/testing/selftests/sysctl/
Dsysctl.sh840 function test_num() function
850 test_num $1
857 test_num $1
864 test_num $1
900 test_num $1
922 test_num $1
942 test_num $1
946 test_num $1
947 test_num $2
/tools/testing/selftests/net/
Drxtimestamp.c277 bool run_test_case(struct socket_type *s, int test_num, char ip_version, in run_test_case() argument
305 printf("Starting testcase %d over ipv%c...\n", test_num, ip_version); in run_test_case()
334 config_so_flags(rcv, test_cases[test_num].sockopt); in run_test_case()
338 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case()
344 printf("FAILURE in testcase %d over ipv%c ", test_num, in run_test_case()
346 print_test_case(&test_cases[test_num]); in run_test_case()
347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
/tools/testing/selftests/bpf/
Dtest_progs.c23 int test_num; member
159 test->test_num, test->subtest_num, in test__end_subtest()
219 env.test->test_num, env.test->test_name); in test__join_cgroup()
230 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
237 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
685 test->test_num = i + 1; in main()
688 test->test_num, test->test_name)) in main()
717 test->test_num, test->test_name, in main()
Dtest_sockmap.c126 int test_num; member
189 env.test_num++; in test_start_subtest()
205 env.test_num, env.subtest_num, in test_end_subtest()
/tools/testing/ktest/
Dktest.pl953 my $test_num = $$current_test_num;
988 $old_test_num = $test_num;
991 $test_num += $repeat;
1035 $repeat_tests{"$test_num"} = $repeat;
1050 $test_num = $old_test_num;
1105 if (__read_config($file, \$test_num)) {
1119 my $val = "$lvalue\[$test_num\]";
1138 if ($test_num) {
1150 my $val = "$lvalue\[$test_num\]";
1178 if ($test_num) {
[all …]
/tools/usb/
Dtestusb.c44 unsigned test_num; /* 0..(TEST_CASES-1) */ member
308 dev->param.test_num = i; in handle_testdev()
/tools/testing/selftests/bpf/prog_tests/
Dbtf.c3657 static void do_test_raw(unsigned int test_num) in do_test_raw() argument
3659 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
3733 int (*special_test)(unsigned int test_num);
3736 static int test_big_btf_info(unsigned int test_num);
3737 static int test_btf_id(unsigned int test_num);
3788 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
3790 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
3873 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
3875 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
4008 static void do_test_get_info(unsigned int test_num) in do_test_get_info() argument
[all …]
/tools/lib/traceevent/
Dparse-filter.c1658 static int test_num(struct tep_event *event, struct tep_filter_arg *arg, in test_num() function
1821 return test_num(event, arg, record, err); in test_filter()