Searched refs:expect (Results 1 - 14 of 14) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/pending/
H A Dtests.sh59 expect="10 mail.example."
61 test "$ans" = "$expect" || ret=1
62 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
67 expect="10.0.0.2"
69 test "$ans" = "$expect" || ret=1
70 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
79 expect="10 mail.example.com."
81 test "$ans" = "$expect" || ret=1
82 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
97 expect
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp126 atf::parser::token t = parser.expect(text_type, "timestamp");
219 (void)p.expect(colon_type, "`:'");
221 atf::parser::token t = p.expect(text_type, "info property name");
222 (void)p.expect(comma_type, "`,'");
225 (void)p.expect(nl_type, "new line");
238 atf::parser::token t = p.expect(tp_start_type,
241 t = p.expect(colon_type, "`:'");
245 t = p.expect(comma_type, "`,'");
247 t = p.expect(text_type, "test program name");
250 t = p.expect(comma_typ
[all...]
H A Dintegration_test.sh105 atf_test_case expect
439 atf_add_test_case expect
/bind-9.6-ESV-R11/contrib/zkt/
H A Ddomaincmp.c309 int expect; local
318 expect = ex[i].res;
319 if ( expect < 0 )
321 else if ( expect > 0 )
331 if ( res < 0 && expect < 0 || res > 0 && expect > 0 || res == 0 && expect == 0 )
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datffile.cpp137 p.expect(conf_type, hash_type, prop_type, tp_type,
144 t = p.expect(colon_type, "`:'");
146 t = p.expect(text_type, "variable name");
149 t = p.expect(equal_type, "equal sign");
151 t = p.expect(text_type, "word or quoted string");
156 t = p.expect(colon_type, "`:'");
158 t = p.expect(text_type, "property name");
161 t = p.expect(equal_type, "equale sign");
163 t = p.expect(text_type, "word or quoted string");
166 t = p.expect(colon_typ
[all...]
H A Dconfig.cpp168 atf::parser::token t = p.expect(eof_type, hash_type, text_type,
176 t = p.expect(nl_type, "new line");
180 t = p.expect(equal_type, "equal sign");
182 t = p.expect(text_type, "word or quoted string");
185 t = p.expect(nl_type, hash_type, "new line or comment");
188 t = p.expect(nl_type, "new line");
H A Dtest-program.cpp500 atf::parser::token t = p.expect(text_type, "property name");
508 t = p.expect(colon_type, "`:'");
510 t = p.expect(nl_type, "new line");
513 t = p.expect(eof_type, nl_type, text_type, "property name, new "
525 t = p.expect(text_type, "property name");
H A Dintegration_test.sh336 atf_test_case expect
340 "expect features"
1100 atf_add_test_case expect
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dparser.hpp338 expect(const token_type&,
342 expect(const token_type&,
347 expect(const token_type&,
353 expect(const token_type&,
360 expect(const token_type&,
370 expect(const token_type&,
457 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser
472 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser
488 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser
505 parser< TKZ >::expect(cons function in class:atf::parser::parser
524 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser
547 parser< TKZ >::expect(const token_type& t1, function in class:atf::parser::parser
[all...]
H A Dparser.cpp244 impl::token t = p.expect(text_type, nl_type, "a header name");
251 t = p.expect(colon_type, "`:'");
253 t = p.expect(text_type, "a textual value");
259 t = p.expect(eof_type, semicolon_type, nl_type,
264 t = p.expect(text_type, "an attribute name");
267 t = p.expect(equal_type, "`='");
269 t = p.expect(text_type, "word or quoted string");
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dtc.c71 enum expect_type expect; member in struct:context
115 ctx->expect = EXPECT_PASS;
247 ctx->expect = EXPECT_PASS; /* Ensure fail_requirement really fails. */
251 /** Ensures that the "expect" state is correct.
253 * Call this function before modifying the current value of expect.
258 if (ctx->expect == EXPECT_DEATH) {
261 } else if (ctx->expect == EXPECT_EXIT) {
264 } else if (ctx->expect == EXPECT_FAIL) {
270 } else if (ctx->expect == EXPECT_PASS) {
272 } else if (ctx->expect
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlex.h310 isc_tokentype_t expect, isc_boolean_t eol);
/bind-9.6-ESV-R11/lib/isc/
H A Dlex.c797 isc_tokentype_t expect, isc_boolean_t eol)
803 if (expect == isc_tokentype_qstring)
805 else if (expect == isc_tokentype_number)
817 expect == isc_tokentype_qstring)
819 if (token->type != expect) {
824 if (expect == isc_tokentype_number)
796 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh554 expect="a.example.
557 test "$ans" = "$expect" || ret=1
558 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
571 expect="example.
575 test "$ans" = "$expect" || ret=1
576 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'"
1048 expect=`$DIG $DIGOPTS +short normalthenrrsig.secure.example. @10.53.0.3 rrsig | grep '^A' ` || ret=1
1049 test "$ans" = "$expect" || ret=1

Completed in 35 milliseconds