diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-01-24 19:35:57 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-01-24 19:35:57 +0000 |
| commit | cf7304a201f7f4bbe3389d772f57a22548504600 (patch) | |
| tree | 4f480b8e915208b2dc4a948bf1ad527712b47cbc | |
| parent | 633dcdc52d0832cd756db350103d457e5448ddf8 (diff) | |
| download | bcm5719-llvm-cf7304a201f7f4bbe3389d772f57a22548504600.tar.gz bcm5719-llvm-cf7304a201f7f4bbe3389d772f57a22548504600.zip | |
PR14426 (breakpoint hit count incorrect) is resolved.
llvm-svn: 173362
| -rw-r--r-- | lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py b/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py index 786588bdfea..0074aaa09c8 100644 --- a/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py +++ b/lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py @@ -34,21 +34,18 @@ class BreakpointConditionsTestCase(TestBase): self.buildDsym() self.breakpoint_conditions_python() - @expectedFailureLinux # bugzilla 14426 @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() - @expectedFailureLinux # bugzilla 14426 @dwarf_test def test_breakpoint_condition_inline_with_dwarf_and_run_command(self): """Exercise breakpoint condition inline with 'breakpoint set'.""" self.buildDwarf() self.breakpoint_conditions(inline=True) - @expectedFailureLinux # bugzilla 14426 @python_api_test @dwarf_test def test_breakpoint_condition_with_dwarf_and_python_api(self): |

