Searched refs:stderr_tc (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest-program.hpp121 void stderr_tc(const std::string&);
H A Datf-run.cpp127 w.stderr_tc("Test program crashed; attempting to get stack trace");
132 w.stderr_tc("Expected file " + corename.str() + " not found");
147 w.stderr_tc("Execution of " GDB " failed");
155 w.stderr_tc(line);
159 w.stderr_tc("Stack trace complete");
H A Dtest-program.cpp630 impl::atf_tps_writer::stderr_tc(const std::string& line) function in class:impl::atf_tps_writer
711 case 1: m_writer.stderr_tc(line); break;
H A Dtest_program_test.cpp709 w.stderr_tc("an error message");

Completed in 17 milliseconds