forked from OSchip/llvm-project
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
llvm-svn: 252596
This commit is contained in:
parent
21ce8ecb09
commit
bf5210f8ed
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue