diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2016-10-18 15:15:24 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2016-10-18 15:15:24 +0000 |
commit | af6ff2a91bd65ae5ed417314713e24190e428a45 (patch) | |
tree | f293adba9f4271b9df0e08086c076cdcd8fdd41d /lldb/packages/Python/lldbsuite/test | |
parent | c4463c942c0914bc7c9f0bef16b14aef142cedad (diff) | |
download | bcm5719-llvm-af6ff2a91bd65ae5ed417314713e24190e428a45.tar.gz bcm5719-llvm-af6ff2a91bd65ae5ed417314713e24190e428a45.zip |
xfail TestMiSyntax.py's test_lldbmi_output_grammar on macOS
Needs to be investigated. This is failing locally and on the
Xcode CI.
rdar://28805064
llvm-svn: 284484
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-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 7a99c036b3a..02059080f30 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 @@ -88,6 +88,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 + @expectedFailureAll(oslist=["macosx"], bugnumber="rdar://28805064") def test_lldbmi_output_grammar(self): """Test that 'lldb-mi --interpreter' uses standard output syntax.""" |