diff options
author | Pavel Labath <labath@google.com> | 2016-08-31 08:43:40 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-08-31 08:43:40 +0000 |
commit | b1c4b836b954728a2b9aefa8feaba25a47843510 (patch) | |
tree | cbf189db9c1e9a90330aaff68ed68dfc143318b0 /lldb/packages/Python/lldbsuite/test | |
parent | b9739d4090da7812e4a3ba2fccc357a76ee80bcb (diff) | |
download | bcm5719-llvm-b1c4b836b954728a2b9aefa8feaba25a47843510.tar.gz bcm5719-llvm-b1c4b836b954728a2b9aefa8feaba25a47843510.zip |
XFail new TestPyObjSynthProvider.py on linux until I can investigate the cause of the problem
llvm-svn: 280208
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |