summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into dwarfMark Wielaard2012-06-061-0/+102
|\ | | | | | | | | Signed-off-by: Richard Fontana <[email protected]> Signed-off-by: Mark Wielaard <[email protected]>
| * TESTS_ENVIRONMENT set LC_ALL and LANG to C.Mark Wielaard2012-05-111-0/+4
| | | | | | | | | | | | Some tests rely on sort order and output of tools that might be localized. Reported-by: Paweł Sikora <[email protected]>
| * tests/low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.Mark Wielaard2012-05-071-0/+4
| | | | | | | | | | GCC < 4.7 had a bug where no code CUs got a highpc == lowpc. Allow that, because it is not the main purpose of this test.
| * dwarf_highpc: Handle DW_AT_high_pc being a constant offset from DW_AT_low_pc.Mark Wielaard2012-04-281-0/+8
| |
| * Removed old libdwarf test show-ciefde.Mark Wielaard2012-04-261-0/+6
| |
| * Add new run-unstrip-n.sh test for RHBZ#805447 fixed in commit 210c2f.Mark Wielaard2012-04-031-0/+7
| |
| * elf32_offscn.c: Do not match SHT_NOBITS sections at OFFSET.Mark Wielaard2012-04-021-0/+7
| | | | | | | | | | | | readelf -d doesn't work if a SHT_NOBITS section is right before the actual .dynamic section at the same offset. elflint also fails on such binaries. So skip SHT_NOBITS sections at the same offset in [g]elf[32|64]_offscn().
| * Fix bug using dwarf_next_unit to iterate over .debug_typesTom Tromey2012-03-211-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libdw_findcu.c (findcu_cb): Move earlier. (__libdw_intern_next_unit): Add new CU to search tree here... (__libdw_findcu): ... not here. * typeiter.c: New file. * run-typeiter.sh: New file. * testfile59.bz2: New file. * Makefile.am (noinst_PROGRAMS): Add typeiter. (TESTS): Add run-typeiter.sh. (EXTRA_DIST): Add run-typeiter.sh, testfile59.bz2. (typeiter_LDADD): New variable. If you call dwarf_next_unit to iterate over .debug_types, then call dwarf_offdie_types, you can see a failure if some earlier call happened to call __libdw_intern_next_unit via dwarf_formref_die. What happens is that __libdw_intern_next_unit updates the Dwarf's next_tu_offset, but does not add the TU to the TU search tree. So, the call to dwarf_offdie_types does not find the TU in the tree, and will not search any more, causing a failure. This fix changes __libdw_intern_next_unit to add the TU to the search tree, rather than relying on __libdw_findcu to do it.
| * run-alldts.sh: testrun ./alldts.Kurt Roeckx2012-02-241-0/+4
| |
| * test-subr.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.Roland McGrath2012-02-211-0/+1
| |
| * test-wrapper.sh: Add ${libdir}/elfutils to LD_LIBRARY_PATH.Roland McGrath2012-02-211-0/+4
| |
| * Don't set LD_LIBRARY_PATH explicitly for command run inside test case.Roland McGrath2012-01-181-0/+8
| |
| * Clean up byte order handling in md5 and sha1 code.Roland McGrath2011-07-091-0/+10
| |
| * Add missing test wrappers to Makefile.am (EXTRA_DIST).Mark Wielaard2011-05-301-0/+5
| |
| * Add hello_s390.ko testcase to run-strip-reloc.sh.Mark Wielaard2011-05-241-0/+6
| | | | | | | | | | This new test PASSes, but looking at the size results will show --reloc-debug-sections isn't making a huge difference for this case.
| * strip: Add --reloc-debug-sections option.Mark Wielaard2011-05-231-0/+10
| |
| * strip: Handle SHT_GROUP sections better.Mark Wielaard2011-05-191-0/+8
| |
* | Merge branch 'master' into dwarfMark Wielaard2011-05-031-1/+8
|\| | | | | | | | | Conflicts: tests/Makefile.am: New tests merged.
| * New test for ebl_dynamic_tag_name.Marek Polacek2011-03-301-1/+8
| |
* | Merge branch 'master' into dwarfMark Wielaard2011-03-231-0/+15
|\| | | | | | | | | | | | | | | Conflicts: libdw/ChangeLog src/readelf.c tests/ChangeLog tests/Makefile.am
| * New test for dwarf_getstring.Marek Polacek2011-03-071-0/+6
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/elfutilsRoland McGrath2011-03-031-0/+4
| |\
| | * BUILT_RPATH vs BUILD_RPATH fixup.Mark Wielaard2011-02-251-0/+4
| | | | | | | | | | | | * tests/Makefile.am (BUILD_RPATH): Be consistent in naming.
| * | Fix readelf --debug-dump=loc crash on multiple input files.Jan Kratochvil2011-02-271-0/+5
| |/
* | Put the slow dwarfcmp tests last.Roland McGrath2011-02-241-0/+4
| |
* | Merge commit 'elfutils-0.152' into dwarfRoland McGrath2011-02-151-0/+8
|\|
| * run-prelink-addr-test.sh: Add a .dynbss+.bss prelink splitJosh Stone2011-02-021-0/+8
| |
* | Merge commit 'elfutils-0.151' into dwarfRoland McGrath2011-01-121-0/+43
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Undo last change for data-only tests, so we test PT_DYNAMIC digging too.Roland McGrath2011-01-121-1/+1
| |
| * run-prelink-addr-test.sh: Make symlinks to find .debug files corresponding ↵Roland McGrath2011-01-121-1/+6
| | | | | | | | to noshdrs files.
| * Add data-only prelink testsJosh Stone2011-01-121-0/+7
| |
| * Expand testfile53 for 32/64-bitJosh Stone2011-01-121-0/+9
| |
| * Expand testfile52 for 32/64-bit and stripped headersJosh Stone2011-01-121-0/+12
| |
| * Test cases for libdwfl vs prelink.Josh Stone2011-01-101-0/+10
| |
* | Run run-dwarflint-self.sh with new dwarflint/dwarflint location.Mark Wielaard2010-08-191-0/+4
| |
* | Merge commit 'elfutils-0.148' into dwarfRoland McGrath2010-07-011-0/+4
|\| | | | | | | | | | | | | Conflicts: libdw/Makefile.am libdw/libdwP.h src/readelf.c
| * Fix unstrip for modifying file in place.Roland McGrath2010-06-141-0/+4
| |
* | Merge commit 'elfutils-0.147' into dwarfRoland McGrath2010-06-171-0/+5
|\|
| * Fix tests/addrcfi error reporting.Roland McGrath2010-04-221-0/+5
| |
* | Merge commit 'elfutils-0.146' into dwarfRoland McGrath2010-04-211-0/+15
|\| | | | | | | | | Conflicts: tests/Makefile.am
| * Add missing file for dist.Roland McGrath2010-04-141-0/+4
| |
| * Adjust expected error message text from libelf.Ulrich Drepper2010-04-101-0/+4
| |
| * Testcase for elf_getdata/elf_flagdata on NOBITS sectionPetr Machata2010-04-061-0/+7
| |
* | Merge commit 'origin/master' into dwarfRoland McGrath2010-02-231-0/+6
|\| | | | | | | | | Conflicts: libdw/Makefile.am
| * Clean up and consolidate automake magic to reduce duplication and to work ↵Roland McGrath2010-02-151-0/+2
| | | | | | | | with --disable-dependency-tracking.
| * Fix -Wshadow warning in asm-tst9.Roland McGrath2010-02-151-0/+4
| |
* | run-dwarfcmp-self.sh: Move the hairiest/largest cases to last.Roland McGrath2009-12-131-0/+4
| |
* | print-die.cc: Grok --refs-shared-cu, --refs-shared-file options to share the ↵Roland McGrath2009-09-161-0/+5
| | | | | | | | refs_map across CUs or across files.
* | Fiddle stats output.Roland McGrath2009-08-281-0/+6
| |
* | Split out dwarfcmp -T tests into dwarfcmp-test binary.Roland McGrath2009-08-271-0/+6
| |