From 823d9f3cdf168a8e3aa19cc57f67464faeeae60f Mon Sep 17 00:00:00 2001 From: Stella Stamenova Date: Wed, 13 Mar 2019 16:53:53 +0000 Subject: [PATCH] [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 --- .../data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py | 1 - 1 file changed, 1 deletion(-) 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 ba50ccd..5e01f4e 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() -- 2.7.4