[Lldb-commits] [lldb] r259527 - XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 2 09:02:58 PST 2016


Author: labath
Date: Tue Feb  2 11:02:58 2016
New Revision: 259527

URL: http://llvm.org/viewvc/llvm-project?rev=259527&view=rev
Log:
XFAIL TestConsecutiveBreakpoints.test_single_step_thread_specific on OSX

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py?rev=259527&r1=259526&r2=259527&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/breakpoint/consecutive_breakpoints/TestConsecutiveBreakpoints.py Tue Feb  2 11:02:58 2016
@@ -79,6 +79,7 @@ class ConsecutiveBreakpointsTestCase(Tes
         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()




More information about the lldb-commits mailing list