From 6f38342af139642fadc5d045e4f345c3fda53134 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 5 Jan 2016 14:21:15 +0000 Subject: [PATCH] Mark a test_lldbmi_gdb_set_target_async_on as flaky on linux Test fails in about 1% of buildbot runs. Marking as flaky to avoid the noise. llvm-svn: 256835 --- .../Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py index 7da36fe47399..ab3eb1fb37de 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py @@ -35,6 +35,7 @@ class MiGdbSetShowTestCase(lldbmi_testcase.MiTestCaseBase): @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races + @expectedFlakeyLinux("llvm.org/pr26028") # Fails in ~1% of cases def test_lldbmi_gdb_set_target_async_on(self): """Test that 'lldb-mi --interpreter' can execute commands in async mode."""