diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-11-15 19:15:43 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-11-15 19:15:43 +0000 |
| commit | ddb573063d4a0b62d007768e3de60fcb21575b26 (patch) | |
| tree | e8e1cae49eeb27d80f427adc38594cf617a1a8cf | |
| parent | 99d8fa92c3991447a5dc3b96dc858f5e8026b970 (diff) | |
| download | bcm5719-llvm-ddb573063d4a0b62d007768e3de60fcb21575b26.tar.gz bcm5719-llvm-ddb573063d4a0b62d007768e3de60fcb21575b26.zip | |
Remove FreeBSD test failure annotations for llvm.org/pr17213
This was a FreeBSD kernel issue, now fixed.
llvm-svn: 194842
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py b/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py index cd0dbe93625..25a9ed15aab 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py @@ -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'.""" |

