Searched defs:got_tc_end (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dreader.cpp197 impl::atf_tps_reader::got_tc_end( function in class:impl::atf_tps_reader
370 ATF_PARSER_CALLBACK(p, got_tc_end("passed", &s3, ""));
387 ATF_PARSER_CALLBACK(p, got_tc_end(state, &s3, reason));
H A Dreader_test.cpp81 got_tc_end(const std::string& state, function in class:tps_reader
86 m_calls.push_back("got_tc_end(" + r + ")");
215 "got_tc_end(passed)",
217 "got_tc_end(skipped, Testing skipped reason)",
219 "got_tc_end(failed, Testing failed reason)",
227 "got_tc_end(passed)",
233 "got_tc_end(skipped, Testing skipped reason)",
239 "got_tc_end(failed, Testing failed reason)",
302 "got_tc_end(passed)",
304 "got_tc_end(skippe
[all...]
H A Datf-report.cpp571 got_tc_end(const std::string& state, struct timeval* tv, function in class:converter

Completed in 58 milliseconds