Author: stella.stamenova
Date: Wed Dec 19 18:22:09 2018
New Revision: 349721

URL: http://llvm.org/viewvc/llvm-project?rev=349721&view=rev
Log:
[lldbsuite] Un-xfail TestDataFormatterSynthVal on Windows

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

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py?rev=349721&r1=349720&r2=349721&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
 Wed Dec 19 18:22:09 2018
@@ -24,9 +24,6 @@ class DataFormatterSynthValueTestCase(Te
         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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to