/bind-9.11.3/bin/tests/system/pending/ |
H A D | tests.sh | 51 expect="10 mail.example." 53 test "$ans" = "$expect" || ret=1 54 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 59 expect="10.0.0.2" 61 test "$ans" = "$expect" || ret=1 62 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 71 expect="10 mail.example.com." 73 test "$ans" = "$expect" || ret=1 74 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 89 expect [all...] |
/bind-9.11.3/lib/isc/tests/ |
H A D | regex_test.c | 36 int expect; member in struct:__anon280 1081 if (((r != 0 && tests[i].expect != -1) || 1082 (r == 0 && tests[i].expect == -1)) && !tests[i].exception) 1085 tests[i].expect == -1 ? "bad" : "good"); 1087 preg.re_nsub != (unsigned int)tests[i].expect && 1091 (unsigned long)preg.re_nsub, tests[i].expect); 1092 tests[i].expect = preg.re_nsub; 1104 if (r != tests[i].expect) 1106 tests[i].expression, r, tests[i].expect); 1107 ATF_CHECK_EQ(r, tests[i].expect); [all...] |
H A D | netaddr_test.c | 29 isc_boolean_t expect; member in struct:__anon279 49 ATF_CHECK_EQ_MSG(result, tests[i].expect,
|
H A D | errno_test.c | 85 isc_result_t result, expect; local 90 expect = testpair[i].result; 91 ATF_CHECK(result == expect);
|
H A D | sockaddr_test.c | 75 isc_boolean_t expect; member in struct:__anon281 92 isc_boolean_t expect; member in struct:__anon282 108 ATF_CHECK_EQ_MSG(r, data4[i].expect, "%s", data4[i].string); 116 ATF_CHECK_EQ_MSG(r, data6[i].expect, "%s", data6[i].string);
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | reader.cpp | 125 tools::parser::token t = parser.expect(text_type, "timestamp"); 218 (void)p.expect(colon_type, "`:'"); 220 tools::parser::token t = p.expect(text_type, "info property name"); 221 (void)p.expect(comma_type, "`,'"); 224 (void)p.expect(nl_type, "new line"); 237 tools::parser::token t = p.expect(tp_start_type, 240 t = p.expect(colon_type, "`:'"); 244 t = p.expect(comma_type, "`,'"); 246 t = p.expect(text_type, "test program name"); 249 t = p.expect(comma_typ [all...] |
H A D | atffile.cpp | 142 p.expect(conf_type, hash_type, prop_type, tp_type, 149 t = p.expect(colon_type, "`:'"); 151 t = p.expect(text_type, "variable name"); 154 t = p.expect(equal_type, "equal sign"); 156 t = p.expect(text_type, "word or quoted string"); 161 t = p.expect(colon_type, "`:'"); 163 t = p.expect(text_type, "property name"); 166 t = p.expect(equal_type, "equale sign"); 168 t = p.expect(text_type, "word or quoted string"); 171 t = p.expect(colon_typ [all...] |
H A D | parser.hpp | 338 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:tools::parser::parser 472 parser< TKZ >::expect(const token_type& t1, function in class:tools::parser::parser 488 parser< TKZ >::expect(const token_type& t1, function in class:tools::parser::parser 505 parser< TKZ >::expect(cons function in class:tools::parser::parser 524 parser< TKZ >::expect(const token_type& t1, function in class:tools::parser::parser 547 parser< TKZ >::expect(const token_type& t1, function in class:tools::parser::parser [all...] |
H A D | config_file.cpp | 167 tools::parser::token t = p.expect(eof_type, hash_type, text_type, 175 t = p.expect(nl_type, "new line"); 179 t = p.expect(equal_type, "equal sign"); 181 t = p.expect(text_type, "word or quoted string"); 184 t = p.expect(nl_type, hash_type, "new line or comment"); 187 t = p.expect(nl_type, "new line");
|
H A D | parser.cpp | 244 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");
|
H A D | test-program.cpp | 500 tools::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 D | atf-report_test.sh | 105 atf_test_case expect 440 atf_add_test_case expect
|
H A D | atf-run_test.sh | 336 atf_test_case expect 340 "expect features" 1100 atf_add_test_case expect
|
/bind-9.11.3/bin/tests/system/statschannel/ |
H A D | tests.sh | 64 cmp traffic.out.x$n traffic.expect.$n || ret=1 68 cmp traffic.out.j$n traffic.expect.$n || ret=1 79 cmp traffic.out.x$n traffic.expect.$n || ret=1 83 cmp traffic.out.j$n traffic.expect.$n || ret=1 95 cmp traffic.out.x$n traffic.expect.$n || ret=1 99 cmp traffic.out.j$n traffic.expect.$n || ret=1 110 cmp traffic.out.x$n traffic.expect.$n || ret=1 114 cmp traffic.out.j$n traffic.expect.$n || ret=1 125 cmp traffic.out.x$n traffic.expect.$n || ret=1 129 cmp traffic.out.j$n traffic.expect [all...] |
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc.c | 67 enum expect_type expect; member in struct:context 111 ctx->expect = EXPECT_PASS; 243 ctx->expect = EXPECT_PASS; /* Ensure fail_requirement really fails. */ 247 /** Ensures that the "expect" state is correct. 249 * Call this function before modifying the current value of expect. 254 if (ctx->expect == EXPECT_DEATH) { 257 } else if (ctx->expect == EXPECT_EXIT) { 260 } else if (ctx->expect == EXPECT_FAIL) { 266 } else if (ctx->expect == EXPECT_PASS) { 268 } else if (ctx->expect [all...] |
/bind-9.11.3/bin/tests/system/coverage/ |
H A D | tests.sh | 33 . $dir/expect
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | lex.h | 301 isc_tokentype_t expect, isc_boolean_t eol);
|
/bind-9.11.3/bin/tests/system/keymgr/ |
H A D | tests.sh | 31 . $dir/expect
|
/bind-9.11.3/lib/isc/ |
H A D | lex.c | 873 isc_tokentype_t expect, isc_boolean_t eol) 879 if (expect == isc_tokentype_qstring) 881 else if (expect == isc_tokentype_number) 893 expect == isc_tokentype_qstring) 895 if (token->type != expect) { 900 if (expect == isc_tokentype_number) 872 isc_lex_getmastertoken(isc_lex_t *lex, isc_token_t *token, isc_tokentype_t expect, isc_boolean_t eol) argument
|
/bind-9.11.3/bin/tests/system/dnssec/ |
H A D | tests.sh | 890 expect="a.example. 893 test "$ans" = "$expect" || ret=1 894 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 907 expect="example. 911 test "$ans" = "$expect" || ret=1 912 test $ret = 0 || echo I:failed, got "'""$ans""'", expected "'""$expect""'" 1593 expect=`$DIG $DIGOPTS +short normalthenrrsig.secure.example. @10.53.0.3 rrsig | grep '^A' ` || ret=1 1594 test "$ans" = "$expect" || ret=1
|