From b1c4b836b954728a2b9aefa8feaba25a47843510 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 31 Aug 2016 08:43:40 +0000 Subject: XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of the problem llvm-svn: 280208 --- .../data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py index d192c9e12a8..5cee339a4f8 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py @@ -17,6 +17,7 @@ class PyObjectSynthProviderTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureAll(oslist=["linux"]) def test_print_array(self): """Test that expr -Z works""" self.build() -- cgit v1.2.3