[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
Fri Jun 30 15:03:17 PDT 2023
fdeazeve updated this revision to Diff 536450.
fdeazeve added a comment.
Herald added a subscriber: JDevlieghere.
fix typo in commit message
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.536450.patch
Type: text/x-patch
Size: 548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230630/efa35eba/attachment.bin>
More information about the lldb-commits
mailing list