[lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versions
authorMichael Buch <michaelbuch12@gmail.com>
Tue, 27 Sep 2022 13:00:24 +0000 (14:00 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Tue, 27 Sep 2022 13:09:12 +0000 (14:09 +0100)
commitc97e5adbf7c44ba5c46ec14712d3d8ee8b45aac9
treea1ac0ab593c13e6ffce7b00fbbe5f93dca494fed
parentd1baed7c9c8341c43c696cce1b7ec846c21b0b45
[lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versions

With older DWARF versions we don't encode the enum's underlying
type in DWARF. In those cases LLDB sign-extends the bitfield as
a signed integer. Without the actual enum type being present in
DWARF there's not much we can do.

Differential Revision: https://reviews.llvm.org/D134734
lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py