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

12345678910

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h62 /** A group of tests that are selectable together. */
71 const char **tests; member in struct:testlist_alias_t
81 /** Implementation: Set a flag on tests matching a name; returns number
82 * of tests that matched. */
87 /** Set all tests in 'groups' matching the name 'named' to be skipped. */
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dcolour_reporter.rb19 when /(?:total\s+)?tests:?\s+(\d+)\s+(?:total\s+)?failures:?\s+\d+\s+Ignored:?/i
H A Dunity_test_summary.rb44 tests,failures,ignored = parse_test_summary(lines)
45 @total_tests += tests
/freebsd-9.3-release/contrib/openpam/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
67 --color-tests) color_tests=$2; shift;;
/freebsd-9.3-release/tools/regression/bpf/bpf_filter/
H A DMakefile29 CFLAGS+= -g -I${SYSDIR} -I${.CURDIR}/tests
54 ${TEST}: ${.CURDIR}/tests/${TEST}.h ${SRCS}
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-csqrt.c115 static const double tests[] = { local
158 for (i = 0; i < N(tests); i += 4) {
160 a = tests[i] * mults[j] * mults[j];
161 b = tests[i + 1] * mults[j] * mults[j];
162 x = tests[i + 2] * mults[j];
163 y = tests[i + 3] * mults[j];
H A Dtest-cexp.c298 static const double tests[] = { local
310 for (i = 0; i < N(tests); i += 4) {
311 a = tests[i];
312 b = tests[i + 1];
313 x = tests[i + 2];
314 y = tests[i + 3];
317 /* float doesn't have enough precision to pass these tests */
/freebsd-9.3-release/contrib/gcc/
H A Dgenrecog.c74 /* A single test. The two accept types aren't tests per-se, but
80 /* A linked list through the tests attached to a node. */
128 struct decision *prev; /* Node whose failure tests us. */
134 struct decision_test *tests; /* The tests for this node. */ member in struct:decision
920 place = &this->tests;
1088 /* Do tests against the current node first. */
1167 place = &this->tests;
1174 place = &this->tests;
1179 /* If we didn't insert any tests o
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_tar_large.c205 static int64_t tests[] = { local
240 for (i = 0; tests[i] != 0; i++) {
245 filesize = tests[i];
291 for (i = 0; tests[i] > 0; i++) {
295 assert(tests[i] == archive_entry_size(ae));
H A Dmain.c60 * try to minimize conditionals by grouping platform-specific tests in
179 /* Default is to remove temp dirs and log data for successful tests. */
330 /* Complete reporting of failed tests. */
1149 * so just ignore the mode tests. */
1182 * so just ignore the mode tests. */
1385 * UTILITIES for use by tests.
1391 * for tests to use in deciding whether to bother testing symlink
1626 /* Use "list.h" to create a list of all tests (functions and names). */
1629 struct { void (*func)(void); const char *name; int failures; } tests[] = { variable in typeref:struct:__anon1639
1676 printf("%3d: %-50s", i, tests[
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Diptest.c97 int mtu = 1500, tests = 0, pointtest = 0, c; local
117 tests = c - '0';
184 switch (tests)
/freebsd-9.3-release/crypto/openssl/test/
H A Dtestfipsssl93 echo skipping anonymous DH tests
100 echo skipping RSA tests
106 echo skipping RSA+DHE tests
/freebsd-9.3-release/tools/regression/priv/
H A Dmain.c56 * Registration table of privilege tests. Each test registers a name, a test
60 static struct test tests[] = { variable in typeref:struct:test
354 static int tests_count = sizeof(tests) / sizeof(struct test);
515 * if the notion of privilege is truly separated from root, as tests
517 * particular, VFS-related tests need to manage uids in order to
528 run(&tests[i], 0, 0);
529 run(&tests[i], 0, 1);
530 run(&tests[i], 1, 0);
531 run(&tests[i], 1, 1);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dargv.c415 static const char *const tests[] = variable
439 for (test = tests; *test != NULL; test++)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A DMakefile55 if GREP=${.OBJDIR}/${PROG} srcdir=${.CURDIR}/tests \
56 ${.CURDIR}/tests/$$tst; then \
64 echo "All $$total tests passed"; \
66 echo "$$failed of $$total tests failed"; \
/freebsd-9.3-release/tools/regression/acltools/
H A Drun64 my ($tests, $failed) = (0,0);
100 $tests, $tests-$failed, $failed);
140 $tests++;
/freebsd-9.3-release/tools/regression/filemon/
H A DMakefile37 tests:
45 @echo "filemon(4) tests passed."
84 clean-tests: clean-test
/freebsd-9.3-release/usr.bin/bmake/unit-tests/
H A DMakefile12 # Unit tests for make(1)
15 # all: run all the tests
20 # Each feature should get its own set of tests in its own suitably
24 srcdir= ${SRCTOP}/contrib/bmake/unit-tests
67 # the tests are actually done with sub-makes.
94 # and replace anything after 'stopped in' with unit-tests
101 -e '/stopped/s, /.*, unit-tests,' \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A DMakefile.nmake52 all: static_libs tests
75 tests:
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
66 --color-tests) color_tests=$2; shift;;
/freebsd-9.3-release/crypto/openssl/fips/
H A Dfipstests.sh8 echo Running tests in "./testvectors/AES/req"
229 echo Running tests in "./testvectors/DSA/req"
238 echo Running tests in "./testvectors/HMAC/req"
244 echo Running tests in "./testvectors/RNG/req"
255 echo Running tests in "./testvectors/RSA/req"
267 echo Running tests in "./testvectors/SHA/req"
287 echo Running tests in "./testvectors/TDES/req"
/freebsd-9.3-release/contrib/libarchive/cpio/test/
H A Dmain.c61 * try to minimize conditionals by grouping platform-specific tests in
180 /* Default is to remove temp dirs and log data for successful tests. */
334 /* Complete reporting of failed tests. */
1159 * so just ignore the mode tests. */
1192 * so just ignore the mode tests. */
1395 * UTILITIES for use by tests.
1401 * for tests to use in deciding whether to bother testing symlink
1636 /* Use "list.h" to create a list of all tests (functions and names). */
1639 struct { void (*func)(void); const char *name; int failures; } tests[] = { variable in typeref:struct:__anon1622
1686 printf("%3d: %-50s", i, tests[
[all...]
/freebsd-9.3-release/contrib/libarchive/tar/test/
H A Dmain.c61 * try to minimize conditionals by grouping platform-specific tests in
181 /* Default is to remove temp dirs and log data for successful tests. */
335 /* Complete reporting of failed tests. */
1255 * so just ignore the mode tests. */
1288 * so just ignore the mode tests. */
1491 * UTILITIES for use by tests.
1497 * for tests to use in deciding whether to bother testing symlink
1732 /* Use "list.h" to create a list of all tests (functions and names). */
1735 struct { void (*func)(void); const char *name; int failures; } tests[] = { variable in typeref:struct:__anon1646
1782 printf("%3d: %-50s", i, tests[
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dargv.c468 static const char *const tests[] = variable
492 for (test = tests; *test != NULL; test++)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dn-fold-test.c43 } tests[] = { variable in typeref:struct:testcase
102 for (t = tests; t->str; ++t) {

Completed in 369 milliseconds

12345678910