diff options
| author | Michal Gorny <mgorny@gentoo.org> | 2019-07-08 16:16:07 +0000 |
|---|---|---|
| committer | Michal Gorny <mgorny@gentoo.org> | 2019-07-08 16:16:07 +0000 |
| commit | 10c96cabc17e57c32534fa4c5e9c22bc8c6aaaa0 (patch) | |
| tree | 60dce5c272efbb4c79b0e52e00a984249f340a76 /lldb/packages/Python/lldbsuite/test/python_api/formatters | |
| parent | b152f9f392d42e1c8e29f382f876480631575190 (diff) | |
| download | bcm5719-llvm-10c96cabc17e57c32534fa4c5e9c22bc8c6aaaa0.tar.gz bcm5719-llvm-10c96cabc17e57c32534fa4c5e9c22bc8c6aaaa0.zip | |
[lldb] [test] Update NetBSD XFAILs in test suite
llvm-svn: 365338
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, 1 insertions, 0 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 8548506fdc4..dd12ac198cd 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py @@ -22,6 +22,7 @@ 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() |

