Home
last modified time | relevance | path

Searched refs:stderr_path (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/kyua-cli/dist/engine/
H A Dtest_case.cpp402 const fs::path& stderr_path) in debug_test_case() argument
426 result_file.file(), stdout_path, stderr_path, in debug_test_case()
432 hooks.got_stderr(stderr_path); in debug_test_case()
441 hooks.got_stderr(stderr_path); in debug_test_case()
/netbsd/external/bsd/kyua-cli/dist/engine/drivers/
H A Ddebug_test.cpp124 const fs::path& stderr_path) in drive() argument
138 stdout_path, stderr_path); in drive()
/netbsd/external/bsd/atf/dist/atf-c++/
H A Dcheck_test.cpp263 err.reset(new atf::fs::path(r->stderr_path())); in ATF_TEST_CASE_BODY()
341 const std::string err1 = r1->stderr_path(); in ATF_TEST_CASE_BODY()
342 const std::string err2 = r2->stderr_path(); in ATF_TEST_CASE_BODY()
H A Dcheck.hpp114 const std::string stderr_path(void) const;
H A Dcheck.cpp97 impl::check_result::stderr_path(void) const in stderr_path() function in impl::check_result
/netbsd/external/bsd/atf/dist/atf-sh/
H A Datf-check.cpp579 cat_file(atf::fs::path(cr.stderr_path())); in run_status_check()
751 atf::fs::path(r.stderr_path()), "stderr"); in run_output_checks()