diff options
author | Pavel Labath <labath@google.com> | 2015-11-10 10:33:12 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-11-10 10:33:12 +0000 |
commit | bf5210f8ed44bda0a4329c9c3b02ab773491781a (patch) | |
tree | 1f5b6d3240738f84c1b2dfeed8cbafa9e561f672 /lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | |
parent | 21ce8ecb09ae59b96fbca75eb595c100d0a4d5c6 (diff) | |
download | bcm5719-llvm-bf5210f8ed44bda0a4329c9c3b02ab773491781a.tar.gz bcm5719-llvm-bf5210f8ed44bda0a4329c9c3b02ab773491781a.zip |
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
llvm-svn: 252596
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py index f424166ad51..93d9f25683b 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py @@ -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.""" |