mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-22 19:24:13 +00:00
Remove FreeBSD test failure annotations for llvm.org/pr17213
This was a FreeBSD kernel issue, now fixed. llvm-svn: 194842
This commit is contained in:
parent
99d8fa92c3
commit
ddb573063d
@ -34,14 +34,12 @@ 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'."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user