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

/netbsd-6-1-5-RELEASE/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
53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
H A Dfork_test.sh43 -v donefile=$(pwd)/done -r resfile fork_stop &
54 atf_check -s eq:0 -o ignore -e empty grep '^passed$' resfile
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
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...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/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
53 atf_check -s eq:0 -o ignore -e empty grep 'passed' resfile
H A Dfork_test.sh43 -v donefile=$(pwd)/done -r resfile fork_stop &
54 atf_check -s eq:0 -o ignore -e empty grep '^passed$' resfile
H A Dresult_test.sh60 -r resfile result_pass
61 atf_check -o inline:"passed\n" cat resfile
64 -r resfile result_fail
65 atf_check -o inline:"failed: Failure reason\n" cat resfile
68 -r resfile result_skip
69 atf_check -o inline:"skipped: Skipped reason\n" cat resfile
89 -e match:"FATAL ERROR: Cannot create.*'dir/resfile'" \
90 "${h}" -s "${srcdir}" -r dir/resfile result_pass
95 -e match:"ERROR: Cannot create.*'dir/resfile'" \
96 "${h}" -s "${srcdir}" -r dir/resfile result_pas
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/treelang/output/
H A Doutput.exp1 proc test_treelang_output { testname srcfiles infile resfile args } {
7 verbose "Expected output is in $resfile"
8 set id [open $resfile r]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Datf-run.cpp208 const atf::fs::path& resfile)
219 tcr = read_test_case_result(resfile);
235 tcr = read_test_case_result(resfile);
283 tcr = read_test_case_result(resfile);
362 atf::fs::path resfile = resdir.get_path() / "tcr"; local
363 INV(!atf::fs::exists(resfile));
377 resfile = workdir.get_path() / "tcr";
382 resfile, workdir.get_path(), w);
385 config, resfile, workdir.get_path(), w);
390 s.second, resfile);
[all...]
H A Dintegration_test.sh71 resfile=\$(echo \${1} | cut -d r -f 2-)
363 test -f \${resfile} && echo "resfile found"
372 -o not-match:'resfile found' \
388 echo 'line 1' >\${resfile}
389 echo 'line 2' >>\${resfile}
461 echo "failed: Yes, it failed" >\${resfile}
482 echo "passed" >\${resfile}
H A Dtest-program.cpp148 const atf::fs::path& resfile; member in struct:__anon1499::test_case_params
163 resfile(p_resfile),
283 argv.push_back("-r" + params->resfile.str());
685 const atf::fs::path& resfile,
693 metadata, config, resfile, workdir);
680 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
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Datf-run.cpp268 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 Dintegration_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 atf::fs::path& resfile; member in struct:__anon1219::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
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtc.c68 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 Dtp.c198 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument
205 return atf_tc_run(tc, resfile);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtc.c69 const char *resfile; member in struct:context
111 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile) argument
114 ctx->resfile = resfile;
198 create_resfile(const char *resfile, const char *result, const int arg, argument
203 if (strcmp("/dev/stdout", resfile) == 0) {
205 } else if (strcmp("/dev/stderr", resfile) == 0) {
208 const int fd = open(resfile, O_WRONLY | O_CREAT | O_TRUNC,
212 resfile);
276 create_resfile(ctx->resfile, "expected_failur
997 atf_tc_run(const atf_tc_t *tc, const char *resfile) argument
[all...]
H A Dtp.c200 atf_tp_run(const atf_tp_t *tp, const char *tcname, const char *resfile) argument
207 return atf_tc_run(tc, resfile);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-sh/
H A Datf_check_test.sh159 "${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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-sh/
H A Datf_check_test.sh159 "${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
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp277 impl::tc::run(const std::string& resfile)
280 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str());
469 opts.insert(option('r', "resfile", "The file to which the test program "
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dtests.cpp277 impl::tc::run(const std::string& resfile)
280 atf_error_t err = atf_tc_run(&pimpl->m_tc, resfile.c_str());
469 opts.insert(option('r', "resfile", "The file to which the test program "

Completed in 391 milliseconds