From bb3f0ae821ce414181480f028fd3873c31903e1e Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 2 Feb 2016 17:02:58 +0000 Subject: XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX llvm-svn: 259527 --- .../breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite') 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() -- cgit v1.2.3