diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-03-11 15:46:07 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-03-11 15:46:07 +0000 |
commit | 3aa36c9a47f0339e9880049bb40c8c6ca0d63d00 (patch) | |
tree | ec2c45ed1a82df1a2dddd4dc08e572fed861fb3e /lldb/packages/Python/lldbsuite/test/tools | |
parent | 3836a49039450ff1e9c96c6a1dab27cac1d24a24 (diff) | |
download | bcm5719-llvm-3aa36c9a47f0339e9880049bb40c8c6ca0d63d00.tar.gz bcm5719-llvm-3aa36c9a47f0339e9880049bb40c8c6ca0d63d00.zip |
[lldb] [test] Mark a few tests flakey on NetBSD
llvm-svn: 355830
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py index 74d194e6dee..055012e3c41 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/syntax/TestMiSyntax.py @@ -71,6 +71,7 @@ class MiSyntaxTestCase(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 @skipIfDarwin + @expectedFlakeyNetBSD @skipIfRemote # We do not currently support remote debugging via the MI. def test_lldbmi_output_grammar(self): """Test that 'lldb-mi --interpreter' uses standard output syntax.""" |