[all-commits] [llvm/llvm-project] 060b51: [lldb] Make TestBSDArchives a no-debug-info-test

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Jan 21 04:09:49 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 060b51e0524aed6b6cc452baa8eb6d663a580eee
      https://github.com/llvm/llvm-project/commit/060b51e0524aed6b6cc452baa8eb6d663a580eee
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M lldb/test/API/functionalities/archives/TestBSDArchives.py

  Log Message:
  -----------
  [lldb] Make TestBSDArchives a no-debug-info-test

The DSYM variant of this test is failing since D94890. But as we explicitly
try to disable the DSYM generation in the makefile and build the archive on
our own, I don't see why we even need to run the DSYM version of the test.

This patch disables the generated derived versions of this test for the
different debug information containers (which includes the failing DSYM one).




More information about the All-commits mailing list