[Lldb-commits] [lldb] r246956 - Extend the XFAIL for TestMiBreak

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 7 00:58:30 PDT 2015


Author: labath
Date: Mon Sep  7 02:58:29 2015
New Revision: 246956

URL: http://llvm.org/viewvc/llvm-project?rev=246956&view=rev
Log:
Extend the XFAIL for TestMiBreak

the test is occasionally failing on linux for all tested scenarios.

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=246956&r1=246955&r2=246956&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py (original)
+++ lldb/trunk/test/tools/lldb-mi/breakpoint/TestMiBreak.py Mon Sep  7 02:58:29 2015
@@ -13,7 +13,7 @@ class MiBreakTestCase(lldbmi_testcase.Mi
     @lldbmi_test
     @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"], compiler="clang", archs=["i386"])
+    @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