summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2017-03-02 11:36:14 +0000
committerPavel Labath <labath@google.com>2017-03-02 11:36:14 +0000
commitebe25fb845d6f4f2058a743e2f6721b1d6a78f87 (patch)
treedf3bc8a8d5705413da1ec24b528ef8a1c380dc53 /lldb/packages/Python/lldbsuite/test
parent339794851503c3754c8c25b0abaf0ef887a6a100 (diff)
downloadbcm5719-llvm-ebe25fb845d6f4f2058a743e2f6721b1d6a78f87.tar.gz
bcm5719-llvm-ebe25fb845d6f4f2058a743e2f6721b1d6a78f87.zip
Fix flakyness in TestGdbRemoteHostInfo
this test was using the VPATH hack to avoid having a copy of the inferior source code. This makes the test fail if in happens to run concurrently with a test in the parent folder. Fix that by moving it up to the parent. llvm-svn: 296741
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py (renamed from lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py)0
-rw-r--r--lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/Makefile10
2 files changed, 0 insertions, 10 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
index 5089ee85773..5089ee85773 100644
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/TestGdbRemoteHostInfo.py
+++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteHostInfo.py
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/Makefile b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/Makefile
deleted file mode 100644
index 1370b53b5a6..00000000000
--- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/host-info/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-LEVEL = ../../../make
-
-VPATH = ..
-
-override CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
-ENABLE_THREADS := YES
-CXX_SOURCES := main.cpp
-MAKE_DSYM :=NO
-
-include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud