summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/process_attach/TestProcessAttach.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-08-30 15:35:32 +0000
committerEd Maste <emaste@freebsd.org>2013-08-30 15:35:32 +0000
commit8607c246382054c8d75b84c4ffe23cc5536d053d (patch)
treeaf48d260157cdbc3e10339b3e894ea28980ebfdc /lldb/test/functionalities/process_attach/TestProcessAttach.py
parent6f9c7743cd4bf752adaa3fa7d3266861f9c21fba (diff)
downloadbcm5719-llvm-8607c246382054c8d75b84c4ffe23cc5536d053d.tar.gz
bcm5719-llvm-8607c246382054c8d75b84c4ffe23cc5536d053d.zip
Attach by name tests now pass on FreeBSD
A FreeBSD implementation of Host::FindProcesses was added in r189295. Contrary to my earlier report of failing tests it seems all attach by name tests now pass. http://www.llvm.org/pr16699 llvm-svn: 189680
Diffstat (limited to 'lldb/test/functionalities/process_attach/TestProcessAttach.py')
-rw-r--r--lldb/test/functionalities/process_attach/TestProcessAttach.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/process_attach/TestProcessAttach.py b/lldb/test/functionalities/process_attach/TestProcessAttach.py
index 732f2a63292..6e33eaa342e 100644
--- a/lldb/test/functionalities/process_attach/TestProcessAttach.py
+++ b/lldb/test/functionalities/process_attach/TestProcessAttach.py
@@ -32,7 +32,6 @@ class ProcessAttachTestCase(TestBase):
self.buildDsym()
self.process_attach_by_name()
- @expectedFailureFreeBSD('llvm.org/pr16699')
@dwarf_test
def test_attach_to_process_by_name_with_dwarf(self):
"""Test attach by process name"""
OpenPOWER on IntegriCloud