[all-commits] [llvm/llvm-project] d08105: [ELF][test] Improve reproduce tests and enable for...

Andrew Ng via All-commits all-commits at lists.llvm.org
Thu Apr 9 08:07:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d08105482e1582fcdf96fca8b179439643c40304
      https://github.com/llvm/llvm-project/commit/d08105482e1582fcdf96fca8b179439643c40304
  Author: Andrew Ng <andrew.ng at sony.com>
  Date:   2020-04-09 (Thu, 09 Apr 2020)

  Changed paths:
    M lld/test/ELF/reproduce-deplibs.s
    M lld/test/ELF/reproduce-error.s
    M lld/test/ELF/reproduce-linkerscript.s
    M lld/test/ELF/reproduce-thin-archive.s
    M lld/test/ELF/reproduce-windows.s
    M lld/test/ELF/reproduce-windows2.s
    M lld/test/ELF/reproduce.s

  Log Message:
  -----------
  [ELF][test] Improve reproduce tests and enable for Windows

This patch changes the reproduce tests so that they no longer extract
the "long" paths of the generated reproduce tar archives. This
extraction prevented them from being run on Windows due to potential
issues relating to the Windows path length limit.

This patch also reduces the use of diff in these tests, as this was
raised as a performance concern in review D77659 and deemed unnecessary.

Differential Revision: https://reviews.llvm.org/D77750




More information about the All-commits mailing list