Searched refs:tests (Results 51 - 75 of 250) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dmacros_test.cpp337 } *t, tests[] = { local
346 for (t = &tests[0]; t->cond != NULL; t++) {
347 atf::tests::vars_map config;
381 } *t, tests[] = { local
392 for (t = &tests[0]; t->v1 != NULL; t++) {
393 atf::tests::vars_map config;
429 } *t, tests[] = { local
442 for (t = &tests[0]; t->value != NULL; t++) {
443 atf::tests::vars_map config;
475 } *t, tests[] local
521 } *t, tests[] = { local
567 } *t, tests[] = { local
616 } *t, tests[] = { local
668 } *t, tests[] = { local
716 } *t, tests[] = { local
[all...]
H A DMakefile.am.inc41 atf-c++/tests.cpp \
42 atf-c++/tests.hpp \
51 atf-c++/tests.hpp \
/freebsd-10.0-release/contrib/atf/atf-run/
H A Drequirements.cpp104 check_config(const std::string& variables, const atf::tests::vars_map& config)
226 check_user(const std::string& user, const atf::tests::vars_map& config)
235 const atf::tests::vars_map::const_iterator iter = config.find(
260 impl::check_requirements(const atf::tests::vars_map& metadata,
261 const atf::tests::vars_map& config)
265 for (atf::tests::vars_map::const_iterator iter = metadata.begin();
296 impl::get_required_user(const atf::tests::vars_map& metadata,
297 const atf::tests::vars_map& config)
299 const atf::tests::vars_map::const_iterator user = metadata.find(
306 const atf::tests
[all...]
H A Dtest-program.hpp32 #include "atf-c++/tests.hpp"
125 typedef std::map< std::string, atf::tests::vars_map > test_cases_map;
142 metadata get_metadata(const atf::fs::path&, const atf::tests::vars_map&);
146 const atf::tests::vars_map&, const atf::tests::vars_map&,
H A Dconfig.cpp73 atf::tests::vars_map m_vars;
87 const atf::tests::vars_map&
108 atf::tests::vars_map& config)
202 atf::tests::vars_map
203 impl::merge_configs(const atf::tests::vars_map& lower,
204 const atf::tests::vars_map& upper)
206 atf::tests::vars_map merged = lower;
211 atf::tests::vars_map
214 atf::tests::vars_map config;
/freebsd-10.0-release/share/mk/
H A Dbsd.test.mk30 TESTSBASE?= ${DESTDIR}/usr/tests
50 # it does not cover all the tests (e.g. it misses testing software in external).
51 @echo "*** Sorry, you cannot use make test from src/tests. Install the"
52 @echo "*** tests into their final location and run them from ${TESTSBASE}"
55 @echo "*** Using this test does not preclude you from running the tests"
/freebsd-10.0-release/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.0-release/contrib/atf/atf-c/
H A Dmacros_test.c223 } *t, tests[] = { local
236 for (t = &tests[0]; t->head != NULL; t++) {
267 } *t, tests[] = { local
280 for (t = &tests[0]; t->head != NULL; t++) {
322 } *t, tests[] = { local
334 for (t = &tests[0]; t->head != NULL; t++) {
370 do_check_eq_tests(const struct check_eq_test *tests) argument
374 for (t = &tests[0]; t->head != NULL; t++) {
413 struct check_eq_test tests[] = { local
432 do_check_eq_tests(tests);
457 struct check_eq_test tests[] = { local
510 } *t, tests[] = { local
558 do_require_eq_tests(const struct require_eq_test *tests) argument
601 struct require_eq_test tests[] = { local
645 struct require_eq_test tests[] = { local
712 } *t, tests[] = { local
[all...]
/freebsd-10.0-release/lib/libcrypt/
H A Dcrypt-sha256.c304 } tests[] = variable in typeref:struct:__anon5511
357 #define ntests (sizeof (tests) / sizeof (tests[0]))
415 SHA256_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
417 if (memcmp(tests[cnt].result, sum, 32) != 0) {
419 printf("%02X", tests[cnt].result[i]);
429 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
430 SHA256_Update(&ctx, &tests[cnt].input[i], 1);
432 if (memcmp(tests[cn
[all...]
H A Dcrypt-sha512.c316 } tests[] = variable in typeref:struct:__anon5513
388 #define ntests (sizeof (tests) / sizeof (tests[0]))
448 SHA512_Update(&ctx, tests[cnt].input, strlen(tests[cnt].input));
450 if (memcmp(tests[cnt].result, sum, 64) != 0) {
456 for (i = 0; tests[cnt].input[i] != '\0'; ++i)
457 SHA512_Update(&ctx, &tests[cnt].input[i], 1);
459 if (memcmp(tests[cnt].result, sum, 64) != 0) {
495 puts("all tests O
[all...]
/freebsd-10.0-release/contrib/expat/tests/
H A Dminicheck.h4 * tests. This interface is based entirely on the portion of the
52 TCase *tests; member in struct:Suite
59 tcase_test_function *tests; member in struct:TCase
/freebsd-10.0-release/contrib/libarchive/test_utils/
H A Dtest_utils.c32 /* Filter tests against a glob pattern. Returns non-zero if test matches
77 struct test_list_t *tests)
83 /* Default: Run all tests. */
118 const char *name = tests[start].name;
76 get_test_set(int *test_set, int limit, const char *test, struct test_list_t *tests) argument
/freebsd-10.0-release/contrib/libyaml/
H A DMakefile.am4 SUBDIRS = include src . tests win32
/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc37 // (ii) configure tests for either the time_t or __time64_t type.
/freebsd-10.0-release/contrib/subversion/
H A Dbuild.conf70 subversion/tests/cmdline/*_tests.py
561 [javahl-tests]
563 path = subversion/bindings/javahl/tests/org/apache/subversion/javahl
573 [javahl-compat-tests]
575 path = subversion/bindings/javahl/tests/org/tigris/subversion/javahl
648 [cxxhl-tests]
649 description = Unit tests for Subversion C++ HighLevel bindings
653 sources = tests/*.cpp
654 install = tests
666 path = subversion/tests
[all...]
H A Dbuild-outputs.mk23 BUILD_DIRS = subversion/tests/cmdline subversion/tests/libsvn_subr subversion/tests/libsvn_fs_base subversion/tests/libsvn_client subversion/tests/libsvn_wc subversion/bindings/cxxhl subversion/bindings/cxxhl/tests tools/diff subversion/tests/libsvn_diff subversion/tests/libsvn_fs_fs subversion/tests/libsvn_fs tools/dev tools/server-side subversion/bindings/javahl/src/org/apache/subversion/javahl/callback subversion/bindings/javahl/classes subversion/bindings/javahl/include subversion/bindings/javahl/src/org/tigris/subversion/javahl subversion/bindings/javahl/tests/or
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dbase64-test.c48 } *t, tests[] = { local
58 for(t = tests; t->data; t++) {
H A Dhex-test.c48 } *t, tests[] = { local
60 for(t = tests; t->data; t++) {
/freebsd-10.0-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh12 Please, do not be alarmed if some of the tests failed.
/freebsd-10.0-release/lib/atf/libatf-c++/
H A DMakefile59 tests.cpp \
67 tests.hpp \
/freebsd-10.0-release/contrib/apr-util/test/
H A Dtestdate.c29 } tests[] = { variable in typeref:struct:datetest
181 while (tests[i].input) {
184 date = apr_date_parse_rfc(tests[i].input);
188 ABTS_STR_EQUAL(tc, str_date, tests[i].output);
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dreader.hpp40 #include <atf-c++/tests.hpp>
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui_test.cpp49 } tests[] = { variable in typeref:struct:test
364 std::cout << "Running tests for " << tc << "\n";
368 for (t = &tests[0]; t->tc != NULL; t++) {
/freebsd-10.0-release/contrib/openpam/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
67 --color-tests) color_tests=$2; shift;;
/freebsd-10.0-release/tools/regression/bpf/bpf_filter/
H A DMakefile29 CFLAGS+= -g -I${SYSDIR} -I${.CURDIR}/tests
54 ${TEST}: ${.CURDIR}/tests/${TEST}.h ${SRCS}

Completed in 163 milliseconds

12345678910