Lines Matching defs:message
88 #include "gtest/gtest-message.h"
242 // Generates a textual failure message when a death test finds more than
259 << " this is the last message you see before your test times out.";
288 // message is propagated back to the parent process. Otherwise, the
289 // message is simply printed to stderr. In either case, the program
291 [[noreturn]] static void DeathTestAbort(const std::string& message) {
300 fprintf(parent, "%s", message.c_str());
304 fprintf(stderr, "%s", message.c_str());
343 // Returns the message describing the last system error in errno.
349 // message from the death test child process and log it with the FATAL
350 // severity. On Windows, the message is read from a pipe handle. On other
397 void DeathTest::set_last_death_test_message(const std::string& message) {
398 last_death_test_message_ = message;
573 // reported. Also sets the last death test message string.
1252 // spawn(2) there instead. The function dies with an error message if