Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/mac/bsdextended/
H A Dugidfw_test.c74 static int test_num; variable
160 printf("ok %d\n", test_num); in test_libugidfw_strings()
168 printf("ok %d\n", test_num); in test_libugidfw_strings()
178 printf("ok %d\n", test_num); in test_libugidfw_strings()
179 test_num++; in test_libugidfw_strings()
187 test_num++; in test_libugidfw_strings()
194 test_num++; in test_libugidfw_strings()
204 test_num = 1; in main()
241 printf("ok %d\n", test_num); in main()
243 test_num++; in main()
[all …]
/freebsd-13.1/share/examples/tests/tests/tap/
H A Dprintf_test.c49 static int test_num = 1; variable
65 printf("not ok %d - %s\n", test_num, msg); in fail()
68 test_num++; in fail()
75 printf("ok %d\n", test_num); in pass()
76 test_num++; in pass()
85 printf("not ok %d # SKIP\n", test_num); in skip()
86 test_num++; in skip()
H A Dcp_test.sh37 test_num=1
45 result_string="$result $test_num"
50 : $(( test_num += 1 ))
/freebsd-13.1/tools/regression/sockets/sendfile/
H A Dsendfile.c379 int test_num; in run_parent() local
404 for (test_num = 1; test_num <= test_count; test_num++) { in run_parent()
406 desired_file_size = tests[test_num - 1].file_size; in run_parent()
410 printf("not ok %d\n", test_num); in run_parent()
416 printf("not ok %d\n", test_num); in run_parent()
426 printf("not ok %d\n", test_num); in run_parent()
432 if (send_test(connect_socket, tests[test_num-1]) != 0) { in run_parent()
433 printf("not ok %d\n", test_num); in run_parent()
442 printf("%s %d\n", "ok", test_num); in run_parent()
444 printf("%s %d\n", "not ok", test_num); in run_parent()
[all …]
/freebsd-13.1/contrib/bc/scripts/
H A Dkaratsuba.py79 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-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc938 for (int test_num = 0; in TEST() local
939 test_num < test_case->total_test_count(); in TEST()
940 ++test_num) { in TEST()
941 const ::testing::TestInfo* test_info = test_case->GetTestInfo(test_num); in TEST()
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dmain.c3139 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-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c4150 int test_num; in main() local
4152 test_num = get_test_set(test_set, limit, *argv); in main()
4153 if (test_num < 0) { in main()
4160 for (i = 0; i < test_num; i++) { in main()