[Lldb-commits] [lldb] r243628 - Mark TestMiBreak as falkey on Linux

Tamas Berghammer tberghammer at google.com
Thu Jul 30 02:09:22 PDT 2015


Author: tberghammer
Date: Thu Jul 30 04:09:22 2015
New Revision: 243628

URL: http://llvm.org/viewvc/llvm-project?rev=243628&view=rev
Log:
Mark TestMiBreak as falkey on Linux

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

Modified: lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py?rev=243628&r1=243627&r2=243628&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py (original)
+++ lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py Thu Jul 30 04:09:22 2015
@@ -13,6 +13,7 @@ class MiBreakTestCase(lldbmi_testcase.Mi
     @lldbmi_test
     @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
     @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races
+    @expectedFlakeyLinux
     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