Mark TestDarwinLogBasic.py as an xfail because the logging is

not being picked up; filed <rdar://problem/30645203> to track
the work to investigate this.

llvm-svn: 295804
This commit is contained in:
Jason Molenda 2017-02-22 02:10:00 +00:00
parent 18eafb6c68
commit 38bd8cd04f
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class TestDarwinLogBasic(darwin_log.DarwinLogEventBasedTestBase):
@decorators.add_test_categories(['pyapi'])
@decorators.skipUnlessDarwin
@decorators.expectedFailureAll(archs=["i386"], bugnumber="rdar://28655626")
@decorators.expectedFailureAll(bugnumber="rdar://30645203")
def test_SBStructuredData_gets_broadcasted(self):
"""Exercise SBStructuredData API."""