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

/freebsd-11-stable/contrib/atf/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...]
/freebsd-11-stable/contrib/atf/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
1004 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);
/freebsd-11-stable/contrib/atf/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
/freebsd-11-stable/contrib/atf/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 112 milliseconds