Searched refs:tests (Results 1 - 25 of 235) sorted by relevance

12345678910

/freebsd-9.3-release/tools/regression/doat/
H A Ddoat.c65 struct testcase tests[10]; /* no more than 10 tests */ member in struct:test
69 struct test *tests; variable in typeref:struct:test
108 tests = calloc(NUM_OF_TESTS + 1, sizeof(struct test));
109 if (tests == NULL) {
198 tests[0].syscall = SYS_faccessat;
199 tests[0].num_of_cases = 6;
200 tests[0].name = "faccessat";
201 tests[0].tests[
[all...]
/freebsd-9.3-release/tools/regression/tmpfs/
H A DMakefile4 tests= t_mount macro
5 tests+= t_statvfs
6 tests+= t_mkdir
7 tests+= t_vnode_leak
8 tests+= t_setattr
9 tests+= t_rmdir
10 tests+= t_trail_slash
11 tests+= t_dots
12 tests+= t_create
13 tests
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dparse_bytes-test.c47 } tests[] = { variable in typeref:struct:testcase
66 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
68 int val = parse_bytes (tests[i].str, tests[i].def_unit);
71 if (val != tests[i].val) {
73 tests[i].str,
74 tests[i].def_unit ? tests[i].def_unit : "none",
75 val, tests[
[all...]
H A Dparse_time-test.c48 } tests[] = { variable in typeref:struct:testcase
65 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
68 sz = unparse_time(tests[i].val, NULL, 0);
69 if (sz != tests[i].size)
70 errx(1, "sz (%lu) != tests[%d].size (%lu)",
71 (unsigned long)sz, i, (unsigned long)tests[i].size);
73 for (buf_sz = 0; buf_sz < tests[i].size + 2; buf_sz++) {
77 sz = unparse_time(tests[i].val, buf, buf_sz);
78 if (sz != tests[
[all...]
H A Dstrpftime-test.c51 } tests[] = { variable in typeref:struct:testcase
239 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); ++i) {
242 tm = gmtime (&tests[i].t);
244 for (j = 0; tests[i].vals[j].format != NULL; ++j) {
250 len = strftime (buf, sizeof(buf), tests[i].vals[j].format, tm);
253 tests[i].vals[j].format, (unsigned long)len,
258 if (strcmp (buf, tests[i].vals[j].result) != 0) {
260 tests[i].vals[j].format, buf,
261 tests[
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/regex/
H A DMakefile5 .PHONY: tests
6 tests:
/freebsd-9.3-release/tools/regression/lib/libc/stdlib/
H A DMakefile7 .PHONY: tests
8 tests: ${TESTS}
/freebsd-9.3-release/contrib/ntp/sntp/tests/
H A Dtests-runner12 ./tests $srcdir/data $builddir/data
/freebsd-9.3-release/tools/regression/execve/
H A Dexecve.t9 tests="test-empty test-nonexist test-nonexistshell \
18 for atest in ${tests}
/freebsd-9.3-release/tools/regression/mmap/
H A Dmmap.c37 const struct tests { struct
40 } tests[] = { variable in typeref:struct:tests
73 for (i=0; i < (sizeof(tests) / sizeof(*tests)); i++) {
74 p = mmap((void *)tests[i].addr, PAGE_SIZE,
78 if (tests[i].ok[map_at_zero] != 0)
81 (tests[i].ok[map_at_zero] == 0) ? "OK " : "ERR",
82 tests[i].addr);
84 if (tests[i].ok[map_at_zero] != 1)
87 (tests[
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dcheck-der.c58 struct test_case tests[] = { local
74 int ntests = sizeof(tests) / sizeof(*tests);
77 tests[i].val = &values[i];
78 asprintf (&tests[i].name, "integer %d", values[i]);
79 if (tests[i].name == NULL)
83 ret = generic_test (tests, ntests, sizeof(int),
91 free (tests[i].name);
182 struct test_case tests[] = { local
196 int ntests = sizeof(tests) / sizeo
233 struct test_case tests[] = { local
272 struct test_case tests[] = { local
317 struct test_case tests[] = { local
358 struct test_case tests[] = { local
390 struct test_case tests[] = { local
430 struct test_case tests[] = { local
472 struct test_case tests[] = { local
508 struct test_case tests[] = { local
570 struct test_case tests[] = { local
613 struct test_case tests[] = { local
626 struct test_case tests[] = { local
639 struct test_case tests[] = { local
652 struct test_case tests[] = { local
664 struct test_case tests[] = { local
676 struct test_case tests[] = { local
689 struct test_case tests[] = { local
721 struct test_case tests[] = { local
733 struct test_case tests[] = { local
748 struct test_case tests[] = { local
1027 } tests[] = { local
[all...]
H A Dcheck-common.c193 generic_test (const struct test_case *tests, argument
214 current_test = tests[i].name;
228 buf_sz = tests[i].byte_len;
233 tests[i].val, &sz);
235 printf ("encoding of %s failed %d\n", tests[i].name, ret);
239 if (sz != tests[i].byte_len) {
241 tests[i].name,
242 (unsigned long)sz, (unsigned long)tests[i].byte_len);
248 length_sz = (*length) (tests[i].val);
251 tests[
314 generic_decode_fail(const struct test_case *tests, unsigned ntests, size_t data_size, int (*decode)(unsigned char *, size_t, void *, size_t *)) argument
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A DMakefile5 .PHONY: tests
6 tests: ${TESTS}
13 sh-tests: test-fnmatch
/freebsd-9.3-release/tools/regression/lib/libc/locale/
H A DMakefile19 .PHONY: tests
20 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libc/net/
H A DMakefile6 .PHONY: tests
7 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A DMakefile7 .PHONY: tests
8 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libc/stdio/
H A DMakefile8 .PHONY: tests
9 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libc/string/
H A DMakefile9 .PHONY: tests
10 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libmp/
H A DMakefile6 .PHONY: tests
7 tests: ${TESTS}
/freebsd-9.3-release/tools/regression/lib/libutil/
H A DMakefile6 .PHONY: tests
7 tests: ${TESTS}
/freebsd-9.3-release/lib/libc/regex/grot/
H A DMakefile67 r: re tests
68 ./re <tests
69 ./re -el <tests
70 ./re -er <tests
72 ra: ./re tests
73 -./re <tests
74 -./re -el <tests
75 -./re -er <tests
77 rx: ./re tests
78 ./re -x <tests
[all...]
/freebsd-9.3-release/contrib/expat/
H A DMakefile.in60 cd tests && rm -rf .libs runtests runtests.@OBJEXT@ runtestspp runtestspp.@OBJEXT@
61 cd tests && rm -f chardata.@OBJEXT@ minicheck.@OBJEXT@
63 rm -f examples/core tests/core xmlwf/core
76 check: tests/runtests tests/runtestspp
77 tests/runtests
78 tests/runtestspp
103 @for d in lib xmlwf examples tests ; do \
163 tests/chardata.@OBJEXT@: tests/chardat
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/tests/
H A Dbre.sh10 ${AWK-awk} -f $srcdir/bre.awk $srcdir/bre.tests > bre.script
H A Dere.sh10 ${AWK-awk} -f $srcdir/ere.awk $srcdir/ere.tests > ere.script
H A Dspencer1.sh10 ${AWK-awk} -f $srcdir/spencer1.awk $srcdir/spencer1.tests > spencer1.script

Completed in 255 milliseconds

12345678910