[all-commits] [llvm/llvm-project] 33833c: [lldb][Tests] Skip static-only tests in TestConstS...

Michael137 via All-commits all-commits at lists.llvm.org
Wed Aug 17 07:39:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33833c861172b48f317743cf3813af3139302052
      https://github.com/llvm/llvm-project/commit/33833c861172b48f317743cf3813af3139302052
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list