Searched defs:test (Results 1 - 10 of 10) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl19 # DNSSEC Dynamic update test suite.
68 sub test { subroutine
94 test("NOERROR", ["update", rr_add("a.$zone 300 A 73.80.65.49")]);
97 test("NOERROR", ["update", rr_del("a.$zone")]);
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl19 # Dynamic update test suite.
73 sub test { subroutine
99 test("NOERROR", ["update", rr_del("a.$zone")]);
100 test("NOERROR", ["update", rr_del("b.$zone")]);
101 test("NOERROR", ["update", rr_del("c.$zone")]);
102 test("NOERROR", ["update", rr_del("d.$zone")]);
103 test("NOERROR", ["update", rr_del("e.$zone")]);
104 test("NOERROR", ["update", rr_del("f.$zone")]);
105 test("NOERROR", ["update", rr_del("ns.s.$zone")]);
106 test("NOERRO
[all...]
/bind-9.6-ESV-R11/bin/tests/system/stress/
H A Dupdate.pl19 # Dynamic update test suite.
73 sub test { subroutine
99 test("NOERROR", ["update", rr_add("dynamic-$i.$zone 300 TXT txt-$i" )]);
/bind-9.6-ESV-R11/bin/tests/net/
H A Ddriver.c79 test_t *test; local
91 test = &tests[testno];
92 printf("T:%s:%u:A\n", test->tag, testno + 1);
93 printf("A:%s\n", test->description);
94 result = test->func();
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild_test.c109 * Internal test cases.
115 atf_tc_set_md_var(tc, "descr", "Tests the test case internal "
162 struct c_o_test *test; local
164 for (test = c_o_tests; test->expargv[0] != NULL; test++) {
165 printf("> Test: %s\n", test->msg);
167 verbose_set_env("ATF_BUILD_CC", test->cc);
168 verbose_set_env("ATF_BUILD_CFLAGS", test->cflags);
169 verbose_set_env("ATF_BUILD_CPPFLAGS", test
192 struct cpp_test *test; local
221 struct cxx_o_test *test; local
[all...]
H A Dmacros_test.c93 * Helper test cases.
99 atf_tc_set_md_var(tc, "descr", "Helper test case"); \
242 struct test { struct
286 struct test { struct
341 struct test { struct
563 struct test { struct
770 * Miscellaneous test cases covering several macros.
801 struct test { struct
847 "Tests that defining an unused test case raises a warning (and thus "
849 "Build of unused_test.c passed; unused test case
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dui_test.cpp42 struct test { struct
108 // TODO(jmmv): Fix the code to pass this test...
362 struct test *t;
455 // Add the test cases for the free functions.
/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c48 test(unsigned int, dns_name_t *, dns_name_t *, dns_name_t *,
85 test(DNS_COMPRESS_NONE, &name1, &name2, &name3, plain, sizeof(plain));
86 test(DNS_COMPRESS_GLOBAL14, &name1, &name2, &name3, plain,
88 test(DNS_COMPRESS_ALL, &name1, &name2, &name3, plain, sizeof(plain));
94 test(unsigned int allowed, dns_name_t *name1, dns_name_t *name2, function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp61 // Auxiliary test cases.
67 set_md_var("descr", "Helper test case");
79 set_md_var("descr", "Helper test case");
91 set_md_var("descr", "Helper test case");
103 set_md_var("descr", "Helper test case");
117 set_md_var("descr", "Helper test case");
132 set_md_var("descr", "Helper test case");
151 set_md_var("descr", "Helper test case");
166 set_md_var("descr", "Helper test case");
185 set_md_var("descr", "Helper test cas
336 struct test { struct
380 struct test { struct
429 struct test { struct
474 struct test { struct
521 struct test { struct
566 struct test { struct
615 struct test { struct
667 struct test { struct
715 struct test { struct
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs_test.c102 struct test { struct
128 struct test *t;
174 struct test { struct
186 struct test *t;
214 struct test { struct
226 struct test *t;
255 struct test { struct
266 struct test *t;
293 struct test { struct
304 struct test *
332 struct test { struct
[all...]

Completed in 676 milliseconds