Searched refs:got_tc_end (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-report/ |
H A D | reader.hpp | 77 virtual void got_tc_end(const std::string&, struct timeval*,
|
H A D | reader.cpp | 197 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 D | reader_test.cpp | 81 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 D | atf-report.cpp | 571 got_tc_end(const std::string& state, struct timeval* tv, function in class:converter
|
Completed in 14 milliseconds