Lines Matching defs:state
166 write_tc_end(const std::string& state, struct timeval* tv,
169 std::string str = m_tpname + ", " + m_tcname + ", " + state;
174 if (state == "failed")
266 write_tc_end(const std::string& state, struct timeval* tv,
273 if (state == "expected_death" || state == "expected_exit" ||
274 state == "expected_failure" || state == "expected_signal" ||
275 state == "expected_timeout") {
279 } else if (state == "failed") {
283 } else if (state == "passed") {
286 } else if (state == "skipped") {
456 write_tc_end(const std::string& state, struct timeval* tv,
461 if (state == "expected_death" || state == "expected_exit" ||
462 state == "expected_failure" || state == "expected_signal" ||
463 state == "expected_timeout") {
464 (*m_os) << "<" << state << ">" << elemval(reason)
465 << "</" << state << ">\n";
466 } else if (state == "passed") {
468 } else if (state == "failed") {
470 } else if (state == "skipped") {
568 got_tc_end(const std::string& state, struct timeval* tv,
573 (*iter)->write_tc_end(state, tv, reason);