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
This commit is contained in:
Ed Maste 2013-08-30 15:35:32 +00:00
parent 6f9c7743cd
commit 8607c24638
2 changed files with 0 additions and 2 deletions

View File

@ -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"""

View File

@ -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