Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTestUtilities.cpp100 GTEST_LOG_(WARNING) << llvm::formatv( in CheckIPSupport()
112 GTEST_LOG_(WARNING) in CheckIPSupport()
118 GTEST_LOG_(WARNING) << "Continuing anyway. The test will probably fail."; in CheckIPSupport()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestBase.cpp25 GTEST_LOG_(WARNING) << "Cannot access log directory: " << Dir; in getLogFileName()
H A DTestClient.cpp194 GTEST_LOG_(INFO) << "Send Packet: " << message.str(); in SendMessage()
197 GTEST_LOG_(INFO) << "Read Packet: " << response_string; in SendMessage()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc359 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError()
362 GTEST_LOG_(FATAL) << "Error while reading death test internal: " in FailFromInternalError()
490 GTEST_LOG_(FATAL) << "Death test child process reported " in ReadAndInterpretStatusByte()
495 GTEST_LOG_(FATAL) << "Read from death test child process failed: " in ReadAndInterpretStatusByte()
612 GTEST_LOG_(FATAL) in Passed()
1122 GTEST_LOG_(WARNING) << DeathTestThreadWarning(thread_count); in AssumeRole()
H A Dgtest-port.cc1114 GTEST_LOG_(WARNING) in CapturedStream()
1140 GTEST_LOG_(FATAL) << "Failed to open tmp file " << filename_ in GetCapturedString()
1166 GTEST_LOG_(FATAL) << "Only one " << stream_name in CaptureStream()
H A Dgtest.cc194 GTEST_LOG_(FATAL) << "Unable to open file \"" << output_file << "\""; in OpenFileForWriting()
2606 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType()
3601 GTEST_LOG_(FATAL) << "XML output file may not be null"; in XmlUnitTestResultPrinter()
4038 GTEST_LOG_(FATAL) << "JSON output file may not be null"; in JsonUnitTestResultPrinter()
4396 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: " in MakeConnection()
4417 GTEST_LOG_(WARNING) << "stream_result_to: failed to connect to " in MakeConnection()
4514 GTEST_LOG_(ERROR) << "Failed to remove premature exit filepath \"" in ~ScopedPrematureExitFile()
5080 GTEST_LOG_(WARNING) << "WARNING: unrecognized output format \"" in ConfigureXmlOutput()
5096 GTEST_LOG_(WARNING) << "unrecognized streaming target \"" << target in ConfigureStreamingOutput()
5976 GTEST_LOG_(FATAL) << "Unable to open file \"" << GTEST_FLAG(flagfile) in LoadFlagsFromFile()
H A Dgtest-internal-inl.h1093 GTEST_LOG_(WARNING) in Send()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h318 GTEST_LOG_(WARNING) \
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h969 #if !defined(GTEST_LOG_)
971 # define GTEST_LOG_(severity) \ macro
1000 GTEST_LOG_(FATAL) << "Condition " #condition " failed. "
1010 GTEST_LOG_(FATAL) << #posix_call << "failed with error " \
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp290 GTEST_LOG_(INFO) << "Formatted output: " << ss.GetData(); in TEST_F()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h3207 GTEST_LOG_(FATAL) << "BoundSecondMatcher should never be assigned.";