[Lldb-commits] [PATCH] D154268: [lldb] Skip apple accelerator table test in DWARF 5 mode
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 3 05:36:28 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG379b59d1b0f3: [lldb] Skip apple accelerator table test in DWARF 5 mode (authored by fdeazeve).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154268/new/
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()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154268.536729.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230703/946282eb/attachment.bin>
More information about the lldb-commits
mailing list