From bf5210f8ed44bda0a4329c9c3b02ab773491781a Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 10 Nov 2015 10:33:12 +0000 Subject: [PATCH] Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux llvm-svn: 252596 --- .../test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py | 1 + 1 file changed, 1 insertion(+) 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 f424166ad519..93d9f25683b0 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."""