Home
last modified time | relevance | path

Searched refs:GTEST_LOG_ (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc367 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()
H A Dgtest-port.cc1144 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()
H A Dgtest.cc228 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 …]
H A Dgtest-internal-inl.h1114 GTEST_LOG_(WARNING) << "stream_result_to: failed to stream to " in Send()
/freebsd/contrib/googletest/googletest/include/gtest/internal/custom/
H A DREADME.md20 * `GTEST_LOG_(severity)`
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h317 GTEST_LOG_(WARNING) << "Death tests are not supported on this platform.\n" \
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc82 GTEST_LOG_(INFO) << "Thread #" << id << " running..."; in ManyAsserts()
H A Dgoogletest-death-test-test.cc729 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()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_stress_test.cc199 GTEST_LOG_(INFO) << "Thread #" << i << " running . . ."; in TEST()
H A Dgmock-matchers-containers_test.cc2834 GTEST_LOG_(FATAL) << "This should never be reached"; in MatchAndExplain()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1059 #if !defined(GTEST_LOG_)
1061 #define GTEST_LOG_(severity) \ macro
1091 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1101 GTEST_LOG_(FATAL) << #posix_call << "failed with error " << gtest_error
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4034 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";