diff options
author | Pavel Labath <labath@google.com> | 2016-01-05 14:21:15 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-05 14:21:15 +0000 |
commit | 6f38342af139642fadc5d045e4f345c3fda53134 (patch) | |
tree | f96e87fdd936b14632fddb0ff9abee22d3b7981b /lldb/packages/Python/lldbsuite/test | |
parent | 307a3ba3b3c291e17f047d8a6606c1a36cb31eb4 (diff) | |
download | bcm5719-llvm-6f38342af139642fadc5d045e4f345c3fda53134.tar.gz bcm5719-llvm-6f38342af139642fadc5d045e4f345c3fda53134.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/TestMiGdbSetShow.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 7da36fe4739..ab3eb1fb37d 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.""" |