[Lldb-commits] [lldb] r280208 - XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of the problem
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Aug 31 01:43:41 PDT 2016
Author: labath
Date: Wed Aug 31 03:43:40 2016
New Revision: 280208
URL: http://llvm.org/viewvc/llvm-project?rev=280208&view=rev
Log:
XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of the problem
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py?rev=280208&r1=280207&r2=280208&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py Wed Aug 31 03:43:40 2016
@@ -17,6 +17,7 @@ class PyObjectSynthProviderTestCase(Test
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureAll(oslist=["linux"])
def test_print_array(self):
"""Test that expr -Z works"""
self.build()
More information about the lldb-commits
mailing list