summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-07-30 09:09:22 +0000
committerTamas Berghammer <tberghammer@google.com>2015-07-30 09:09:22 +0000
commit3e642456987aea2916eafcbe2c8696868aff688e (patch)
tree91e69e52a72fdee406037e02af904647e378b57a
parentf1ffbe7bb3bf280f86a5a7bd5a74717a563bdcee (diff)
downloadbcm5719-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.py1
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."""
OpenPOWER on IntegriCloud