summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2017-02-22 02:10:00 +0000
committerJason Molenda <jmolenda@apple.com>2017-02-22 02:10:00 +0000
commit38bd8cd04f0ae676b463129986c14ad35a4b3476 (patch)
treefc62e1916686b3b04271eeb1291039b73bb8e34c /lldb/packages/Python/lldbsuite
parent18eafb6c688fbef06a133fd6fe5d523a546f6477 (diff)
downloadbcm5719-llvm-38bd8cd04f0ae676b463129986c14ad35a4b3476.tar.gz
bcm5719-llvm-38bd8cd04f0ae676b463129986c14ad35a4b3476.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-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 85281a97c57..f65b1b89d35 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
@@ -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."""
OpenPOWER on IntegriCloud