[lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows
authorStella Stamenova <stilis@microsoft.com>
Thu, 20 Dec 2018 02:22:09 +0000 (02:22 +0000)
committerStella Stamenova <stilis@microsoft.com>
Thu, 20 Dec 2018 02:22:09 +0000 (02:22 +0000)
llvm-svn: 349721

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py

index 23b0dfb..138b328 100644 (file)
@@ -24,9 +24,6 @@ class DataFormatterSynthValueTestCase(TestBase):
         self.line = line_number('main.cpp', 'break here')
 
     @skipIfFreeBSD  # llvm.org/pr20545 bogus output confuses buildbot parser
-    @expectedFailureAll(
-        oslist=["windows"],
-        bugnumber="llvm.org/pr24462, Data formatters have problems on Windows")
     def test_with_run_command(self):
         """Test using Python synthetic children provider to provide a value."""
         self.build()