forked from OSchip/llvm-project
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:
parent
6f9c7743cd
commit
8607c24638
|
@ -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"""
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue