diff options
Diffstat (limited to 'lldb/test/API/python_api')
| -rw-r--r-- | lldb/test/API/python_api/section/TestSectionAPI.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/python_api/section/TestSectionAPI.py b/lldb/test/API/python_api/section/TestSectionAPI.py index b874a78..faad1ba 100644 --- a/lldb/test/API/python_api/section/TestSectionAPI.py +++ b/lldb/test/API/python_api/section/TestSectionAPI.py @@ -53,6 +53,7 @@ class SectionAPITestCase(TestBase): @no_debug_info_test @skipIfXmlSupportMissing + @skipIfZLIBSupportMissing def test_compressed_section_data(self): exe = self.getBuildArtifact("compressed-sections.out") self.yaml2obj("compressed-sections.yaml", exe) |
