Extend the XFAIL for TestMiBreak

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

llvm-svn: 246956
This commit is contained in:
Pavel Labath 2015-09-07 07:58:29 +00:00
parent 7f658edd61
commit 53159c9b78
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class MiBreakTestCase(lldbmi_testcase.MiTestCaseBase):
@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."""