[Lldb-commits] [lldb] r365991 - [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
Michal Gorny via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 23:24:14 PDT 2019
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()
More information about the lldb-commits
mailing list