Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux

llvm-svn: 252596
This commit is contained in:
Pavel Labath 2015-11-10 10:33:12 +00:00
parent 21ce8ecb09
commit bf5210f8ed
1 changed files with 1 additions and 0 deletions

View File

@ -205,6 +205,7 @@ class MiInterpreterExecTestCase(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
@expectedFlakeyLinux("llvm.org/pr25470")
def test_lldbmi_thread_continue(self):
"""Test that 'lldb-mi --interpreter' can continue execution by "thread continue" command."""