summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-07-13 06:24:14 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-07-13 06:24:14 +0000
commit931c2ec9f671df1554ffd75f553a064673b877e4 (patch)
tree4bde26f921988b12af6725102775f721835a425d
parent32e2524a2c51205c0f5ce8dace5e452f00f81926 (diff)
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@365991 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py b/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
index dd12ac198..8548506fd 100644
--- a/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
+++ b/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py
@@ -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()