XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of...
authorPavel Labath <labath@google.com>
Wed, 31 Aug 2016 08:43:40 +0000 (08:43 +0000)
committerPavel Labath <labath@google.com>
Wed, 31 Aug 2016 08:43:40 +0000 (08:43 +0000)
llvm-svn: 280208

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py

index d192c9e..5cee339 100644 (file)
@@ -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()