Skip to content

Commit

Permalink
Extend the XFAIL for TestMiBreak
Browse files Browse the repository at this point in the history
the test is occasionally failing on linux for all tested scenarios.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@246956 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
labath committed Sep 7, 2015
1 parent 658fe84 commit e3111b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/lldb-mi/breakpoint/TestMiBreak.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

Expand Down

0 comments on commit e3111b2

Please sign in to comment.