diff options
author | Michal Gorny <mgorny@gentoo.org> | 2019-07-13 06:24:14 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2019-07-13 06:24:14 +0000 |
commit | 1447b60eeb2b3026a0c96bef052843a71002d617 (patch) | |
tree | 039021236461c64ad85db9ef158bc11a4e75ad20 /lldb/packages/Python/lldbsuite/test/python_api/formatters | |
parent | 1a6053ebc61cb0b8146f5ca27b74859a9a91e0a3 (diff) | |
download | bcm5719-llvm-1447b60eeb2b3026a0c96bef052843a71002d617.tar.gz bcm5719-llvm-1447b60eeb2b3026a0c96bef052843a71002d617.zip |
[lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
llvm-svn: 365991
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/formatters')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py index dd12ac198cd..8548506fdc4 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py +++ b/lldb/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() |