[Lldb-commits] [PATCH] D134734: [lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versions
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 27 06:08:46 PDT 2022
Michael137 updated this revision to Diff 463209.
Michael137 added a comment.
- Works on DWARFv3
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134734/new/
https://reviews.llvm.org/D134734
Files:
lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py
Index: lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py
===================================================================
--- lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py
+++ lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py
@@ -14,5 +14,7 @@
"""
import lldbsuite.test.lldbinline as lldbinline
+from lldbsuite.test.decorators import *
-lldbinline.MakeInlineTest(__file__, globals())
+lldbinline.MakeInlineTest(__file__, globals(),
+ [skipIf(dwarf_version=['<', '3'])])
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134734.463209.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220927/34a97681/attachment.bin>
More information about the lldb-commits
mailing list