[PATCH] D25010: [ELF] - Created new "Invalid" subfolder for testcases.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 28 02:46:18 PDT 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael, davide.
grimar added subscribers: llvm-commits, grimar, evgeny777.
This subfolder just like "linkerscript" subfolder keeps
testcases with invalid input. According to PR30540 it seems
we might have many new ones soon and I suggest to separate them
from regular testcases.
https://reviews.llvm.org/D25010
Files:
test/ELF/Inputs/invalid-binding.elf
test/ELF/Inputs/invalid-cie-version2.elf
test/ELF/Inputs/invalid-data-encoding.a
test/ELF/Inputs/invalid-file-class.a
test/ELF/Inputs/invalid-multiple-eh-relocs.elf
test/ELF/Inputs/invalid-section-index.elf
test/ELF/Inputs/invalid-shentsize-zero.elf
test/ELF/Inputs/invalid-shstrndx.so
test/ELF/Inputs/invalid-symtab-sh_info.elf
test/ELF/Invalid/Inputs/invalid-binding.elf
test/ELF/Invalid/Inputs/invalid-cie-version2.elf
test/ELF/Invalid/Inputs/invalid-data-encoding.a
test/ELF/Invalid/Inputs/invalid-file-class.a
test/ELF/Invalid/Inputs/invalid-multiple-eh-relocs.elf
test/ELF/Invalid/Inputs/invalid-section-index.elf
test/ELF/Invalid/Inputs/invalid-shentsize-zero.elf
test/ELF/Invalid/Inputs/invalid-shstrndx.so
test/ELF/Invalid/Inputs/invalid-symtab-sh_info.elf
test/ELF/Invalid/eh-frame-hdr-no-out.s
test/ELF/Invalid/invalid-elf.test
test/ELF/Invalid/merge-invalid-size.s
test/ELF/eh-frame-hdr-no-out.s
test/ELF/invalid-elf.test
test/ELF/merge-invalid-size.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25010.72786.patch
Type: text/x-patch
Size: 44630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160928/604bf27c/attachment.bin>
More information about the llvm-commits
mailing list