[Lldb-commits] [lldb] r261519 - Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 22 01:51:33 PST 2016


Author: labath
Date: Mon Feb 22 03:51:32 2016
New Revision: 261519

URL: http://llvm.org/viewvc/llvm-project?rev=261519&view=rev
Log:
Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linux

Test has become flaky again. Attempts to investigate the triggering commit have failed, so I
suspect it was flaky all along..

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py?rev=261519&r1=261518&r2=261519&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py Mon Feb 22 03:51:32 2016
@@ -17,6 +17,7 @@ class MiBreakTestCase(lldbmi_testcase.Mi
 
     @skipIfWindows #llvm.org/pr24452: Get lldb-mi tests working on Windows
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @expectedFlakeyLinux("llvm.org/pr24717")
     def test_lldbmi_break_insert_function_pending(self):
         """Test that 'lldb-mi --interpreter' works for pending function breakpoints."""
 




More information about the lldb-commits mailing list