diff options
author | Ed Maste <emaste@freebsd.org> | 2013-08-30 15:35:32 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2013-08-30 15:35:32 +0000 |
commit | 8607c246382054c8d75b84c4ffe23cc5536d053d (patch) | |
tree | af48d260157cdbc3e10339b3e894ea28980ebfdc /lldb/test/python_api/hello_world/TestHelloWorld.py | |
parent | 6f9c7743cd4bf752adaa3fa7d3266861f9c21fba (diff) | |
download | bcm5719-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/python_api/hello_world/TestHelloWorld.py')
-rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index d1e7d89114d..af71dab9572 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -71,7 +71,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_name_api() - @expectedFailureFreeBSD('llvm.org/pr16699') # attach by name not on FreeBSD yet @not_remote_testsuite_ready @python_api_test @dwarf_test |