forked from OSchip/llvm-project
Add annotation for failure from new Attach/Resume test case on FreeBSD
llvm-svn: 205427
This commit is contained in:
parent
6d69168ffd
commit
e7f59bb04d
|
@ -14,6 +14,7 @@ class AttachResumeTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@expectedFailureFreeBSD('llvm.org/pr19310')
|
||||
@dwarf_test
|
||||
def test_attach_continue_interrupt_detach(self):
|
||||
"""Test attach/continue/interrupt/detach"""
|
||||
|
|
Loading…
Reference in New Issue