Searched refs:test_case_result (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.hpp45 struct test_case_result { struct in namespace:atf::atf_report
54 test_case_result(const state_enum p_state, const std::string& p_reason) : function in struct:atf::atf_report::test_case_result
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.hpp40 struct test_case_result { struct in namespace:atf::atf_run
46 test_case_result(void) : function in struct:atf::atf_run::test_case_result
53 test_case_result(const std::string& p_state, const int p_value, function in struct:atf::atf_run::test_case_result
101 test_case_result parse_test_case_result(const std::string&);
143 test_case_result read_test_case_result(const atf::fs::path&);
H A Datf-run.cpp100 impl::test_case_result get_test_case_result(const std::string&,
265 impl::test_case_result
273 using impl::test_case_result;
276 test_case_result tcr;
284 return test_case_result("failed", -1, broken_reason);
287 return test_case_result("failed", -1, broken_reason);
292 test_case_result tcr;
297 return test_case_result("failed", -1, "Test case exited "
308 return test_case_result("failed", -1, "Test case was "
315 return test_case_result("faile
[all...]
H A Dtest-program.cpp354 static impl::test_case_result
364 return impl::test_case_result(state, -1, reason);
367 static impl::test_case_result
378 return impl::test_case_result(state, -1, reason);
381 static impl::test_case_result
404 return impl::test_case_result(state, value, reason);
539 impl::test_case_result
673 impl::test_case_result
H A Dtest_program_test.cpp68 const impl::test_case_result& tcr)
927 const impl::test_case_result tcr = impl::read_test_case_result(
936 const impl::test_case_result tcr = impl::read_test_case_result(
967 const impl::test_case_result tcr = impl::read_test_case_result(

Completed in 17 milliseconds