fdeazeve created this revision. Herald added a project: All. fdeazeve requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits.
D68678 <https://reviews.llvm.org/D68678> added a test that ensure an Apple accelerator lookup is done efficiently. Since these tables are not used for DWARF 5, we should decorate the test appropriately. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D154268 Files: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py Index: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py =================================================================== --- lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ 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()
Index: lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py =================================================================== --- lldb/test/API/lang/cpp/accelerator-table/TestCPPAccelerator.py +++ 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()
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits