[all-commits] [llvm/llvm-project] 27c5a9: [lldb][test] TestConstStaticIntegralMember.py: fix...
Michael Buch via All-commits
all-commits at lists.llvm.org
Tue Nov 14 02:32:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27c5a9bbb01a464bb85624db2d0808f30de7c996
https://github.com/llvm/llvm-project/commit/27c5a9bbb01a464bb85624db2d0808f30de7c996
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
Log Message:
-----------
[lldb][test] TestConstStaticIntegralMember.py: fix on older clang versions
`638a8393615e911b729d5662096f60ef49f1c65e` removed the `dsym`
condition for older compiler versions which caused the `dwarf`
variants tests to XPASS. This patch reverts to only XFAIL-ing
the `dsym` variant.
`15c80852028ff4020b3f85ee13ad3a2ed4bce3be` added
`test_shadowed_static_inline_members` which isn't supported
on older compiler versions.
More information about the All-commits
mailing list