Lines Matching defs:message
84 #include "gtest/gtest-message.h"
238 // Generates a textual failure message when a death test finds more than
255 << " this is the last message you see before your test times out.";
284 // message is propagated back to the parent process. Otherwise, the
285 // message is simply printed to stderr. In either case, the program
287 [[noreturn]] static void DeathTestAbort(const std::string& message) {
296 fprintf(parent, "%s", message.c_str());
300 fprintf(stderr, "%s", message.c_str());
339 // Returns the message describing the last system error in errno.
345 // message from the death test child process and log it with the FATAL
346 // severity. On Windows, the message is read from a pipe handle. On other
393 void DeathTest::set_last_death_test_message(const std::string& message) {
394 last_death_test_message_ = message;
569 // reported. Also sets the last death test message string.
1286 // spawn(2) there instead. The function dies with an error message if