Home
last modified time | relevance | path

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

/tools/testing/selftests/kselftest/
Drunner.sh71 echo "not ok $test_num $TEST_HDR_MSG"
77 echo "ok $test_num $TEST_HDR_MSG") ||
80 echo "not ok $test_num $TEST_HDR_MSG # SKIP"
83 echo "not ok $test_num $TEST_HDR_MSG # TIMEOUT"
85 echo "not ok $test_num $TEST_HDR_MSG # exit=$rc"
95 test_num=0
100 test_num=$(( test_num + 1 ))
105 run_one "$DIR" "$TEST" "$test_num"
/tools/testing/selftests/kmod/
Dkmod.sh500 function test_num() function
510 test_num $1
555 test_num $1
575 test_num $1
595 test_num $1
599 test_num $1
600 test_num $2
/tools/testing/selftests/sysctl/
Dsysctl.sh806 function test_num() function
816 test_num $1
823 test_num $1
830 test_num $1
866 test_num $1
888 test_num $1
908 test_num $1
912 test_num $1
913 test_num $2
/tools/testing/selftests/bpf/
Dtest_progs.c17 int test_num; member
84 test->test_num, test->subtest_num, in test__end_subtest()
144 env.test->test_num, env.test->test_name); in test__join_cgroup()
155 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
162 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup()
555 test->test_num = i + 1; in main()
558 test->test_num, test->test_name)) in main()
576 test->test_num, test->test_name, in main()
Dtest_btf.c3653 static int do_test_raw(unsigned int test_num) in do_test_raw() argument
3655 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw()
3663 fprintf(stderr, "BTF raw test[%u] (%s): ", test_num, test->descr); in do_test_raw()
3748 int (*special_test)(unsigned int test_num);
3751 static int test_big_btf_info(unsigned int test_num);
3752 static int test_btf_id(unsigned int test_num);
3808 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument
3810 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info()
3893 static int test_btf_id(unsigned int test_num) in test_btf_id() argument
3895 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id()
[all …]
/tools/testing/ktest/
Dktest.pl943 my $test_num = $$current_test_num;
978 $old_test_num = $test_num;
981 $test_num += $repeat;
1025 $repeat_tests{"$test_num"} = $repeat;
1040 $test_num = $old_test_num;
1095 if (__read_config($file, \$test_num)) {
1109 my $val = "$lvalue\[$test_num\]";
1128 if ($test_num) {
1140 my $val = "$lvalue\[$test_num\]";
1168 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/lib/traceevent/
Dparse-filter.c1663 static int test_num(struct tep_event *event, struct tep_filter_arg *arg, in test_num() function
1826 return test_num(event, arg, record, err); in test_filter()