Searched refs:GTEST_LOG_ (Results 1 – 12 of 12) sorted by relevance
367 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError()370 GTEST_LOG_(FATAL) << "Error while reading death test internal: " in FailFromInternalError()499 GTEST_LOG_(FATAL) << "Death test child process reported " in ReadAndInterpretStatusByte()504 GTEST_LOG_(FATAL) << "Read from death test child process failed: " in ReadAndInterpretStatusByte()622 GTEST_LOG_(FATAL) in Passed()1104 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
1144 GTEST_LOG_(WARNING) in CapturedStream()1168 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_ in GetCapturedString()1195 GTEST_LOG_(FATAL) << "Only one " << stream_name in CaptureStream()
228 GTEST_LOG_(FATAL) << "Unable to open file \"" << output_file << "\""; in OpenFileForWriting()613 GTEST_LOG_(ERROR) << "Unknown type parameterized test suit '" in RegisterInstantiation()2839 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()4044 GTEST_LOG_(FATAL) << "XML output file may not be null"; in XmlUnitTestResultPrinter()4573 GTEST_LOG_(FATAL) << "JSON output file may not be null"; in JsonUnitTestResultPrinter()5032 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " in MakeConnection()5053 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " in MakeConnection()5152 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \"" in ~ScopedPrematureExitFile()5749 GTEST_LOG_(WARNING) << "WARNING: unrecognized output format \"" in ConfigureXmlOutput()5754 GTEST_LOG_(ERROR) << "ERROR: alternative output formats require " in ConfigureXmlOutput()[all …]
1114 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()
729 GTEST_LOG_(INFO) << "Before ASSERT_DEBUG_DEATH"; in AssertDebugDeathHelper()730 ASSERT_DEBUG_DEATH(GTEST_LOG_(INFO) << "In ASSERT_DEBUG_DEATH"; return, "") in AssertDebugDeathHelper()732 GTEST_LOG_(INFO) << "After ASSERT_DEBUG_DEATH"; in AssertDebugDeathHelper()
199 GTEST_LOG_(INFO) << "Thread #" << i << " running . . ."; in TEST()
2834 GTEST_LOG_(FATAL) << "This should never be reached"; in MatchAndExplain()
1059 #if !defined(GTEST_LOG_)1061 #define GTEST_LOG_(severity) \ macro1091 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "1101 GTEST_LOG_(FATAL) << #posix_call << "failed with error " << gtest_error
4034 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";