diff options
author | Stella Stamenova <stilis@microsoft.com> | 2019-03-13 16:53:53 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2019-03-13 16:53:53 +0000 |
commit | 823d9f3cdf168a8e3aa19cc57f67464faeeae60f (patch) | |
tree | 0ff0c59013fea2a7f37bbe03a76881a463d67222 /lldb/packages/Python/lldbsuite/test/functionalities | |
parent | d9aa879b67ed1ed4667072b7365c52142a68b8f5 (diff) | |
download | bcm5719-llvm-823d9f3cdf168a8e3aa19cc57f67464faeeae60f.tar.gz bcm5719-llvm-823d9f3cdf168a8e3aa19cc57f67464faeeae60f.zip |
[lldbsuite] Un-xfail TestPyObjSynthProvider on Windows
One of Davide's changes yesterday fixed the behavior on Windows, so the test is now passing.
llvm-svn: 356065
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 1 |
1 files changed, 0 insertions, 1 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 ba50ccd0ae5..5e01f4e1cbb 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 @@ -19,7 +19,6 @@ class PyObjectSynthProviderTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) NO_DEBUG_INFO_TESTCASE = True - @expectedFailureAll(oslist=["windows"]) def test_print_array(self): """Test that expr -Z works""" self.build() |