[Lldb-commits] [PATCH] D132004: [lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for dsym variant

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 17 03:28:54 PDT 2022


Michael137 added a comment.

In D132004#3727682 <https://reviews.llvm.org/D132004#3727682>, @aprantl wrote:

> This might be a bit aggressive. If it's easy we could add a `if clang > 14` condition before those last two tests so we don't loose coverage?

Fair point, I moved the assertions to a new XFAIL test-case which is specific to `dsym Clang 14.0` variants


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132004/new/

https://reviews.llvm.org/D132004



More information about the lldb-commits mailing list