[lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for dsym...
authorMichael Buch <michaelbuch12@gmail.com>
Tue, 16 Aug 2022 23:48:45 +0000 (00:48 +0100)
committerMichael Buch <michaelbuch12@gmail.com>
Wed, 17 Aug 2022 14:39:21 +0000 (15:39 +0100)
commit33833c861172b48f317743cf3813af3139302052
tree3a3f5bb8bbc7ded7432a60f8518d944e16c7bb9f
parent656c5d652ce10257e90c7693b34336b6ce0ecfa3
[lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for dsym variant

This test fails for Clang versions < 14.0 for `dsym` variants.
`dsymutil` strips debug info for classes with only static members.
Thus move the failing assertions into the XFAIL test case.

Differential Revision: https://reviews.llvm.org/D132004
lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py