diff --git a/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py b/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py --- a/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ b/lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py @@ -7,6 +7,7 @@ class CPPAcceleratorTableTestCase(TestBase): @skipUnlessDarwin @skipIf(debug_info=no_match(["dwarf"])) + @skipIf(dwarf_version=[">=", "5"]) def test(self): """Test that type lookups fail early (performance)""" self.build()