[Lldb-commits] [lldb] r254072 - Enable TestMiBreak on Linux

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 25 08:29:05 PST 2015


Author: labath
Date: Wed Nov 25 10:29:04 2015
New Revision: 254072

URL: http://llvm.org/viewvc/llvm-project?rev=254072&view=rev
Log:
Enable TestMiBreak on Linux

test reliably passed last 100 buildbot runs. Enable it and see what happens.

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=254072&r1=254071&r2=254072&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 Wed Nov 25 10:29:04 2015
@@ -16,7 +16,6 @@ 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
-    @expectedFailureAll("llvm.org/pr24717", oslist=["linux"])
     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