Home
last modified time | relevance | path

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

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