Searched refs:fail (Results 1 - 25 of 53) sorted by relevance

123

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity.c43 fail(const char *fmt, ...) function
65 fail("Invariant check failed at %s:%d: %s", file, line, cond);
71 fail("Precondition check failed at %s:%d: %s", file, line, cond);
77 fail("Postcondition check failed at %s:%d: %s", file, line, cond);
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dfail_helper.cpp39 fail("This always fails");
/bind-9.6-ESV-R11/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp44 ATF_TEST_CASE(fail); variable
46 ATF_TEST_CASE_HEAD(fail)
51 ATF_TEST_CASE_BODY(fail)
83 ATF_ADD_TEST_CASE(tcs, fail);
H A Dh_tp_basic_sh.sh40 atf_test_case fail
74 atf_add_test_case fail
H A Dh_tp_basic_c.c44 ATF_TC(fail); variable
45 ATF_TC_HEAD(fail, tc)
49 ATF_TC_BODY(fail, tc)
78 ATF_TP_ADD_TC(tp, fail);
/bind-9.6-ESV-R11/bin/tests/system/checknames/
H A Dsetup.sh19 cp ns1/fail.example.db.in ns1/fail.example.db
23 cp ns1/fail.update.db.in ns1/fail.update.db
H A Dtests.sh28 echo "I: check for failure from on zone load for 'check-names fail;' ($n)"
30 $DIG $DIGOPTS fail.example. @10.53.0.1 a > dig.out.ns1.test$n || ret=1
32 grep 'xx_xx.fail.example: bad owner name (check-names)' ns1/named.run > /dev/null || ret=1
88 echo "I: check that updates to 'check-names fail;' are rejected ($n)"
93 update add xxx_xxx.fail.update. 600 A 10.10.10.1
97 $DIG $DIGOPTS xxx_xxx.fail.update @10.53.0.1 A > dig.out.ns1.test$n || ret=1
98 grep "xxx_xxx.fail.update/A: bad owner name (check-names)" ns1/named.run > /dev/null || ret=1
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetrrset.c156 goto fail;
164 goto fail;
170 goto fail;
187 goto fail;
193 goto fail;
208 goto fail;
221 goto fail;
229 goto fail;
239 goto fail;
247 goto fail;
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros.hpp96 #define ATF_FAIL(reason) atf::tests::tc::fail(reason)
107 atf::tests::tc::fail(atfu_ss.str()); \
117 atf::tests::tc::fail(atfu_ss.str()); \
133 atf::tests::tc::fail(atfu_ss.str()); \
144 atf::tests::tc::fail(atfu_ss.str()); \
150 atf::tests::tc::fail(atfu_ss.str()); \
155 atf::tests::tc::fail(atfu_ss.str()); \
166 atf::tests::tc::fail(atfu_ss.str()); \
173 atf::tests::tc::fail(atfu_ss.str()); \
179 atf::tests::tc::fail(atfu_s
[all...]
H A Dtests.hpp109 static void fail(const std::string&) ATF_DEFS_ATTRIBUTE_NORETURN;
H A Dtests_test.cpp76 tc.fail("Constructed string differs from the expected one");
H A Dmacros_test.cpp300 ATF_TEST_CASE(fail); variable
301 ATF_TEST_CASE_HEAD(fail)
305 ATF_TEST_CASE_BODY(fail)
780 ATF_ADD_TEST_CASE(tcs, fail);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c312 goto fail; \
321 goto fail; \
332 goto fail;
340 goto fail;
345 goto fail;
352 goto fail;
365 goto fail;
373 goto fail;
390 goto fail;
395 goto fail;
[all...]
H A Dlookup.c113 goto fail;
119 goto fail;
125 goto fail;
136 goto fail;
148 fail:
H A Dspnego_asn1.c189 #define FORW if(e) goto fail; p += l; len -= l; ret += l; POST(p); POST(len); POST(ret)
204 fail:
282 fail:
382 fail:
601 fail:
828 fail:
H A Dacache.c548 goto fail;
621 fail:
1499 goto fail;
1521 fail:
1599 goto fail;
1605 goto fail;
1614 goto fail;
1627 goto fail;
1632 goto fail;
1654 fail
[all...]
/bind-9.6-ESV-R11/bin/tests/system/zonechecks/
H A Dtests.sh81 echo "I: checking that we detect a NS which looks like a A record (fail)"
82 if $CHECKZONE -n fail . a.db > a.out 2>&1
123 echo "I: checking that we detect a NS which looks like a AAAA record (fail)"
124 if $CHECKZONE -n fail . aaaa.db > aaaa.out 2>&1
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns1/
H A Dnamed.conf51 zone "fail.example" {
53 file "fail.example.db";
54 check-names fail;
71 zone "fail.update" {
73 file "fail.update.db";
75 check-names fail;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtext.hpp145 if (!ss.eof() || (ss.eof() && (ss.fail() || ss.bad())))
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns3/
H A Dnamed.conf31 check-names response fail;
/bind-9.6-ESV-R11/contrib/sdb/tcl/
H A Dtcldb.c132 goto fail;
170 fail:
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
705 fail = ISC_FALSE;
707 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
708 fail = check = ISC_TRUE;
710 fail = check = ISC_FALSE;
714 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMESFAIL, fail);
853 fail = ISC_FALSE;
855 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
856 fail = check = ISC_TRUE;
858 fail
[all...]
H A Dlwresd.c329 goto fail;
341 goto fail;
354 goto fail;
394 goto fail;
404 fail:
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dmisc_helpers.cpp143 fail("testvar variable not defined");
192 fail("The stdin of the test case does not seem to be /dev/zero; "
221 if (get_config_var("state") == "fail")
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dcpp_helpers.cpp101 fail("Some reason");
115 fail("The failure");
126 expect_fail("And fail again");
138 expect_fail("Will not fail");
141 expect_fail("And fail again");

Completed in 36 milliseconds

123