forked from OSchip/llvm-project
c3193e464c
When running in an ipv6-only environment where `AF_INET` sockets are not available, many lldb tests (mostly gdb remote tests) fail because things like `127.0.0.1` don't work there. Use `localhost` instead of `127.0.0.1` whenever possible, or include a fallback of creating `AF_INET6` sockets when `AF_INET` fails. Reviewed By: labath Differential Revision: https://reviews.llvm.org/D87333 |
||
---|---|---|
.. | ||
linux | ||
CMakeLists.txt | ||
ConnectionFileDescriptorTest.cpp | ||
FileActionTest.cpp | ||
FileSystemTest.cpp | ||
FileTest.cpp | ||
HostInfoTest.cpp | ||
HostTest.cpp | ||
MainLoopTest.cpp | ||
NativeProcessProtocolTest.cpp | ||
ProcessLaunchInfoTest.cpp | ||
SocketAddressTest.cpp | ||
SocketTest.cpp | ||
SocketTestUtilities.cpp | ||
SocketTestUtilities.h |