Searched refs:test_num (Results 1 - 10 of 10) sorted by path

/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dmain.c3139 int test_num; local
3141 test_num = get_test_set(test_set, limit, *argv, tests);
3142 if (test_num < 0) {
3149 for (i = 0; i < test_num; i++) {
/freebsd-10-stable/lib/libkse/test/
H A Dverify200 $test_num = $1;
206 $test_num = $1;
212 if (defined($test_num) && ($test_num != $subtest))
215 for (; $subtest < $test_num; $subtest++)
/freebsd-10-stable/share/examples/tests/tests/tap/
H A Dcp_test.sh38 test_num=1
46 result_string="$result $test_num"
51 : $(( test_num += 1 ))
H A Dprintf_test.c49 static int test_num = 1; variable
65 printf("not ok %d - %s\n", test_num, msg);
68 test_num++;
75 printf("ok %d\n", test_num);
76 test_num++;
85 printf("not ok %d # SKIP\n", test_num);
86 test_num++;
/freebsd-10-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh13 test_num=1
16 echo "ok $test_num # $@"
17 : $(( test_num += 1 ))
22 echo "not ok $test_num # $@"
23 : $(( test_num += 1 ))
H A Dugidfw_test.c74 static int test_num; variable
155 for (i = 0; i < nitems(test_users); i++, test_num++) {
158 "failed: %s\n", test_num, test_users[i], strerror(errno));
160 printf("ok %d\n", test_num);
163 for (i = 0; i < nitems(test_groups); i++, test_num++) {
166 "failed: %s\n", test_num, test_groups[i], strerror(errno));
168 printf("ok %d\n", test_num);
176 "failed: %s\n", test_num, test_strings[i], i, errorstr);
178 printf("ok %d\n", test_num);
179 test_num
[all...]
/freebsd-10-stable/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh13 test_num=1
16 echo "ok $test_num # $@"
17 : $(( test_num += 1 ))
22 echo "not ok $test_num # $@"
23 : $(( test_num += 1 ))
H A Dtest_ugidfw.c74 int test_num; variable
154 for (i = 0; i < nitems(test_users); i++, test_num++) {
157 "failed: %s\n", test_num, test_users[i], strerror(errno));
159 printf("ok %d\n", test_num);
162 for (i = 0; i < nitems(test_groups); i++, test_num++) {
165 "failed: %s\n", test_num, test_groups[i], strerror(errno));
167 printf("ok %d\n", test_num);
175 "failed: %s\n", test_num, test_strings[i], i, errorstr);
177 printf("ok %d\n", test_num);
178 test_num
[all...]
/freebsd-10-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c379 int test_num; local
404 for (test_num = 1; test_num <= test_count; test_num++) {
406 desired_file_size = tests[test_num - 1].file_size;
410 printf("not ok %d\n", test_num);
416 printf("not ok %d\n", test_num);
426 printf("not ok %d\n", test_num);
432 if (send_test(connect_socket, tests[test_num-1]) != 0) {
433 printf("not ok %d\n", test_num);
[all...]
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_main.c4050 int test_num; local
4052 test_num = get_test_set(test_set, limit, *argv, tests);
4053 if (test_num < 0) {
4060 for (i = 0; i < test_num; i++) {

Completed in 154 milliseconds