From: Stella Stamenova Date: Wed, 13 Mar 2019 16:53:53 +0000 (+0000) Subject: [lldbsuite] Un-xfail TestPyObjSynthProvider on Windows X-Git-Tag: llvmorg-10-init~10068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=823d9f3cdf168a8e3aa19cc57f67464faeeae60f;p=platform%2Fupstream%2Fllvm.git [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 --- 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()