Home
last modified time | relevance | path

Searched refs:resfile (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/bsd/atf/dist/test-programs/
H A Dconfig_test.sh40 -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
H A Dresult_test.sh77 -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
107 "${h}" -s "${srcdir}" -r dir/resfile result_pass
113 "${h}" -s "${srcdir}" -r dir/resfile result_pass
/netbsd/external/bsd/atf/dist/tools/
H A Datf-run.cpp264 const tools::fs::path& resfile) in get_test_case_result()
275 tcr = read_test_case_result(resfile); in get_test_case_result()
291 tcr = read_test_case_result(resfile); in get_test_case_result()
339 tcr = read_test_case_result(resfile); in get_test_case_result()
438 assert(!tools::fs::exists(resfile)); in run_test_program()
452 resfile = workdir.get_path() / "tcr"; in run_test_program()
458 resfile, workdir.get_path(), w); in run_test_program()
475 if (tools::fs::exists(resfile)) in run_test_program()
476 tools::fs::remove(resfile); in run_test_program()
479 if (tools::fs::exists(resfile)) in run_test_program()
[all …]
H A Datf-run_test.sh73 resfile=\$(echo \${1} | cut -d r -f 2-)
377 test -f \${resfile} && echo "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.cpp151 const tools::fs::path& resfile; member
166 resfile(p_resfile), in test_case_params()
321 argv.push_back("-r" + params->resfile.str()); in run_test_case_child()
734 const tools::fs::path& resfile, in run_test_case() argument
742 metadata, config, resfile, workdir); in run_test_case()
/netbsd/external/bsd/atf/dist/atf-c/
H A Dtc.c68 const char *resfile; member
117 ctx->resfile = resfile; in context_init()
218 if (strcmp("/dev/stdout", resfile) == 0) { in create_resfile()
220 } else if (strcmp("/dev/stderr", resfile) == 0) { in create_resfile()
227 resfile); in create_resfile()
291 create_resfile(ctx->resfile, "expected_failure", -1, reason); in expected_failure()
301 create_resfile(ctx->resfile, "failed", -1, reason); in fail_requirement()
336 create_resfile(ctx->resfile, "passed", -1, NULL); in pass()
349 create_resfile(ctx->resfile, "skipped", -1, reason); in skip()
1020 atf_tc_run(const atf_tc_t *tc, const char *resfile) in atf_tc_run() argument
[all …]
H A Dtp.c198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) in atf_tp_run() argument
205 return atf_tc_run(tc, resfile); in atf_tp_run()
/netbsd/external/bsd/atf/dist/atf-sh/
H A Datf_check_test.sh161 resfile
168 grep '^failed: \${x} != \${y} (a != b)$' resfile
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dglobals.h195 const char *resfile; member
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp277 impl::tc::run(const std::string& resfile) in run()
280 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str()); in run()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h239 DString resfile; member
H A Dglobals.d261 const(char)[] resfile;
H A Djson.d944 requiredProperty("resourceFile", global.params.resfile); in generateBuildInfo()