Searched refs:resfile (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/unit/atf-src/test-programs/
H A Dconfig_test.sh36 -r resfile config_unset
37 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
40 -r resfile -v 'test=' config_empty
41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
44 -r resfile -v 'test=foo' config_value
45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
48 -r resfile -v \'test=foo bar\' config_multi_value
49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
H A Dresult_test.sh73 -r resfile result_pass
74 atf_check -o inline:"passed\n" cat resfile
77 -r resfile result_fail
78 atf_check -o inline:"failed: Failure reason\n" cat resfile
81 -r resfile result_skip
82 atf_check -o inline:"skipped: Skipped reason\n" cat resfile
102 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \
103 "${h}" -s "${srcdir}" -r dir/resfile result_pass
108 -e match:"ERROR: Cannot create.*'dir/resfile'" \
109 "${h}" -s "${srcdir}" -r dir/resfile result_pas
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Datf-run.cpp271 const tools::fs::path& resfile)
282 tcr = read_test_case_result(resfile);
298 tcr = read_test_case_result(resfile);
346 tcr = read_test_case_result(resfile);
425 tools::fs::path resfile = resdir.get_path() / "tcr"; local
426 assert(!tools::fs::exists(resfile));
440 resfile = workdir.get_path() / "tcr";
446 resfile, workdir.get_path(), w);
452 config, resfile, workdir.get_path(), w);
457 get_test_case_result(s.first, s.second, resfile);
[all...]
H A Datf-run_test.sh73 resfile=\$(echo \${1} | cut -d r -f 2-)
377 test -f \${resfile} && echo "resfile found"
387 -o not-match:'resfile found' \
403 echo 'line 1' >\${resfile}
404 echo 'line 2' >>\${resfile}
478 echo "failed: Yes, it failed" >\${resfile}
500 echo "passed" >\${resfile}
H A Dtest-program.cpp152 const tools::fs::path& resfile; member in struct:__anon341::test_case_params
167 resfile(p_resfile),
320 argv.push_back("-r" + params->resfile.str());
733 const tools::fs::path& resfile,
741 metadata, config, resfile, workdir);
728 run_test_case(const tools::fs::path& executable, const std::string& test_case_name, const std::string& test_case_part, const vars_map& metadata, const vars_map& config, const tools::fs::path& resfile, const tools::fs::path& workdir, atf_tps_writer& writer) argument
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c64 const char *resfile; member in struct:context
106 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) argument
109 ctx->resfile = resfile;
205 create_resfile(const char *resfile, const char *result, const int arg, argument
210 if (strcmp("/dev/stdout", resfile) == 0) {
212 } else if (strcmp("/dev/stderr", resfile) == 0) {
215 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC,
219 resfile);
283 create_resfile(ctx->resfile, "expected_failur
1006 atf_tc_run(const atf_tc_t *tc, const char *resfile) argument
[all...]
H A Dtp.c194 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument
201 return atf_tc_run(tc, resfile);
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf_check_test.sh155 "${h} -r resfile atf_check_equal_fail"
157 resfile
162 "${h} -r resfile atf_check_equal_eval_fail"
164 grep '^failed: \${x} != \${y} (a != b)$' resfile
/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests.cpp293 impl::tc::run(const std::string& resfile)
296 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str());
527 run_tc(tc_vector& tcs, const std::string& tcarg, const atf::fs::path& resfile) argument
545 tc->run(resfile.str());
562 atf::fs::path resfile("/dev/stdout");
578 resfile = atf::fs::path(::optarg);
627 errcode = run_tc(tcs, argv[0], resfile);

Completed in 34 milliseconds