[lldbsuite] Un-xfail TestPyObjSynthProvider on Windows
authorStella Stamenova <stilis@microsoft.com>
Wed, 13 Mar 2019 16:53:53 +0000 (16:53 +0000)
committerStella Stamenova <stilis@microsoft.com>
Wed, 13 Mar 2019 16:53:53 +0000 (16:53 +0000)
One of Davide's changes yesterday fixed the behavior on Windows, so the test is now passing.

llvm-svn: 356065

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

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