We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e63a04 commit 81f5080Copy full SHA for 81f5080
lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py
@@ -21,6 +21,7 @@ class TestDarwinLogBasic(darwin_log.DarwinLogEventBasedTestBase):
21
22
@decorators.add_test_categories(['pyapi'])
23
@decorators.skipUnlessDarwin
24
+ @decorators.expectedFailureAll(archs=["i386"], bugnumber="rdar://28655626")
25
def test_SBStructuredData_gets_broadcasted(self):
26
"""Exercise SBStructuredData API."""
27
0 commit comments