[all-commits] [llvm/llvm-project] cfd2ee: [llvm-readobj] - Remove 3 excessive test cases.

Georgii Rymar via All-commits all-commits at lists.llvm.org
Sun Aug 9 01:09:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cfd2ee29e0e23fe4174740a97cc001c8b7a21475
      https://github.com/llvm/llvm-project/commit/cfd2ee29e0e23fe4174740a97cc001c8b7a21475
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-08-09 (Sun, 09 Aug 2020)

  Changed paths:
    R llvm/test/tools/llvm-readobj/ELF/Inputs/mips-options.elf-mips64el
    R llvm/test/tools/llvm-readobj/ELF/Inputs/mips-rld-map-rel.elf-mipsel
    R llvm/test/tools/llvm-readobj/ELF/Inputs/ppc64.exe
    R llvm/test/tools/llvm-readobj/ELF/mips-options.test
    R llvm/test/tools/llvm-readobj/ELF/mips-rld-map-rel.test
    R llvm/test/tools/llvm-readobj/ELF/ppc64-glink.test

  Log Message:
  -----------
  [llvm-readobj] - Remove 3 excessive test cases.

This patch does the following:

1) Removes mips-options.test and the corresponding Inputs/mips-options.elf-mips64el binary:
This is a test that checks that --dynamic-table is able to print the DT_MIPS_OPTIONS tag.
We are testing it in dynamic-tags-machine-specific.test already.
(https://github.com/llvm/llvm-project/blob/master/llvm/test/tools/llvm-readobj/ELF/dynamic-tags-machine-specific.test#L235)

2) Removes mips-rld-map-rel.test and the corresponding Inputs/mips-rld-map-rel.elf-mipsel binary.
This is a test that checks that --dynamic-table is able to print the DT_MIPS_RLD_MAP_REL tag.
We are testing it in dynamic-tags-machine-specific.test already.
(https://github.com/llvm/llvm-project/blob/master/llvm/test/tools/llvm-readobj/ELF/dynamic-tags-machine-specific.test#L257)

3) Removes ppc64-glink.test test and the corresponding Inputs/ppc64.exe binary.
This is a test that checks that --dynamic-table is able to print the DT_PPC64_GLINK tag.
We are testing it in dynamic-tags-machine-specific.test already.
(https://github.com/llvm/llvm-project/blob/master/llvm/test/tools/llvm-readobj/ELF/dynamic-tags-machine-specific.test#L337)

Differential revision: https://reviews.llvm.org/D85515




More information about the All-commits mailing list