HomeSort by: relevance | last modified time | path
    Searched defs:got_tc_end (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
reader.cpp 195 impl::atf_tps_reader::got_tc_end( function in class:impl::atf_tps_reader
368 ATF_PARSER_CALLBACK(p, got_tc_end("passed", &s3, ""));
385 ATF_PARSER_CALLBACK(p, got_tc_end(state, &s3, reason));
reader_test.cpp 79 got_tc_end(const std::string& state, function in class:tps_reader
84 m_calls.push_back("got_tc_end(" + r + ")");
213 "got_tc_end(passed)",
215 "got_tc_end(skipped, Testing skipped reason)",
217 "got_tc_end(failed, Testing failed reason)",
225 "got_tc_end(passed)",
231 "got_tc_end(skipped, Testing skipped reason)",
237 "got_tc_end(failed, Testing failed reason)",
300 "got_tc_end(passed)",
302 "got_tc_end(skipped, Testing skipped reason)"
    [all...]
atf-report.cpp 567 got_tc_end(const std::string& state, struct timeval* tv, function in class:converter

Completed in 69 milliseconds