Searched refs:test_case_result (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/atf/dist/tools/ |
H A D | atf-run.cpp | 94 tools::test_program::test_case_result get_test_case_result( 261 tools::test_program::test_case_result 269 using tools::test_program::test_case_result; in get_test_case_result() 272 test_case_result tcr; in get_test_case_result() 280 return test_case_result("failed", -1, broken_reason); in get_test_case_result() 283 return test_case_result("failed", -1, broken_reason); in get_test_case_result() 288 test_case_result tcr; in get_test_case_result() 293 return test_case_result("failed", -1, "Test case exited " in get_test_case_result() 304 return test_case_result("failed", -1, "Test case was " in get_test_case_result() 311 return test_case_result("failed", -1, "Test case returned an " in get_test_case_result() [all …]
|
H A D | test-program.hpp | 42 struct test_case_result { struct 48 test_case_result(void) : in test_case_result() function 55 test_case_result(const std::string& p_state, const int p_value, in test_case_result() argument 103 test_case_result parse_test_case_result(const std::string&); 147 test_case_result read_test_case_result(const tools::fs::path&);
|
H A D | reader.hpp | 43 struct test_case_result { struct 52 test_case_result(const state_enum p_state, const std::string& p_reason) : in test_case_result() argument
|
H A D | test-program.cpp | 355 static impl::test_case_result 365 return impl::test_case_result(state, -1, reason); in handle_result() 368 static impl::test_case_result 379 return impl::test_case_result(state, -1, reason); in handle_result_with_reason() 382 static impl::test_case_result 405 return impl::test_case_result(state, value, reason); in handle_result_with_reason_and_arg() 540 impl::test_case_result 674 impl::test_case_result
|
H A D | test_program_test.cpp | 69 const impl::test_case_result& tcr) in check_result() 930 const impl::test_case_result tcr = impl::read_test_case_result( in ATF_TEST_CASE_BODY() 939 const impl::test_case_result tcr = impl::read_test_case_result( in ATF_TEST_CASE_BODY() 970 const impl::test_case_result tcr = impl::read_test_case_result( in ATF_TEST_CASE_BODY()
|