Skip to content

Commit 81f5080

Browse files
committed
xfail TestDarwinLogBasic.py for i386 macOS
Tracked by: rdar://28655626 llvm-svn: 283477
1 parent 5e63a04 commit 81f5080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class TestDarwinLogBasic(darwin_log.DarwinLogEventBasedTestBase):
2121

2222
@decorators.add_test_categories(['pyapi'])
2323
@decorators.skipUnlessDarwin
24+
@decorators.expectedFailureAll(archs=["i386"], bugnumber="rdar://28655626")
2425
def test_SBStructuredData_gets_broadcasted(self):
2526
"""Exercise SBStructuredData API."""
2627

0 commit comments

Comments
 (0)