]> granicus.if.org Git - llvm/commit
[Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).
authorKai Nacke <kai.nacke@redstar.de>
Fri, 11 Oct 2019 12:50:57 +0000 (12:50 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Fri, 11 Oct 2019 12:50:57 +0000 (12:50 +0000)
commitf84bcd1a4139197f71f7803490426be9965b4a27
tree0c6d92cfc391d5b39a4696a8726a429b6607c06f
parent1699e3d2a027fe84c9eeeafe2f25b412b6ab3483
[Tests] Output of od can be lower or upper case (llvm-objcopy/yaml2obj).

The command `od -t x` is used to dump data in hex format.
The LIT tests assumes that the hex characters are in lowercase.
However, there are also platforms which use uppercase letter.

To solve this issue the tests are updated to use the new
`--ignore-case` option of FileCheck.

Reviewers: Bigcheese, jakehehrlich, rupprecht, espindola, alexshap, jhenderson

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374547 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objcopy/ELF/basic-binary-copy.test
test/tools/llvm-objcopy/ELF/binary-no-paddr.test
test/tools/llvm-objcopy/ELF/binary-paddr.test
test/tools/llvm-objcopy/ELF/binary-segment-layout.test
test/tools/llvm-objcopy/ELF/check-addr-offset-align-binary.test
test/tools/llvm-objcopy/ELF/dump-section.test
test/tools/llvm-objcopy/ELF/preserve-segment-contents.test
test/tools/llvm-objcopy/ELF/strip-all-gnu.test
test/tools/llvm-objcopy/ELF/strip-sections.test
test/tools/yaml2obj/elf-override-shoffset.yaml
test/tools/yaml2obj/elf-override-shsize.yaml