[lldb] Un-XFAIL TestFormatters on windows
authorPavel Labath <pavel@labath.sk>
Thu, 18 Feb 2021 15:27:47 +0000 (16:27 +0100)
committerPavel Labath <pavel@labath.sk>
Thu, 18 Feb 2021 17:47:20 +0000 (18:47 +0100)
The test passes after D96779.

lldb/test/API/commands/expression/formatters/TestFormatters.py

index b400c6daa6d066e7a41ea0f8b1c19dc70bcf8c9a..dda773e29e9178b40ddee437362e3625361090af 100644 (file)
@@ -21,7 +21,6 @@ class ExprFormattersTestCase(TestBase):
         self.line = line_number('main.cpp',
                                 '// Stop here')
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
     @skipIfTargetAndroid()  # skipping to avoid crashing the test runner
     @expectedFailureAndroid('llvm.org/pr24691')  # we hit an assertion in clang
     def test(self):