summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py b/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py
index 5b18647e3fc..85281a97c57 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py
@@ -21,6 +21,7 @@ class TestDarwinLogBasic(darwin_log.DarwinLogEventBasedTestBase):
@decorators.add_test_categories(['pyapi'])
@decorators.skipUnlessDarwin
+ @decorators.expectedFailureAll(archs=["i386"], bugnumber="rdar://28655626")
def test_SBStructuredData_gets_broadcasted(self):
"""Exercise SBStructuredData API."""
OpenPOWER on IntegriCloud