Lines Matching defs:message
83 #include "gtest/gtest-message.h"
236 // Generates a textual failure message when a death test finds more than
253 << " this is the last message you see before your test times out.";
282 // message is propagated back to the parent process. Otherwise, the
283 // message is simply printed to stderr. In either case, the program
285 static void DeathTestAbort(const std::string& message) {
294 fprintf(parent, "%s", message.c_str());
298 fprintf(stderr, "%s", message.c_str());
337 // Returns the message describing the last system error in errno.
343 // message from the death test child process and log it with the FATAL
344 // severity. On Windows, the message is read from a pipe handle. On other
390 void DeathTest::set_last_death_test_message(const std::string& message) {
391 last_death_test_message_ = message;
568 // reported. Also sets the last death test message string.
1311 // spawn(2) there instead. The function dies with an error message if