diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2015-07-30 09:09:22 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2015-07-30 09:09:22 +0000 |
| commit | 3e642456987aea2916eafcbe2c8696868aff688e (patch) | |
| tree | 91e69e52a72fdee406037e02af904647e378b57a | |
| parent | f1ffbe7bb3bf280f86a5a7bd5a74717a563bdcee (diff) | |
| download | bcm5719-llvm-3e642456987aea2916eafcbe2c8696868aff688e.tar.gz bcm5719-llvm-3e642456987aea2916eafcbe2c8696868aff688e.zip | |
Mark TestMiBreak as falkey on Linux
llvm-svn: 243628
| -rw-r--r-- | lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py index 36069a3eafd..61d00fa899f 100644 --- a/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py +++ b/lldb/test/tools/lldb-mi/breakpoint/TestMiBreak.py @@ -13,6 +13,7 @@ class MiBreakTestCase(lldbmi_testcase.MiTestCaseBase): @lldbmi_test @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") @skipIfFreeBSD # llvm.org/pr22411: Failure presumably due to known thread races + @expectedFlakeyLinux def test_lldbmi_break_insert_function_pending(self): """Test that 'lldb-mi --interpreter' works for pending function breakpoints.""" |

