[Lldb-commits] [lldb] r295804 - Mark TestDarwinLogBasic.py as an xfail because the logging is

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 21 18:10:01 PST 2017


Author: jmolenda
Date: Tue Feb 21 20:10:00 2017
New Revision: 295804

URL: http://llvm.org/viewvc/llvm-project?rev=295804&view=rev
Log:
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.

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

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py?rev=295804&r1=295803&r2=295804&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/darwin_log/basic/TestDarwinLogBasic.py Tue Feb 21 20:10:00 2017
@@ -22,6 +22,7 @@ class TestDarwinLogBasic(darwin_log.Darw
     @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."""
 




More information about the lldb-commits mailing list