]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Fix broken dwflsyms tests, extend test and add prelink tests.
authorMark Wielaard <mjw@redhat.com>
Fri, 15 Nov 2013 23:11:38 +0000 (00:11 +0100)
committerMark Wielaard <mjw@redhat.com>
Fri, 15 Nov 2013 23:25:33 +0000 (00:25 +0100)
commit68ce4fc85bbf95441e96fedd76c8bd78f76d8da2
tree43e289a7ae1b705e25c9fbf9ba429afb516be1cb
parente31e73969793e5e1f9ee4a9ae2d266f5e6ca435d
tests: Fix broken dwflsyms tests, extend test and add prelink tests.

The two test files that contains minisymtab tables and the expected test
output were wrongly generated. Also prelink tests were missing to check
that a prelinked main ELF file with separate debug or minisyms generated
correctly adjusted symbol values. The dwflsyms test was also extended to
check print and check the result of dwfl_module_relocate_address.

Reported-by: Josh Stone <jistone@redhat.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
tests/ChangeLog
tests/Makefile.am
tests/dwflsyms.c
tests/run-dwflsyms.sh
tests/run-readelf-s.sh
tests/testfilebazdbg_pl.bz2 [new file with mode: 0755]
tests/testfilebazmdb.bz2
tests/testfilebazmin.bz2
tests/testfilebazmin_pl.bz2 [new file with mode: 0755]