This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] - Remove 3 excessive test cases.
ClosedPublic

Authored by grimar on Aug 7 2020, 3:49 AM.

Details

Summary

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)

  1. 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)

  1. 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)

Diff Detail

Event Timeline

grimar created this revision.Aug 7 2020, 3:49 AM
grimar requested review of this revision.Aug 7 2020, 3:49 AM
This revision is now accepted and ready to land.Aug 7 2020, 4:40 AM
This revision was automatically updated to reflect the committed changes.
llvm/test/tools/llvm-readobj/ELF/Inputs/mips-rld-map-rel.elf-mipsel