[Lldb-commits] [lldb] r252596 - Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 10 02:33:13 PST 2015
Author: labath
Date: Tue Nov 10 04:33:12 2015
New Revision: 252596
URL: http://llvm.org/viewvc/llvm-project?rev=252596&view=rev
Log:
Mark TestMiInterpreterExec.test_lldbmi_thread_continue as flaky on linux
Modified:
lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py?rev=252596&r1=252595&r2=252596&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/interpreter/TestMiInterpreterExec.py Tue Nov 10 04:33:12 2015
@@ -205,6 +205,7 @@ class MiInterpreterExecTestCase(lldbmi_t
@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."""
More information about the lldb-commits
mailing list