| /linux/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 57 local test_num="$3" 114 report_failure "$test_num $TEST_HDR_MSG" 132 report_failure "$test_num $TEST_HDR_MSG" 140 echo "ok $test_num $TEST_HDR_MSG") || 143 echo "ok $test_num $TEST_HDR_MSG # SKIP" 146 report_failure "$test_num $TEST_HDR_MSG # TIMEOUT $kselftest_timeout seconds" 148 report_failure "$test_num $TEST_HDR_MSG # exit=$rc" 161 run_one $DIR $TEST $test_num 172 echo "not ok $test_num selftests: $DIR: $BASENAME_TEST # Create NS failed" 185 test_num=0 [all …]
|
| /linux/tools/testing/selftests/exec/ |
| H A 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 …]
|
| /linux/tools/testing/selftests/kmod/ |
| H A 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
|
| /linux/tools/testing/selftests/sysctl/ |
| H A D | sysctl.sh | 940 function test_num() function 954 test_num $1 962 test_num $1 970 test_num $1 978 test_num $1 1027 test_num $1 1050 test_num $TEST_ID 1070 test_num $1 1074 test_num $1 1075 test_num $2
|
| /linux/tools/testing/selftests/net/ |
| H A 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()
|
| /linux/tools/testing/selftests/arm64/bti/ |
| H A 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()
|
| /linux/drivers/net/wireguard/selftest/ |
| H A D | counter.c | 10 unsigned int test_num = 0, i; in wg_packet_counter_selftest() local 25 ++test_num; \ in wg_packet_counter_selftest() 28 test_num); \ in wg_packet_counter_selftest()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 164 int test_num; 354 fprintf(env.stdout_saved, "#%-*d %s:", TEST_NUM_WIDTH, test->test_num, test->test_name); in print_test_result() 375 static void print_subtest_name(int test_num, int subtest_num, in print_subtest_name() 381 snprintf(test_num_str, sizeof(test_num_str), "%d/%d", test_num, subtest_num); in print_subtest_name() 436 jsonw_uint_field(w, "number", test->test_num); in dump_test_log() 457 print_subtest_name(test->test_num, i + 1, in dump_test_log() 537 print_subtest_name(test->test_num, test_state->subtest_num, in test__end_subtest() 634 env.test->test_num, env.test->test_name); in test__join_cgroup() 645 env.test->test_num, env.test->test_name, path, errno); in test__join_cgroup() 652 env.test->test_num, en in test__join_cgroup() 161 int test_num; global() member 372 print_subtest_name(int test_num,int subtest_num,const char * test_name,char * subtest_name,char * result) print_subtest_name() argument 1368 run_one_test(int test_num) run_one_test() argument [all...] |
| H A 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()
|
| H A D | README.rst | 295 #<test_num> btf_tag:SKIP
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_parser.py | 781 test_num = 1 782 while parent_test and (expected_count is None or test_num <= expected_count): 792 if expected_count and test_num <= expected_count: 805 sub_test = parse_test(lines, test_num, sub_log, True, printer) 807 test_num += 1
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | omapfb.h | 88 int (*run_test) (struct lcd_panel *panel, int test_num); 174 int (*run_test) (int test_num);
|
| H A D | lcd_mipid.c | 273 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test() argument 281 if (test_num != MIPID_TEST_RGB_LINES) in mipid_run_test()
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 1048 my $test_num = $$current_test_num; 1082 $old_test_num = $test_num; 1085 $test_num += $repeat; 1129 $repeat_tests{"$test_num"} = $repeat; 1144 $test_num = $old_test_num; 1198 if (__read_config($file, \$test_num)) { 1212 my $val = "$lvalue\[$test_num\]"; 1231 if ($test_num) { 1243 my $val = "$lvalue\[$test_num\]"; 1271 if ($test_num) { [all …]
|
| /linux/tools/usb/ |
| H A D | testusb.c | 44 unsigned test_num; /* 0..(TEST_CASES-1) */ member 314 dev->param.test_num = i; in handle_testdev()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4397 static void do_test_raw(unsigned int test_num) in do_test_raw() 4399 struct btf_raw_test *test = &raw_tests[test_num - 1]; in do_test_raw() 4469 int (*special_test)(unsigned int test_num); 4472 static int test_big_btf_info(unsigned int test_num); 4473 static int test_btf_id(unsigned int test_num); 4524 static int test_big_btf_info(unsigned int test_num) in test_big_btf_info() 4526 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_big_btf_info() 4607 static int test_btf_id(unsigned int test_num) in test_btf_id() 4609 const struct btf_get_info_test *test = &get_info_tests[test_num - 1]; in test_btf_id() 4730 static void do_test_get_info(unsigned int test_num) in do_test_get_info() 4382 do_test_raw(unsigned int test_num) do_test_raw() argument 4509 test_big_btf_info(unsigned int test_num) test_big_btf_info() argument 4592 test_btf_id(unsigned int test_num) test_btf_id() argument 4715 do_test_get_info(unsigned int test_num) do_test_get_info() argument 4811 do_test_file(unsigned int test_num) do_test_file() argument 5444 do_test_pprint(int test_num) do_test_pprint() argument 6822 do_test_info_raw(unsigned int test_num) do_test_info_raw() argument 8066 do_test_dedup(unsigned int test_num) do_test_dedup() argument [all...] |
| /linux/drivers/platform/x86/intel/ifs/ |
| H A D | ifs.h | 327 int test_num; member
|
| /linux/drivers/usb/misc/ |
| H A D | usbtest.c | 30 __u32 test_num; /* 0..(TEST_CASES-1) */ member 47 __u32 test_num; /* 0..(TEST_CASES-1) */ member 2204 switch (param->test_num) { in usbtest_do_ioctl() 2700 temp.test_num = param_64->test_num; in usbtest_ioctl()
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpqphp.h | 410 int cpqhp_hardware_test(struct controller *ctrl, int test_num);
|
| H A D | cpqphp_ctrl.c | 2125 int cpqhp_hardware_test(struct controller *ctrl, int test_num) in cpqhp_hardware_test() argument 2134 switch (test_num) { in cpqhp_hardware_test()
|