Author: mgorny
Date: Fri Jul 12 23:24:14 2019
New Revision: 365991

URL: http://llvm.org/viewvc/llvm-project?rev=365991&view=rev
Log:
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD

Modified:
    
lldb/trunk/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py?rev=365991&r1=365990&r2=365991&view=diff
==============================================================================
--- 
lldb/trunk/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
 (original)
+++ 
lldb/trunk/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
 Fri Jul 12 23:24:14 2019
@@ -22,7 +22,6 @@ class SBFormattersAPITestCase(TestBase):
         self.line = line_number('main.cpp', '// Set break point at this line.')
 
     @add_test_categories(['pyapi'])
-    @expectedFailureNetBSD
     def test_formatters_api(self):
         """Test Python APIs for working with formatters"""
         self.build()


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

Reply via email to