teak-llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server
Pavel Labath f877a0820c Use ipv4 localhost address in lldb-server tests
Since the ipv6 patch, we've experienced occasional flakyness in
lldb-server tests. This was due to the fact that lldb-server was trying
to listen on both v4 and v6 localhost sockets (and consider it a success
if at least one of them succeeded), while the test framework was only
trying to connect to the v4 one.

This change makes sure lldb-server only listens on the v4 socket.

llvm-svn: 316391
2017-10-23 23:15:37 +00:00
..
commandline Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
exit-code Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
inferior-crash Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
platform-process-connect Finish the reformatting of the lldb-server test executables 2017-02-23 10:00:33 +00:00
signal-filtering Add a comment to describe purpose of signal-filtering test 2017-02-28 02:40:34 +00:00
test *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
thread-name Remove HostThreadLinux/Free/NetBSD 2017-03-17 09:51:23 +00:00
.clang-format Reformat inferior's main.cpp in lldb-server test 2017-02-23 09:46:33 +00:00
gdbremote_testcase.py Use ipv4 localhost address in lldb-server tests 2017-10-23 23:15:37 +00:00
lldbgdbserverutils.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
main.cpp Support NetBSD Thread ID in lldb-server tests 2017-02-27 17:52:48 +00:00
Makefile Make sure LldbGdbServerTestCase is built in arm mode to avoid failures due thumb instructions 2016-08-11 10:35:05 +00:00
socket_packet_pump.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TestGdbRemote_qThreadStopInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemote_vCont.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteAttach.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteAuxvSupport.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteExpeditedRegisters.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteHostInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteKill.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteModuleInfo.py Fix test breakage in r280919 2016-09-08 11:09:14 +00:00
TestGdbRemoteProcessInfo.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteRegisterState.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteSingleStep.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestGdbRemoteThreadsInStopReply.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00
TestLldbGdbServer.py Initial patchset to get the testsuite running against armv7 and arm64 iOS devices. 2017-09-25 18:19:39 +00:00