[TestProcessAttach] Decorate with expectedFailureLinux

Summary: Link to PR: llvm.org/pr23360

Test Plan: dotest.py -p TestProcessAttach

Reviewers: sivachandra

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D9310

llvm-svn: 235947
This commit is contained in:
Siva Chandra 2015-04-27 23:56:23 +00:00
parent cc2236f777
commit 0bbe4f2c8e
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class ProcessAttachTestCase(TestBase):
self.process_attach_by_id()
@dwarf_test
@expectedFailureLinux # llvm.org/pr23360
def test_attach_to_process_by_id_with_dwarf(self):
"""Test attach by process id"""
self.buildDwarf()
@ -35,6 +36,7 @@ class ProcessAttachTestCase(TestBase):
self.process_attach_by_name()
@dwarf_test
@expectedFailureLinux # llvm.org/pr23360
def test_attach_to_process_by_name_with_dwarf(self):
"""Test attach by process name"""
self.buildDwarf()