Searched defs:tests (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/bin/tests/net/
H A Dtestsuite.h16 static test_t tests[] = { variable
/bind-9.11.3/lib/irs/tests/
H A Dresconf_test.c34 * atf-run changes us to a /tmp directory, so tests
54 } tests[] = { local
108 for (i = 0; i < sizeof(tests)/sizeof(tests[1]); i++) {
109 result = irs_resconf_load(mctx, tests[i].file, &resconf);
110 ATF_CHECK_EQ_MSG(result, tests[i].loadres, "%s", tests[i].file);
112 ATF_CHECK_MSG(resconf != NULL, "%s", tests[i].file);
114 ATF_CHECK_MSG(resconf == NULL, "%s", tests[i].file);
115 if (resconf != NULL && tests[
[all...]
/bind-9.11.3/lib/isc/tests/
H A Dnetaddr_test.c30 } tests[] = { local
45 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) {
46 ina.s_addr = inet_addr(tests[i].address);
49 ATF_CHECK_EQ_MSG(result, tests[i].expect,
50 "%s", tests[i].address);
H A Dregex_test.c38 } tests[] = { local
1076 for (i = 0; i < sizeof(tests)/sizeof(*tests); i++) {
1080 r = regcomp(&preg, tests[i].expression, REG_EXTENDED);
1081 if (((r != 0 && tests[i].expect != -1) ||
1082 (r == 0 && tests[i].expect == -1)) && !tests[i].exception)
1084 tests[i].expression, r != 0 ? "bad" : "good",
1085 tests[i].expect == -1 ? "bad" : "good");
1087 preg.re_nsub != (unsigned int)tests[
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp66 namespace tests { namespace in namespace:atf
73 bool build_check_cxx_o_srcdir(const atf::tests::tc&, const char*);
74 atf::fs::path get_process_helpers_path(const atf::tests::tc&, bool);
77 const atf::tests::vars_map& m_config;
79 run_h_tc_data(const atf::tests::vars_map& config) :
97 run_h_tc(atf::tests::vars_map config = atf::tests::vars_map())
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.hpp38 namespace tests { namespace in namespace:atf
122 } // namespace tests
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...]
H A Dtests.cpp26 #include "atf-c++/tests.hpp"
74 namespace impl = atf::tests;
75 namespace detail = atf::tests::detail;
76 #define IMPL_NAME "atf::tests"
413 parse_vflag(const std::string& str, atf::tests::vars_map& vars)
454 const atf::tests::vars_map& vars)
564 atf::tests::vars_map vars;
641 namespace tests { namespace in namespace:atf
/bind-9.11.3/unit/atf-src/tools/
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++) {
/bind-9.11.3/lib/dns/tests/
H A Dnsec3_test.c123 * Individual unit tests
156 const nsec3param_salttotext_test_params_t tests[] = { local
175 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
176 nsec3param_salttotext_test(&tests[i]);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs_test.c102 } tests[] = { local
127 for (t = &tests[0]; t->in != NULL; t++) {
174 } tests[] = { local
185 for (t = &tests[0]; t->in != NULL; t++) {
214 } tests[] = { local
225 for (t = &tests[0]; t->in != NULL; t++) {
255 } tests[] = { local
265 for (t = &tests[0]; t->in != NULL; t++) {
293 } tests[] = { local
303 for (t = &tests[
333 } tests[] = { local
619 struct tests { struct
624 } tests[] = { local
[all...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dmacros_test.c245 } *t, tests[] = { local
258 for (t = &tests[0]; t->head != NULL; t++) {
289 } *t, tests[] = { local
302 for (t = &tests[0]; t->head != NULL; t++) {
345 } *t, tests[] = { local
357 for (t = &tests[0]; t->head != NULL; t++) {
393 do_check_eq_tests(const struct check_eq_test *tests) argument
397 for (t = &tests[0]; t->head != NULL; t++) {
436 struct check_eq_test tests[] = { local
455 do_check_eq_tests(tests);
480 struct check_eq_test tests[] = { local
527 struct check_eq_test tests[] = { local
567 } *t, tests[] = { local
615 do_require_eq_tests(const struct require_eq_test *tests) argument
658 struct require_eq_test tests[] = { local
702 struct require_eq_test tests[] = { local
749 struct require_eq_test tests[] = { local
804 } *t, tests[] = { local
[all...]

Completed in 53 milliseconds