diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-05-15 20:03:31 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-05-15 20:03:31 +0000 |
commit | 11b515ac0af15e0646bde5a7bf2b0f8867bfbff6 (patch) | |
tree | e1e1f5d73d0f2d7a7b7b58a65e16446358237583 /lldb/packages/Python/lldbsuite/test | |
parent | 47241aaff70bcf2dbc535465c2d8075ae5c6ee44 (diff) | |
download | bcm5719-llvm-11b515ac0af15e0646bde5a7bf2b0f8867bfbff6.tar.gz bcm5719-llvm-11b515ac0af15e0646bde5a7bf2b0f8867bfbff6.zip |
[lldb] [test] Skip one more TestMiBreak on NetBSD
llvm-svn: 360800
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/breakpoint/TestMiBreak.py | 2 |
1 files changed, 1 insertions, 1 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 106215b532c..eefc13feca4 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 @@ -304,7 +304,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 @skipIfRemote # We do not currently support remote debugging via the MI. - @expectedFlakeyNetBSD + @skipIfNetBSD def test_lldbmi_break_enable_disable(self): """Test that 'lldb-mi --interpreter' works for enabling / disabling breakpoints.""" |