[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 b400c6d..dda773e 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):