Enable TestMiBreak on Linux

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

llvm-svn: 254072
This commit is contained in:
Pavel Labath 2015-11-25 16:29:04 +00:00
parent 04c0401f28
commit 02559bbfd7
1 changed files with 0 additions and 1 deletions

View File

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