diff options
author | Pavel Labath <labath@google.com> | 2016-02-02 17:02:58 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-02-02 17:02:58 +0000 |
commit | bb3f0ae821ce414181480f028fd3873c31903e1e (patch) | |
tree | 1da9e443167cd5ae80c71bda1e277d28138ba7df /lldb/packages/Python/lldbsuite/test | |
parent | c65a4d8d45349ca318652b688b0f2f2a0e5e48d3 (diff) | |
download | bcm5719-llvm-bb3f0ae821ce414181480f028fd3873c31903e1e.tar.gz bcm5719-llvm-bb3f0ae821ce414181480f028fd3873c31903e1e.zip |
XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX
llvm-svn: 259527
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py index d2bd9f2812d..8aa1ee75ef0 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py @@ -79,6 +79,7 @@ class ConsecutiveBreakpointsTestCase(TestBase): self.finish_test() @no_debug_info_test + @expectedFailureDarwin(bugnumber="llvm.org/pr26441") def test_single_step_thread_specific(self): """Test that single step stops, even though the second breakpoint is not valid.""" self.prepare_test() |