Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer
authorVince Harron <vince@nethacker.com>
Thu, 21 May 2015 18:54:12 +0000 (18:54 +0000)
committerVince Harron <vince@nethacker.com>
Thu, 21 May 2015 18:54:12 +0000 (18:54 +0000)
commit65f9916370f8464a0dc06cf3273fcd1ddb6d79e8
tree883273a3bd931473ba4b57a600cb87c40bc360f4
parent1f160377ae873383ec3378f55dafa755ed3832cd
Fixed intermittent failures in TestGdbRemote*/TestLldbGdbServer

test/tools/lldb-server/commandline/Test* were actually executing in
their parent directory. This looks fine at first because they aren't
compiling an inferior executable.

Unfortunately, they still call "make clean" during their cleanup,
which is likely causing all kinds of havok in tests running in the
parent directory

Differential Revision: http://reviews.llvm.org/D9869

llvm-svn: 237932
14 files changed:
lldb/test/tools/lldb-server/TestGdbRemoteAttach.py
lldb/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py
lldb/test/tools/lldb-server/TestGdbRemoteExpeditedRegisters.py
lldb/test/tools/lldb-server/TestGdbRemoteKill.py
lldb/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
lldb/test/tools/lldb-server/TestGdbRemoteRegisterState.py
lldb/test/tools/lldb-server/TestGdbRemoteSingleStep.py
lldb/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
lldb/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
lldb/test/tools/lldb-server/TestGdbRemote_vCont.py
lldb/test/tools/lldb-server/TestLldbGdbServer.py
lldb/test/tools/lldb-server/commandline/TestStubReverseConnect.py
lldb/test/tools/lldb-server/commandline/TestStubSetSID.py
lldb/test/tools/lldb-server/gdbremote_testcase.py