Searched refs:tests (Results 176 - 200 of 481) sorted by relevance

1234567891011>>

/freebsd-10-stable/lib/libc/tests/nss/
H A DMakefile1 # $FreeBSD: stable/10/lib/libc/tests/nss/Makefile 321144 2017-07-18 18:09:26Z ngie $
23 CFLAGS+= -I${SRCTOP}/tests
/freebsd-10-stable/usr.bin/cut/tests/
H A DMakefile1 # $FreeBSD: stable/10/usr.bin/cut/tests/Makefile 313629 2017-02-11 07:11:43Z ngie $
17 .include <netbsd-tests.test.mk>
/freebsd-10-stable/usr.sbin/praudit/tests/
H A DMakefile1 # $FreeBSD: stable/10/usr.sbin/praudit/tests/Makefile 335290 2018-06-17 17:31:16Z asomers $
3 PACKAGE= tests
/freebsd-10-stable/contrib/atf/atf-c++/
H A Dmacros_hpp_test.cpp106 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_1)();
115 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_2)();
124 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_3)();
H A Dtests_test.cpp26 #include "atf-c++/tests.hpp"
64 check_equal(const atf::tests::tc& tc, const std::string& str,
98 atf::tests::detail::atf_tp_writer w(ss);
106 atf::tests::detail::atf_tp_writer w(ss);
121 atf::tests::detail::atf_tp_writer w(ss);
143 atf::tests::detail::atf_tp_writer w(ss);
188 // Add tests for the "atf_tp_writer" class.
H A Dmacros_test.cpp337 } *t, tests[] = { local
346 for (t = &tests[0]; t->cond != NULL; t++) {
347 atf::tests::vars_map config;
382 } *t, tests[] = { local
393 for (t = &tests[0]; t->v1 != NULL; t++) {
394 atf::tests::vars_map config;
430 } *t, tests[] = { local
443 for (t = &tests[0]; t->value != NULL; t++) {
444 atf::tests::vars_map config;
476 } *t, tests[] local
522 } *t, tests[] = { local
568 } *t, tests[] = { local
617 } *t, tests[] = { local
669 } *t, tests[] = { local
717 } *t, tests[] = { local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dsplit.c241 } tests[] = { variable in typeref:struct:__anon3968
315 for (n = 0; tests[n].str != NULL; n++) {
316 (void) strcpy(buf, tests[n].str);
318 nf = split(buf, fields, RNF, tests[n].seps);
320 if (nf != tests[n].nf) {
322 tests[n].str, tests[n].seps, nf, tests[n].nf);
332 if (strcmp(f, tests[n].fi[i]) != 0) {
334 tests[
[all...]
/freebsd-10-stable/lib/libc/regex/grot/
H A Dsplit.c213 } tests[] = { variable in typeref:struct:__anon1
287 for (n = 0; tests[n].str != NULL; n++) {
288 (void) strcpy(buf, tests[n].str);
290 nf = split(buf, fields, RNF, tests[n].seps);
292 if (nf != tests[n].nf) {
294 tests[n].str, tests[n].seps, nf, tests[n].nf);
304 if (strcmp(f, tests[n].fi[i]) != 0) {
306 tests[
[all...]
/freebsd-10-stable/lib/atf/libatf-c++/
H A DMakefile58 tests.cpp \
65 tests.hpp \
76 SUBDIR= tests
/freebsd-10-stable/lib/libthr/tests/
H A DMakefile1 # $FreeBSD: stable/10/lib/libthr/tests/Makefile 313535 2017-02-10 07:13:16Z ngie $
3 TESTSRC= ${SRCTOP}/contrib/netbsd-tests/lib/libpthread
51 .include <netbsd-tests.test.mk>
53 CFLAGS.condwait_test+= -I${SRCTOP}/contrib/netbsd-tests/lib/libc/gen
/freebsd-10-stable/tests/sys/fs/tmpfs/
H A DMakefile1 # $FreeBSD: stable/10/tests/sys/fs/tmpfs/Makefile 319007 2017-05-27 23:04:48Z ngie $
3 PACKAGE= tests
9 TESTSRC= ${SRCTOP}/contrib/netbsd-tests/fs/${FILESYSTEM}
62 .include <netbsd-tests.test.mk>
/freebsd-10-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c41 struct range tests[] = { variable in typeref:struct:range
163 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
164 test_range(&tests[i], 1, context, crypto);
165 test_range(&tests[i], 0, context, crypto);
/freebsd-10-stable/lib/msun/tests/
H A Dconj_test.c55 static const double tests[] = { variable
76 static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2;
84 __real__ expected = __real__ in = tests[2 * i];
85 __imag__ in = tests[2 * i + 1];
/freebsd-10-stable/tools/tools/notescheck/
H A Dnotescheck.py60 self.tests = set()
75 self.tests.add(platform)
87 if self.defines == self.tests:
92 if global_platform in self.tests:
97 if len(self.tests) == 0:
106 if len(self.tests) > 1:
112 (self.title(), format_set(self.tests)))
116 if len(self.tests) == 0:
122 notest = self.defines - self.tests
129 (self.title(), format_set(self.defines), format_set(self.tests)))
[all...]
/freebsd-10-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_md5hmac.c49 } tests[] = { variable in typeref:struct:__anon3942
150 for (i = 0; i < __arraycount(tests); i++) {
151 if (tests[i].key_len != MD5_HMAC_KEYLEN)
156 cs.mackeylen = tests[i].key_len;
157 cs.mackey = __UNCONST(&tests[i].key);
160 err(1, "CIOCGSESSION test %d", tests[i].num);
166 co.len = tests[i].len;
167 co.src = __UNCONST(&tests[i].data);
171 err(1, "CIOCCRYPT test %d", tests[i].num);
173 if (memcmp(co.mac, tests[
[all...]
H A Dh_sha1hmac.c49 } tests[] = { variable in typeref:struct:__anon3943
160 for (i = 0; i < __arraycount(tests); i++) {
161 if (tests[i].key_len != SHA1_HMAC_KEYLEN)
166 cs.mackeylen = tests[i].key_len;
167 cs.mackey = __UNCONST(&tests[i].key);
170 err(1, "CIOCGSESSION test %d", tests[i].num);
176 co.len = tests[i].len;
177 co.src = __UNCONST(&tests[i].data);
181 err(1, "CIOCCRYPT test %d", tests[i].num);
183 if (memcmp(co.mac, &tests[
[all...]
H A Dh_xcbcmac.c55 } tests[] = { variable in typeref:struct:__anon3944
92 for (i = 0; i < __arraycount(tests); i++) {
95 if (tests[i].len == sizeof(plaintx))
99 co.len = tests[i].len;
105 if (memcmp(buf, &tests[i].mac, sizeof(tests[i].mac)))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbsnrtowcs.c49 } tests[] = { variable in typeref:struct:test
73 for (i = 0; i < __arraycount(tests); ++i) {
74 t = &tests[i];
/freebsd-10-stable/bin/pax/
H A DMakefile36 SUBDIR+= tests
/freebsd-10-stable/contrib/libucl/tests/
H A Dtest_schema.c93 const ucl_object_t *schema, *tests, *description, *test; local
101 tests = ucl_object_find_key (obj, "tests");
104 if (schema == NULL || tests == NULL || description == NULL) {
111 while ((test = ucl_iterate_object (tests, &iter, true)) != NULL) {
/freebsd-10-stable/sbin/devd/
H A DMakefile22 SUBDIR+= tests
/freebsd-10-stable/lib/librt/
H A DMakefile24 SUBDIR+= tests
/freebsd-10-stable/cddl/usr.sbin/
H A DMakefile13 _tests= tests
/freebsd-10-stable/sbin/growfs/
H A DMakefile26 SUBDIR+= tests
/freebsd-10-stable/cddl/lib/
H A DMakefile18 _tests= tests

Completed in 326 milliseconds

1234567891011>>