summaryrefslogtreecommitdiffstats
path: root/lldb/packages
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-11-01 18:50:34 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-11-01 18:50:34 +0000
commit419019956872e6099fefff1da619b117e5444c69 (patch)
tree9c2865442b221eff0100800384d9ff601daad62b /lldb/packages
parent7d07ae7c8574cc15051f814ad03a08b137e521d5 (diff)
downloadbcm5719-llvm-419019956872e6099fefff1da619b117e5444c69.tar.gz
bcm5719-llvm-419019956872e6099fefff1da619b117e5444c69.zip
change ProcessAttach test to no-debug-info
Fixes: https://bugs.swift.org/browse/SR-3103 llvm-svn: 285726
Diffstat (limited to 'lldb/packages')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py
index 6a366b69d93..716d0d4f5bc 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py
@@ -19,6 +19,8 @@ class ProcessAttachTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ NO_DEBUG_INFO_TESTCASE = True
+
@skipIfiOSSimulator
def test_attach_to_process_by_id(self):
"""Test attach by process id"""
OpenPOWER on IntegriCloud