]> granicus.if.org Git - llvm/commit
[test/Object, obj2yaml] - Move test cases from test/Object and cleanup.
authorGeorge Rimar <grimar@accesssoftek.com>
Fri, 12 Jul 2019 10:29:29 +0000 (10:29 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Fri, 12 Jul 2019 10:29:29 +0000 (10:29 +0000)
commit5da0a32a9a50acccb27b8aa9db73611603120ec0
tree03f72d6a477cde76f161418038c1a6af49e4ff03
parent94d01e5dc0049caec8e9722f9b7472a370bcf06c
[test/Object, obj2yaml] - Move test cases from test/Object and cleanup.

test/Object is not correct place to have tests that check obj2yaml
functionality, because we have test/tools/obj2yaml folder for that.

In this patch I merged a few test cases with their YAMLs from Inputs
folder, converted one of binary inputs and moved them to
tools/obj2yaml folder.

There are still another tests that might need the same, so it is initial step.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365891 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
test/Object/Inputs/COFF/long-file-symbol.yaml [deleted file]
test/Object/Inputs/invalid-reloc.elf-x86-64 [deleted file]
test/Object/obj2yaml-coff-long-file-symbol.test [deleted file]
test/Object/obj2yaml-coff-long-section-name.test [deleted file]
test/Object/obj2yaml-coff-section-aux-symbol.test [deleted file]
test/Object/obj2yaml-coff-weak-external.test [deleted file]
test/Object/obj2yaml-invalid-reloc.test [deleted file]
test/Object/obj2yaml-sectiongroup.test [deleted file]
test/tools/obj2yaml/coff-long-file-symbol.test [new file with mode: 0644]
test/tools/obj2yaml/coff-long-section-name.test [moved from test/Object/Inputs/COFF/long-section-name.yaml with 75% similarity]
test/tools/obj2yaml/coff-section-aux-symbol.test [moved from test/Object/Inputs/COFF/section-aux-symbol.yaml with 54% similarity]
test/tools/obj2yaml/coff-weak-external.test [moved from test/Object/Inputs/COFF/weak-external.yaml with 92% similarity]
test/tools/obj2yaml/no-symbol-reloc.test [new file with mode: 0644]
test/tools/obj2yaml/section-group.test [new file with mode: 0644]