Searched refs:test_num (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/tests/sys/mac/bsdextended/ |
| H A D | ugidfw_test.c | 72 static int test_num; variable 158 printf("ok %d\n", test_num); in test_libugidfw_strings() 166 printf("ok %d\n", test_num); in test_libugidfw_strings() 176 printf("ok %d\n", test_num); in test_libugidfw_strings() 177 test_num++; in test_libugidfw_strings() 185 test_num++; in test_libugidfw_strings() 192 test_num++; in test_libugidfw_strings() 202 test_num = 1; in main() 239 printf("ok %d\n", test_num); in main() 241 test_num++; in main() [all …]
|
| /freebsd-14.2/share/examples/tests/tests/tap/ |
| H A D | printf_test.c | 48 static int test_num = 1; variable 64 printf("not ok %d - %s\n", test_num, msg); in fail() 67 test_num++; in fail() 74 printf("ok %d\n", test_num); in pass() 75 test_num++; in pass() 84 printf("not ok %d # SKIP\n", test_num); in skip() 85 test_num++; in skip()
|
| H A D | cp_test.sh | 36 test_num=1 44 result_string="$result $test_num" 49 : $(( test_num += 1 ))
|
| /freebsd-14.2/tools/regression/sockets/sendfile/ |
| H A D | sendfile.c | 377 int test_num; in run_parent() local 402 for (test_num = 1; test_num <= test_count; test_num++) { in run_parent() 404 desired_file_size = tests[test_num - 1].file_size; in run_parent() 408 printf("not ok %d\n", test_num); in run_parent() 414 printf("not ok %d\n", test_num); in run_parent() 424 printf("not ok %d\n", test_num); in run_parent() 430 if (send_test(connect_socket, tests[test_num-1]) != 0) { in run_parent() 431 printf("not ok %d\n", test_num); in run_parent() 440 printf("%s %d\n", "ok", test_num); in run_parent() 442 printf("%s %d\n", "not ok", test_num); in run_parent() [all …]
|
| /freebsd-14.2/contrib/bc/scripts/ |
| H A D | karatsuba.py | 79 test_num = int(sys.argv[2]) variable 81 test_num = 0 variable 149 if test_num != 0: 150 mx2 = test_num 174 if (test_num >= i): 208 elif test_num == 0: 241 if test_num == 0:
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | googletest-param-test-test.cc | 965 for (int test_num = 0; test_num < test_suite->total_test_count(); in TEST() local 966 ++test_num) { in TEST() 967 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST()
|
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | main.c | 3139 int test_num; in main() local 3141 test_num = get_test_set(test_set, limit, *argv, tests); in main() 3142 if (test_num < 0) { in main() 3149 for (i = 0; i < test_num; i++) { in main()
|
| /freebsd-14.2/contrib/libarchive/test_utils/ |
| H A D | test_main.c | 4202 int test_num; in main() local 4204 test_num = get_test_set(test_set, limit, *argv); in main() 4205 if (test_num < 0) { in main() 4211 for (i = 0; i < test_num; i++) { in main()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | speed.c | 1448 #define stop_it(do_it, test_num)\ argument 1449 memset(do_it + test_num, 0, OSSL_NELEM(do_it) - test_num);
|