Searched defs:tcr (Results 1 - 2 of 2) sorted by relevance
| /bind-9.11.3/unit/atf-src/tools/ |
| H A D | atf-run.cpp | 279 test_case_result tcr; local 282 tcr = read_test_case_result(resfile); 284 if (tcr.state() == "expected_timeout") { 285 return tcr; 295 test_case_result tcr; local 298 tcr = read_test_case_result(resfile); 305 if (tcr.state() == "expected_death") { 306 return tcr; 307 } else if (tcr.state() == "expected_exit") { 308 if (tcr 343 test_case_result tcr; local 456 tools::test_program::test_case_result tcr = local [all...] |
| H A D | test_program_test.cpp | 69 const impl::test_case_result& tcr) 71 ATF_REQUIRE_EQ(exp_state, tcr.state()); 72 ATF_REQUIRE_EQ(exp_value, tcr.value()); 73 ATF_REQUIRE_EQ(exp_reason, tcr.reason()); 930 const impl::test_case_result tcr = impl::read_test_case_result( local 932 ATF_REQUIRE_EQ("failed", tcr.state()); 933 ATF_REQUIRE_EQ("foo bar", tcr.reason()); 939 const impl::test_case_result tcr = impl::read_test_case_result( local 941 ATF_REQUIRE_EQ("skipped", tcr.state()); 942 ATF_REQUIRE_EQ("baz bar", tcr 68 check_result(const char* exp_state, const int exp_value, const char* exp_reason, const impl::test_case_result& tcr) argument 970 const impl::test_case_result tcr = impl::read_test_case_result( local [all...] |
Completed in 16 milliseconds