diff options
author | Pavel Labath <labath@google.com> | 2016-02-22 09:51:32 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-02-22 09:51:32 +0000 |
commit | f92d8db8363c9348e78f245882fa734404e82b85 (patch) | |
tree | 0565b55d445ad6732e3b7d8e1c6addd583b54b34 /lldb/packages/Python/lldbsuite | |
parent | 477e0a326b5709e84c06c9edf63951ba2d610377 (diff) | |
download | bcm5719-llvm-f92d8db8363c9348e78f245882fa734404e82b85.tar.gz bcm5719-llvm-f92d8db8363c9348e78f245882fa734404e82b85.zip |
Mark TestMiBreak.test_lldbmi_break_insert_function_pending as flaky on linux
Test has become flaky again. Attempts to investigate the triggering commit have failed, so I
suspect it was flaky all along..
llvm-svn: 261519
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py index 92cbd56d4e8..f5a221e4b86 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py @@ -17,6 +17,7 @@ class MiBreakTestCase(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/pr24717") def test_lldbmi_break_insert_function_pending(self): """Test that 'lldb-mi --interpreter' works for pending function breakpoints.""" |