Searched refs:GTEST_LOG_ (Results 1 – 12 of 12) sorted by relevance
365 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError()368 GTEST_LOG_(FATAL) << "Error while reading death test internal: " in FailFromInternalError()497 GTEST_LOG_(FATAL) << "Death test child process reported " in ReadAndInterpretStatusByte()502 GTEST_LOG_(FATAL) << "Read from death test child process failed: " in ReadAndInterpretStatusByte()620 GTEST_LOG_(FATAL) in Passed()1102 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
1102 GTEST_LOG_(WARNING) in CapturedStream()1126 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_ in GetCapturedString()1153 GTEST_LOG_(FATAL) << "Only one " << stream_name in CaptureStream()
218 GTEST_LOG_(FATAL) << "Unable to open file \"" << output_file << "\""; in OpenFileForWriting()580 GTEST_LOG_(ERROR) << "Unknown type parameterized test suit '" in RegisterInstantiation()2788 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()3995 GTEST_LOG_(FATAL) << "XML output file may not be null"; in XmlUnitTestResultPrinter()4519 GTEST_LOG_(FATAL) << "JSON output file may not be null"; in JsonUnitTestResultPrinter()4937 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " in MakeConnection()4958 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " in MakeConnection()5057 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \"" in ~ScopedPrematureExitFile()5638 GTEST_LOG_(WARNING) << "WARNING: unrecognized output format \"" in ConfigureXmlOutput()5643 GTEST_LOG_(ERROR) << "ERROR: alternative output formats require " in ConfigureXmlOutput()[all …]
1098 GTEST_LOG_(WARNING) << "stream_result_to: failed to stream to " in Send()
20 * `GTEST_LOG_(severity)`
317 GTEST_LOG_(WARNING) << "Death tests are not supported on this platform.\n" \
82 GTEST_LOG_(INFO) << "Thread #" << id << " running..."; in ManyAsserts()
725 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH"; in AssertDebugDeathHelper()726 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "") in AssertDebugDeathHelper()728 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH"; in AssertDebugDeathHelper()
199 GTEST_LOG_(INFO) << "Thread #" << i << " running . . ."; in TEST()
2525 GTEST_LOG_(FATAL) << "This should never be reached"; in MatchAndExplain()
1051 #if !defined(GTEST_LOG_)1053 #define GTEST_LOG_(severity) \ macro1083 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "1093 GTEST_LOG_(FATAL) << #posix_call << "failed with error " << gtest_error
3826 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";