Searched refs:tests (Results 26 - 50 of 354) sorted by relevance

1234567891011>>

/freebsd-10.1-release/tools/regression/lib/libc/nss/
H A DMakefile7 .PHONY: tests
8 tests: ${TESTS}
/freebsd-10.1-release/tools/regression/lib/libc/stdio/
H A DMakefile8 .PHONY: tests
9 tests: ${TESTS}
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dmacros.hpp37 #include <atf-c++/tests.hpp>
45 class atfu_tc_ ## name : public atf::tests::tc { \
51 atfu_tc_ ## name::atfu_tc_ ## name(void) : atf::tests::tc(#name, false) {} \
56 class atfu_tc_ ## name : public atf::tests::tc { \
63 atfu_tc_ ## name::atfu_tc_ ## name(void) : atf::tests::tc(#name, false) {} \
68 class atfu_tc_ ## name : public atf::tests::tc { \
76 atfu_tc_ ## name::atfu_tc_ ## name(void) : atf::tests::tc(#name, true) {} \
96 #define ATF_FAIL(reason) atf::tests::tc::fail(reason)
98 #define ATF_SKIP(reason) atf::tests::tc::skip(reason)
100 #define ATF_PASS() atf::tests
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.c196 generic_test (const struct test_case *tests, argument
221 current_test = tests[i].name;
237 buf_sz = tests[i].byte_len;
242 tests[i].val, &sz);
244 printf ("encoding of %s failed %d\n", tests[i].name, ret);
248 if (sz != tests[i].byte_len) {
250 tests[i].name,
251 (unsigned long)sz, (unsigned long)tests[i].byte_len);
257 length_sz = (*length) (tests[i].val);
260 tests[
354 generic_decode_fail(const struct test_case *tests, unsigned ntests, size_t data_size, int (ASN1CALL *decode)(unsigned char *, size_t, void *, size_t *)) argument
[all...]
/freebsd-10.1-release/contrib/atf/atf-c++/detail/
H A Dtest_helpers.hpp42 #include "../tests.hpp"
70 namespace tests { namespace in namespace:atf
77 bool build_check_cxx_o_srcdir(const atf::tests::tc&, const char*);
78 atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool);
81 const atf::tests::vars_map& m_config;
83 run_h_tc_data(const atf::tests::vars_map& config) :
101 run_h_tc(atf::tests::vars_map config = atf::tests::vars_map())
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-logarithm.c199 } tests[] = { local
224 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
225 test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
226 test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
227 test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
228 test_tol(log, tests[
[all...]
/freebsd-10.1-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-10.1-release/bin/test/
H A DMakefile11 SUBDIR+= tests
/freebsd-10.1-release/bin/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/cddl/
H A DMakefile8 SUBDIR+=tests
/freebsd-10.1-release/cddl/lib/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/cddl/sbin/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/cddl/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/cddl/usr.bin/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/cddl/usr.sbin/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/etc/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/games/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/gnu/
H A DMakefile9 _tests= tests
/freebsd-10.1-release/gnu/lib/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/gnu/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/gnu/usr.bin/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/lib/atf/
H A DMakefile35 _tests= tests
/freebsd-10.1-release/lib/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests
/freebsd-10.1-release/libexec/atf/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H:H}/tests
/freebsd-10.1-release/libexec/tests/
H A DMakefile7 .PATH: ${.CURDIR:H:H}/tests

Completed in 179 milliseconds

1234567891011>>