Searched refs:resfile (Results 1 - 9 of 9) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/test-programs/ |
H A D | config_test.sh | 40 -r resfile config_unset 41 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 44 -r resfile -v 'test=' config_empty 45 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 48 -r resfile -v 'test=foo' config_value 49 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile 52 -r resfile -v \'test=foo bar\' config_multi_value 53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
|
H A D | result_test.sh | 77 -r resfile result_pass 78 atf_check -o inline:"passed\n" cat resfile 81 -r resfile result_fail 82 atf_check -o inline:"failed: Failure reason\n" cat resfile 85 -r resfile result_skip 86 atf_check -o inline:"skipped: Skipped reason\n" cat resfile 106 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \ 107 "${h}" -s "${srcdir}" -r dir/resfile result_pass 112 -e match:"ERROR: Cannot create.*'dir/resfile'" \ 113 "${h}" -s "${srcdir}" -r dir/resfile result_pas [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | atf-run.cpp | 268 const atf::fs::path& resfile) 279 tcr = read_test_case_result(resfile); 295 tcr = read_test_case_result(resfile); 343 tcr = read_test_case_result(resfile); 422 atf::fs::path resfile = resdir.get_path() / "tcr"; local 423 INV(!atf::fs::exists(resfile)); 437 resfile = workdir.get_path() / "tcr"; 442 resfile, workdir.get_path(), w); 447 config, resfile, workdir.get_path(), w); 452 s.second, resfile); [all...] |
H A D | integration_test.sh | 73 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 D | test-program.cpp | 152 const atf::fs::path& resfile; member in struct:__anon234::test_case_params 167 resfile(p_resfile), 320 argv.push_back("-r" + params->resfile.str()); 733 const atf::fs::path& resfile, 741 metadata, config, resfile, workdir); 728 run_test_case(const atf::fs::path& executable, const std::string& test_case_name, const std::string& test_case_part, const atf::tests::vars_map& metadata, const atf::tests::vars_map& config, const atf::fs::path& resfile, const atf::fs::path& workdir, atf_tps_writer& writer) argument
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 68 const char *resfile; member in struct:context 110 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) argument 113 ctx->resfile = resfile; 209 create_resfile(const char *resfile, const char *result, const int arg, argument 214 if (strcmp("/dev/stdout", resfile) == 0) { 216 } else if (strcmp("/dev/stderr", resfile) == 0) { 219 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC, 223 resfile); 287 create_resfile(ctx->resfile, "expected_failur 1008 atf_tc_run(const atf_tc_t *tc, const char *resfile) argument [all...] |
H A D | tp.c | 198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument 205 return atf_tc_run(tc, resfile);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf_check_test.sh | 159 "${h} -r resfile atf_check_equal_fail" 161 resfile 166 "${h} -r resfile atf_check_equal_eval_fail" 168 grep '^failed: \${x} != \${y} (a != b)$' resfile
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.cpp | 278 impl::tc::run(const std::string& resfile) 281 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str()); 470 opts.insert(option('r', "resfile", "The file to which the test program "
|
Completed in 31 milliseconds