test: Add @expectedFailureFreeBSD decorator

llvm.org/pr17213 Expression evaluation fails on FreeBSD in some cases

llvm-svn: 190622
This commit is contained in:
Ed Maste 2013-09-12 18:37:42 +00:00
parent e8677ef5ca
commit 16a4d8c15d
1 changed files with 2 additions and 0 deletions

View File

@ -34,12 +34,14 @@ class BreakpointConditionsTestCase(TestBase):
self.buildDsym()
self.breakpoint_conditions_python()
@expectedFailureFreeBSD('llvm.org/pr17213')
@dwarf_test
def test_breakpoint_condition_with_dwarf_and_run_command(self):
"""Exercise breakpoint condition with 'breakpoint modify -c <expr> id'."""
self.buildDwarf()
self.breakpoint_conditions()
@expectedFailureFreeBSD('llvm.org/pr17213')
@dwarf_test
def test_breakpoint_condition_inline_with_dwarf_and_run_command(self):
"""Exercise breakpoint condition inline with 'breakpoint set'."""