| /tools/testing/selftests/kselftest/ |
| D | runner.sh | 51 local test_num="$3" 108 echo "not ok $test_num $TEST_HDR_MSG" 126 echo "not ok $test_num $TEST_HDR_MSG" 134 echo "ok $test_num $TEST_HDR_MSG") || 137 echo "ok $test_num $TEST_HDR_MSG # SKIP" 140 echo "not ok $test_num $TEST_HDR_MSG # TIMEOUT $kselftest_timeout seconds" 142 echo "not ok $test_num $TEST_HDR_MSG # exit=$rc" 155 run_one $DIR $TEST $test_num 166 echo "not ok $test_num selftests: $DIR: $BASENAME_TEST # Create NS failed" 179 test_num=0 [all …]
|
| /tools/testing/selftests/exec/ |
| D | binfmt_script.py | 18 test_num=0 variable 47 global test_num, pass_num, fail_num, tests, NAME_MAX 48 test_num += 1 49 if test_num > tests: 51 % (test_num, tests)) 84 % (test_num, name)) 88 % (test_num, name)) 93 % (test_num, name, proc.returncode)) 97 % (test_num, name)) 177 if test_num != tests: [all …]
|
| /tools/testing/selftests/kmod/ |
| D | kmod.sh | 554 function test_num() function 564 test_num $1 609 test_num $1 629 test_num $1 649 test_num $1 653 test_num $1 654 test_num $2
|
| /tools/testing/selftests/arm64/bti/ |
| D | test.c | 24 static volatile unsigned int test_num = 1; variable 90 putnum(test_num); in handler() 134 putnum(test_num++); in __do_test() 222 if (test_num - 1 != EXPECTED_TESTS) in start()
|
| /tools/testing/selftests/sysctl/ |
| D | sysctl.sh | 910 function test_num() function 924 test_num $1 932 test_num $1 940 test_num $1 948 test_num $1 997 test_num $1 1020 test_num $TEST_ID 1040 test_num $1 1044 test_num $1 1045 test_num $2
|
| /tools/testing/selftests/net/ |
| D | rxtimestamp.c | 295 bool run_test_case(struct socket_type *s, int test_num, char ip_version, in run_test_case() argument 323 printf("Starting testcase %d over ipv%c...\n", test_num, ip_version); in run_test_case() 352 config_so_flags(rcv, test_cases[test_num].sockopt); in run_test_case() 356 failed = do_recv(rcv, read_size, test_cases[test_num].expected); in run_test_case() 362 printf("FAILURE in testcase %d over ipv%c ", test_num, in run_test_case() 364 print_test_case(&test_cases[test_num]); in run_test_case() 365 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
|
| /tools/testing/selftests/bpf/ |
| D | test_progs.c | 160 int test_num; member 268 fprintf(env.stdout_saved, "#%-*d %s:", TEST_NUM_WIDTH, test->test_num, test->test_name); in print_test_result() 289 static void print_subtest_name(int test_num, int subtest_num, in print_subtest_name() argument 295 snprintf(test_num_str, sizeof(test_num_str), "%d/%d", test_num, subtest_num); in print_subtest_name() 350 jsonw_uint_field(w, "number", test->test_num); in dump_test_log() 371 print_subtest_name(test->test_num, i + 1, in dump_test_log() 456 print_subtest_name(test->test_num, test_state->subtest_num, in test__end_subtest() 551 env.test->test_num, env.test->test_name); in test__join_cgroup() 562 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup() 569 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup() [all …]
|
| D | test_sockmap.c | 131 int test_num; member 196 env.test_num++; in test_start_subtest() 212 env.test_num, env.subtest_num, in test_end_subtest()
|
| D | README.rst | 295 #<test_num> btf_tag:SKIP
|
| /tools/testing/kunit/ |
| D | kunit_parser.py | 746 test_num = 1 747 while parent_test and (expected_count is None or test_num <= expected_count): 757 if expected_count and test_num <= expected_count: 770 sub_test = parse_test(lines, test_num, sub_log, True) 772 test_num += 1
|
| /tools/testing/ktest/ |
| D | ktest.pl | 1036 my $test_num = $$current_test_num; 1070 $old_test_num = $test_num; 1073 $test_num += $repeat; 1117 $repeat_tests{"$test_num"} = $repeat; 1132 $test_num = $old_test_num; 1186 if (__read_config($file, \$test_num)) { 1200 my $val = "$lvalue\[$test_num\]"; 1219 if ($test_num) { 1231 my $val = "$lvalue\[$test_num\]"; 1259 if ($test_num) { [all …]
|
| /tools/perf/tests/ |
| D | builtin-test.c | 228 int test_num; member 279 int i = child_test->test_num; in finish_test() 367 (*child)->test_num = i; in start_test()
|
| /tools/usb/ |
| D | testusb.c | 44 unsigned test_num; /* 0..(TEST_CASES-1) */ member 314 dev->param.test_num = i; in handle_testdev()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | btf.c | 4382 static void do_test_raw(unsigned int test_num) in do_test_raw() argument 4384 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw() 4454 int (*special_test)(unsigned int test_num); 4457 static int test_big_btf_info(unsigned int test_num); 4458 static int test_btf_id(unsigned int test_num); 4509 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() argument 4511 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info() 4592 static int test_btf_id(unsigned int test_num) in test_btf_id() argument 4594 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id() 4715 static void do_test_get_info(unsigned int test_num) in do_test_get_info() argument [all …]
|