Imported Upstream version 0.160
[platform/upstream/elfutils.git] / tests / ChangeLog
index 276462c..dce6ebe 100644 (file)
@@ -1,3 +1,732 @@
+2014-06-15  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace.c (frame_callback): Error on seeing more than 16 frames.
+
+2014-06-13  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace.c (callback_verify): Accept "__libc_do_syscall" as first
+       frame symname.
+
+2014-06-13  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-subr.sh (check_native_unsupported): New function.
+       (check_native): Call it.
+       (check_native_core): Likewise.
+       * run-backtrace-dwarf.sh: Likewise.
+
+2014-06-11  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace.c (main): Check that Dwfl was attached by calling
+       dwfl_pid and printing the error when it is not.
+
+2014-05-18  Mark Wielaard  <mjw@redhat.com>
+
+       * testfile-backtrace-demangle.cc (cxxfunc): Make non-static.
+       (f): Likewise.
+       * testfile-backtrace-demangle.bz2: Regenerate.
+       * testfile-backtrace-demangle.core.bz2: Likewise.
+
+2014-05-02  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS): run-readelf-dwz-multi.sh and
+       run-allfcts-multi.sh are now added unconditionally.
+
+2014-05-01  Mark Wielaard  <mjw@redhat.com>
+
+       * run-readelf-dwz-multi.sh: Add tests with alt debug files in .dwz
+       subdir.
+
+2014-04-30  Mark Wielaard  <mjw@redhat.com>
+
+       * buildid.c, buildid.sh, testfile42_noshdrs.bz2: New files.
+       * Makefile.am (check_PROGRAMS): Add buildid.
+       (TESTS): Add run-buildid.sh.
+       (EXTRA_DISTS): Add run-buildid.sh and testfile42_noshdrs.bz2.
+       (buildid_LDADD): New variable.
+
+2014-04-24  Florian Weimer  <fweimer@redhat.com>
+
+       * allfcts.c (setup_alt): New function.
+       (main): Call it.  Implementation additional error checking and
+       reporting.
+
+2014-04-24  Florian Weimer  <fweimer@redhat.com>
+
+       * debugaltlink.c, run-debugaltlink.sh: New files.
+       * Makefile.am (check_PROGRAMS): Add debugaltlink.
+       (TESTS): Add run-debugaltlink.sh.
+       (debugaltlink_LDADD): New variable.
+
+2014-04-11  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (AM_CPPFLAGS): Add -I libdwelf.
+       (check_PROGRAMS): Add debuglink.
+       (TESTS): Add run-debuglink.sh
+       (EXTRA_DIST): Likewise.
+       (debuglink_LDADD): New.
+       * debuglink.c: New file.
+       * run-debuglink.sh: Likewise.
+
+2014-03-23  Mark Wielaard  <mjw@redhat.com>
+
+       * run-nm-self.sh: Use test = not == for string comparisons.
+
+2014-04-22  Kurt Roeckx  <kurt@roeckx.be>
+
+       * backtrace.c: Make Linux only.
+       * backtrace-child.c: Make Linux only.
+       * backtrace-data.c: Make Linux only.
+       * backtrace-dwarf.c: Make Linux only.
+       * backtrace-subr.sh: Skip core file unwinding tests when not supported.
+
+2014-03-14  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am: Remove MUDFLAP conditions. Remove libmudflap from all
+       LDADD lines.
+       * configure.ac: Remove MUDFLAP conditional.
+
+2014-04-09  Mark Wielaard  <mjw@redhat.com>
+
+       * run-readelf-zdebug.sh: New test.
+       * testfile-debug.bz2: New testfile.
+       * testfile-zdebug.bz2: New testfile.
+       * Makefile.am (TESTS): Add run-readelf-zdebug.sh if ZLIB.
+       (EXTRA_DIST): Add run-readelf-zdebug.sh, testfile-debug.bz2 and
+       testfile-zdebug.bz2.
+
+2014-04-10  Mark Wielaard  <mjw@redhat.com>
+
+       * testfile_i686_core.bz2: New test file.
+       * run-readelf-mixed-corenote.sh: Add testfile_i686_core test.
+       * Makefile.am (EXTRA_DIST): Add testfile_i686_core.bz2
+
+2014-04-09  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS): Add run-backtrace-core-aarch64.sh.
+       (EXTRA_DIST): Add run-backtrace-core-aarch64.sh,
+       backtrace.aarch64.core.bz2 and backtrace.aarch64.exec.bz2.
+       * run-backtrace-core-aarch64.sh: New test.
+
+2014-03-11  Josh Stone  <jistone@redhat.com>
+
+       * testfilebaxmin.bz2: New testfile.
+       * Makefile.am (EXTRA_DIST): Add testfilebaxmin.bz2.
+       * run-readelf-s.sh: Test testfilebaxmin.
+       * run-dwflsyms.sh: Likewise.
+
+2014-01-26  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-subr.sh (check_unsupported): Special case arm*.
+
+2014-01-25  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addrcfi.sh (EM_ARM): Change reg13 (sp) from undefined to
+       location expression: call_frame_cfa stack_value.
+
+2014-01-22  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (line2addr_no_Wformat): Removed.
+
+2014-01-21  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS): Add run-stack-i-test.sh.
+       (EXTRA_DIST): Likewise.
+       * run-stack-i-test.sh: New test.
+
+2014-01-20  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS): Add run-stack-d-test.sh.
+       (EXTRA_DIST): Add run-stack-d-test.sh, testfiledwarfinlines.bz2
+       testfiledwarfinlines.core.bz2.
+       * run-stack-d-test.sh: New test.
+       * testfiledwarfinlines.bz2: New test file.
+       * testfiledwarfinlines.core.bz2: Likewise.
+
+2014-01-16  Mark Wielaard  <mjw@redhat.com>
+
+       * run-nm-self.sh: Don't use testrun_on_self_quiet but just testrun
+       on one ET_REL, one ET_EXEC and one ET_DYN file.
+       * test-subr.sh (self_test_files): Add two ET_REL files, only add
+       two libebl ET_DYN backend files.
+
+2014-01-16  Mark Wielaard  <mjw@redhat.com>
+
+       * run-backtrace-demangle.sh: Check exitcode and max number of frames.
+
+2014-01-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix false FAILs on testsuite with ulimit -c unlimited.
+       * backtrace-child.c (sigusr2): Call pthread_exit.
+       (main): Return, do not call abort.
+
+2014-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix corruption of non-C++ symbols by the demangler.
+       * Makefile.am (TESTS): Add run-backtrace-demangle.sh.
+       <!DEMANGLE>: Add ELFUTILS_DISABLE_DEMANGLE export.
+       (EXTRA_DIST): Add run-backtrace-demangle.sh,
+       testfile-backtrace-demangle.bz2, testfile-backtrace-demangle.cc,
+       testfile-backtrace-demangle.core.bz2.
+       * backtrace-demangle.cc: New file.
+       * run-backtrace-demangle.sh: New file.
+       * testfile-backtrace-demangle.bz2: New file.
+       * testfile-backtrace-demangle.cc: New file.
+       * testfile-backtrace-demangle.core.bz2: New file.
+
+2014-01-07  Matthias Klose <doko@ubuntu.com>
+
+       * backtrace-subr.sh (check_native_core): Check to see if core file
+       was created without ".PID" extension, if so mv core to core.PID.
+       Skip test if no core file was created or could be found.
+
+2014-01-04  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-data.c (main): Don't assert if raise returns.
+       * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
+       assume_ptrace_attached true.
+       (ptrace_detach_stopped): Removed function.
+       (main): Don't call ptrace_detach_stopped.
+       * backtrace.c (ptrace_detach_stopped): Removed function.
+       (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
+       true.
+       (exec_dump): Don't call ptrace_detach_stopped.
+
+2014-01-04  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-subr.sh (check_native_core): Skip, exit 77, the test
+       if we cannot adjust core ulimit.
+
+2014-01-04  Mark Wielaard  <mjw@redhat.com>
+
+       * cleanup-13.c (force_unwind_stop): Removed.
+       (force_unwind): Just call abort. Don't setup _Unwind_Exception and
+       don't call _Unwind_ForcedUnwind.
+
+2014-01-03  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addrcfi.sh: Add case for EM_AARCH64.
+       * testfileaarch64.bz2: New testfile.
+       * Makefile.am (EXTRA_DIST): Add testfilesaarch64.bz2.
+
+2013-12-30  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-dwarf.c (report_pid): Explicitly call
+       dwfl_linux_proc_attach and check for errors.
+       * backtrace.c (report_pid): Likewise.
+
+2013-12-21  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace.c (callback_verify): Only assert that case 5 is the last
+       instruction of backtracegen on x86_64 native.
+
+2013-12-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add testfile66.bz2, testfile66.core.bz2
+       and testfilebaz*ppc64*.bz2 files.
+       * dwflsyms.c (list_syms): Remove unused from parameter mod_name.  Print
+       error on dwfl_module_getsymtab error.
+       (list_syms): Use dwfl_module_getsym and dwfl_module_getsym_info.
+       Compare values for non-ET_REL. Use dwfl_module_addrinfo.
+       Also print section of actual value if different from sym.
+       * run-addrname-test.sh (testfile66, testfile66.core): New tests.
+       Test addr2line -x by showing different sections for address and
+       found name in testfile66.
+       * run-dwflsyms.sh (testfile66, testfile66.core, hello_ppc64.ko,
+       testfilebaz*ppc64): New tests.
+       * testfile66.bz2, testfile66.core.bz2, testfilebazdbgppc64.bz2,
+       testfilebazdbgppc64.debug.bz2, testfilebazdbgppc64_pl.bz2,
+       testfilebazdbgppc64_plr.bz2, testfilebazdynppc64.bz2,
+       testfilebazmdbppc64.bz2, testfilebazminppc64.bz2,
+       testfilebazminppc64_pl.bz2, testfilebazminppc64_plr.bz2,
+       testfilebaztabppc64.bz2: New test files.
+
+2013-12-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       unwinder: s390 and s390x
+       * Makefile.am (TESTS): Add run-backtrace-core-s390x.sh and
+       run-backtrace-core-s390.sh.
+       (EXTRA_DIST): Add backtrace.s390x.core.bz2, backtrace.s390x.exec.bz2,
+       backtrace.s390.core.bz2, backtrace.s390.exec.bz2,
+       run-backtrace-core-s390x.sh and run-backtrace-core-s390.sh.
+       * backtrace.s390.core.bz2: New file.
+       * backtrace.s390.exec.bz2: New file.
+       * backtrace.s390x.core.bz2: New file.
+       * backtrace.s390x.exec.bz2: New file.
+       * run-backtrace-core-s390.sh: New file.
+       * run-backtrace-core-s390x.sh: New file.
+
+2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * backtrace-dwarf.c (executable, find_elf, dwfl_offline): Remove unused
+       code.
+
+2013-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       unwinder: ppc
+       * Makefile.am (TESTS): Add run-backtrace-core-ppc.sh.
+       (EXTRA_DIST): Add backtrace.ppc.core.bz2,
+       backtrace.ppc.exec.bz2 and run-backtrace-core-ppc.sh.
+       * backtrace.ppc.core.bz2: New file.
+       * backtrace.ppc.exec.bz2: New file.
+       * run-backtrace-core-ppc.sh: New file.
+
+2013-12-10  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
+
+2013-12-10  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (valgrind_cmd): Remove --trace-children=yes.
+       * backtrace-subr.sh (check_native_core): Disable valgrind while
+       dumping core.
+       * run-backtrace-data.sh: Disable valgrind.
+       * run-backtrace-dwarf.sh: Likewise.
+
+2013-12-09  Mark Wielaard  <mjw@redhat.com>
+
+       * varlocs.c (print_expr): Update comment to explain empty location
+       associated with DW_OP_GNU_implicit_pointer.
+
+2013-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix test FAIL with -O2.
+       * backtrace-child.c (sigusr2): Add NOINLINE_NOCLONE and final asm stub.
+
+2013-12-05  Mark Wielaard  <mjw@redhat.com>
+
+       * backtrace-data.c (main): If unsupported also print to stderr.
+       * run-backtrace-dwarf.sh: Add check_unsupported and check_main.
+
+2013-12-04  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (backtrace-child-biarch): Add $(EXEEXT).
+
+2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (check_PROGRAMS): Add backtrace, backtrace-child,
+       backtrace-data and backtrace-dwarf.
+       (BUILT_SOURCES, clean-local, backtrace-child-biarch): New.
+       (TESTS): Add run-backtrace-native.sh, run-backtrace-data.sh,
+       run-backtrace-dwarf.sh, run-backtrace-native-biarch.sh,
+       run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
+       run-backtrace-core-x86_64.sh and run-backtrace-core-i386.sh.
+       <!BIARCH> Add export of ELFUTILS_DISABLE_BIARCH.
+       (EXTRA_DIST): Add run-backtrace-data.sh, run-backtrace-dwarf.sh,
+       cleanup-13.c, run-backtrace-native.sh, run-backtrace-native-biarch.sh,
+       run-backtrace-native-core.sh, run-backtrace-native-core-biarch.sh,
+       run-backtrace-core-x86_64.sh, run-backtrace-core-i386.sh,
+       backtrace-subr.sh, backtrace.i386.core.bz2, backtrace.i386.exec.bz2,
+       backtrace.x86_64.core.bz2, backtrace.x86_64.exec.bz2.
+       (backtrace_LDADD, backtrace_child_CFLAGS, backtrace_child_LDFLAGS)
+       (backtrace_data_LDADD, backtrace_dwarf_CFLAGS, backtrace_dwarf_LDADD):
+       New.
+       * backtrace-child.c: New file.
+       * backtrace-data.c: New file.
+       * backtrace-dwarf.c: New file.
+       * backtrace-subr.sh: New file.
+       * backtrace.c: New file.
+       * cleanup-13.c: New file.
+       * backtrace.i386.core.bz2: New file.
+       * backtrace.i386.exec.bz2: New file.
+       * backtrace.x86_64.core.bz2: New file.
+       * backtrace.x86_64.exec.bz2: New file.
+       * run-backtrace-core-i386.sh: New file.
+       * run-backtrace-core-x86_64.sh: New file.
+       * run-backtrace-native-biarch.sh: New file.
+       * run-backtrace-native-core-biarch.sh: New file.
+       * run-backtrace-native-core.sh: New file.
+       * run-backtrace-native.sh: New file.
+       * run-backtrace-data.sh: New file.
+       * run-backtrace-dwarf.sh: New file.
+
+2013-11-27  Mark Wielaard  <mjw@redhat.com>
+
+       * dwflsyms.c (gelf_bind_order): New function.
+       (elf_section_name): Likewise.
+       (addr_in_section): Likewise.
+       (list_syms): Use dwfl_module_getsym_elf and dwfl_module_addrsym_elf.
+       Refine assert using gelf_bind_order. Print elf_section_name. Check
+       bias with addr_in_section.
+       * run-dwflsyms.sh: Add section names to expected output.
+
+2013-11-26  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add run-funcretval.sh.
+
+2013-11-25  Petr Machata  <pmachata@redhat.com>
+
+       * testfile_aarch64_core.bz2, hello_aarch64.ko.bz2: New files.
+       * funcretval_test.c, funcretval_test_aarch64.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add these.
+       (TESTS): Add run-funcretval.sh.
+       * run-allregs.sh: Use testfile_aarch64_core.bz2 for a regs_test.
+       * run-readelf-mixed-corenote.sh: ... and for a readelf -n test.
+       * run-strip-reloc.sh: Add a test on hello_aarch64.ko.bz2.
+       * run-funcretval.sh: New file.
+
+2013-11-18  Josh Stone  <jistone@redhat.com>
+
+       * testfilebazdbg_plr.bz2: New testfile.
+       * testfilebazmin_plr.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add the above files.
+       * run-dwflsyms.sh: Add prelink -r tests.
+
+2013-11-15  Mark Wielaard  <mjw@redhat.com>
+
+       * testfilebazmdb.bz2: Regenerated.
+       * testfilebazmin.bz2: Likewise.
+       * testfilebazdbg_pl.bz2: New testfile.
+       * testfilebazmin_pl.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add testfilebazdbg_pl.bz2 and
+       testfilebazmin_pl.bz2.
+       * dwflsyms.c (list_syms): Call dwfl_module_relocate_address and
+       print relative address of function symbols.
+       * run-dwflsyms.sh: Add prelink tests and adjust expected output.
+
+2013-11-01  Michael Forney  <mforney@mforney.org>
+
+       * Makefile.am (TESTS_ENVIRONMENT): Use and export NM.
+       * run-arsymtest.sh: Use NM.
+
+2013-11-05  Mark Wielaard  <mjw@redhat.com>
+
+       * allfcts.c (main): Correct dwarf_getfuncs return value check.
+
+2013-10-10  Mark Wielaard  <mjw@redhat.com>
+           Josh Stone  <jistone@redhat.com>
+
+       * run-allfcts-multi.sh: New test.
+       * test-offset-loop.bz2: New testfile.
+       * test-offset-loop.alt.bz2: New testfile.
+       * Makefile.am (TESTS): Add run-allcft-multi.sh if ENABLE_DWZ.
+       (EXTRA_DIST): Add run-allfcts-multi.sh, test-offset-loop.bz2 and
+       test-offset-loop.alt.bz2.
+
+2013-10-15  Mark Wielaard  <mjw@redhat.com>
+
+       * run-unstrip-M.sh: New test.
+       * Makefile.am (TESTS): Add run-unstrip-M.sh.
+       (EXTRA_DIST): Likewise.
+
+2013-10-06  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addrcfi.sh: Remove nop from expected ppc and ppc64
+       location expression.
+
+2013-10-03  Josh Stone  <jistone@redhat.com>
+
+       * typeiter2.c: New file, reversing typeiter.c.
+       * run-typeiter.sh: Also run typeiter2.
+       * Makefile.am (check_PROGRAMS): Add typeiter2.
+       (typeiter2_LDADD): New variable.
+
+2013-09-26  Petr Machata  <pmachata@redhat.com>
+
+       * run-readelf-mixed-corenote.sh: Update output of testfile71
+       dump--readelf can newly decode the NT_FILE note.
+
+2013-09-26  Petr Machata  <pmachata@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add testfile71.bz2.
+       * run-readelf-mixed-corenote.sh: New test for this file.
+       * testfile71.bz2: New file.
+
+2013-09-20  Mark Wielaard  <mjw@redhat.com>
+
+       * allfcts.c (cb): Return DWARF_CB_ABORT.
+       (main): Iterate over all offsets returned by dwarf_getfuncs.
+       * run-allfcts.sh: Add nested_funcs and class_func testcases.
+       * testfile_nested_funcs.bz2: New test file.
+       * testfile_class_func.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add testfile_class_func.bz2 and
+       testfile_nested_funcs.bz2.
+
+2013-08-30  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (check_PROGRAMS): Add varlocs.
+       (TESTS): Add run-varlocs.sh.
+       (EXTRA_DIST): Add run-varlocs.sh, testfile_const_type.c,
+       testfile_const_type.bz2, testfile_implicit_pointer.c,
+       testfile_implicit_pointer.bz2, testfile_parameter_ref.c,
+       testfile_entry_value.c, testfile_entry_value.bz2,
+       testfile_implicit_value.c and testfile_implicit_value.bz2.
+       (varlocs_LDADD): New.
+       * run-varlocs: New test.
+       * testfile_const_type.c: New test source file.
+       * testfile_entry_value.c: Likewise.
+       * testfile_implicit_pointer.c: Likewise.
+       * testfile_implicit_value.c: Likewise.
+       * testfile_parameter_ref.c: Likewise.
+       * testfile_const_type.bz2: New test file.
+       * testfile_entry_value.bz2: Likewise.
+       * testfile_implicit_pointer.bz2: Likewise.
+       * testfile_implicit_value.bz2: Likewise.
+       * testfile_parameter_ref.bz2: Likewise.
+       * varlocs.c: New test source.
+
+2013-08-29  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addrcfi.sh: Add case for EM_ARM.
+       * testfilearm.bz2: New testfile.
+       * Makefile.am (EXTRA_DIST): Add testfilesarm.bz2.
+
+2013-08-28  Mark Wielaard  <mjw@redhat.com>
+
+       * addrcfi.c (handle_cfi): Handle .debug_frame or .eh_frame
+       completely missing.
+       * run-addrcfi.sh: Add case for EM_S390 ELFCLASS32 and ELFCLASS64.
+       * testfiles390.bz2: New testfile.
+       * testfiles390x.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add testfiles390.bz2 and
+       testfiles390x.bz2.
+
+2013-08-28  Mark Wielaard  <mjw@redhat.com>
+
+       * addrcfi.c (handle_cfi): Use printf not error.
+       * run-addrcfi.sh: Add case for EM_PPC and EM_PPC64.
+       * testfileppc32.bz2: New testfile.
+       * testfileppc64.bz2: Likewise.
+       * Makefile.am (EXTRA_DIST): Add testfileppc32.bz2 and
+       testfileppc64.bz2.
+
+2013-08-27  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addrcfi.sh: New test.
+       * Makefile.am (TESTS): Add run-addrcfi.sh.
+       (EXTRA_DIST): Likewise.
+       * addrcfi.c (op_name): New function.
+       (print_detail): Call and print op_name. Check ops, not result
+       to check if this is "same value" or "undefined".
+       (handle_cfi): Make sure cfa_ops doesn't point to NULL.
+
+2013-08-13  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addr2line-i-test.sh: New test.
+       * testfile-inlines.bz2: New testfile.
+       * Makefile.am (EXTRA_DIST): Add run-addr2line-i-test.sh and
+       testfile-inlines.bz2.
+       (TESTS): Add run-addr2line-i-test.sh.
+
+2013-08-12  Mark Wielaard  <mjw@redhat.com>
+
+       * run-addr2line-test.sh: New test.
+       * Makefile.am (EXTRA_DIST): Add run-addr2line-test.sh.
+       (TESTS): Likewise.
+
+2013-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-unstrip-n.sh (test-core.*): Ignore libc.so.6 entry and order of
+       the entries.
+
+2013-07-02  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Fix typo, forgot extension in
+       testfilenolines.bz2.
+
+2013-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add test-core-lib.so.bz2,
+       test-core.core.bz2 and test-core.exec.bz2.
+       * run-addrname-test.sh: New test for these files.
+       * run-unstrip-n.sh: Update expected output.  New test for these files.
+       * test-core-lib.so.bz2: New file.
+       * test-core.core.bz2: New file.
+       * test-core.exec.bz2: New file.
+
+2013-05-03  Mark Wielaard  <mjw@redhat.com>
+
+       * testfilenolines.bz2: New test file.
+       * Makefile.am (EXTRA_DIST): Add testfilenolines.bz2.
+       * run-get-lines.sh: Run testrun_compare on testfilenolines.
+
+2013-04-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwfl-report-elf-align.c: Use false add_p_vaddr for dwfl_report_elf.
+
+2013-04-29  Mark Wielaard  <mjw@redhat.com>
+
+       * test-subr.sh: Don't use pushd, just cd into test-dir.
+       (exit_cleanup): Don't use popd, just cd .. to get out.
+
+2013-04-27  Mark Wielaard  <mjw@redhat.com>
+
+       * test-subr.sh (exit_cleanup): New function.
+       (trap): Use exit_cleanup as argument.
+       * run-native-test.sh (native_exit): New function.
+       (trap): For EXIT (0) use native_exit as argument.
+
+2013-04-27  Mark Wielaard  <mjw@redhat.com>
+
+       * update1.c (main): Use unique tempfile name and unlink file.
+       * update2.c (main): Likewise.
+       * update3.c (main): Likewise.
+       * update4.c (main): Use unique tempfile name.
+
+2013-04-27  Mark Wielaard  <mjw@redhat.com>
+
+       * run-alldts.sh: Add testfile-alldts to tempfiles.
+       * run-elf_cntl_gelf_getshdr.sh: Add test_shdr.out to tempfiles.
+       * run-macro-test.sh: Add readelf.macros.out to tempfiles.
+       * run-strip-reloc.sh: Add readelf.out, readelf.out1, readelf.out2
+       and out.stripped1, out.debug1, out.stripped2, out.debug2 to tempfiles.
+
+2013-04-26  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (installed_TESTS_ENVIRONMENT): Export environment,
+       remove wrapper.
+       (TESTS_ENVIRONMENT): Likewise.
+       (installed_LOG_COMPILER): New variable defining wrapper.
+       (LOG_COMPILER): Likewise.
+       * run-*.sh: Fixup location of input and output files.
+       * test-subr.sh: Create test_dir, pushd to execute test in.
+       (trap): Remove test_dir.
+       (testfiles): Use abs_srcdir.
+       (installed_testrun): Match on abs_builddir or abs_top_builddir.
+       (self_test_files): Adjust path.
+
+2013-04-24  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
+
+2013-03-25  Mark Wielaard  <mjw@redhat.com>
+
+       * run-readelf-aranges.sh: New test.
+       * testfilefoobarbaz.bz2: New test file.
+       * Makefile.am (TESTS): Add run-readelf-aranges.sh.
+       (EXTRA_DIST): Add run-readelf-aranges.sh and testfilefoobarbaz.bz2.
+
+2013-03-25  Mark Wielaard  <mjw@redhat.com>
+
+       * run-readelf-dwz-multi.sh: Expect high_pc also as address.
+
+2013-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (check_PROGRAMS): Add dwfl-report-elf-align.
+       (TESTS): Add run-dwfl-report-elf-align.sh.
+       (EXTRA_DIST): Add run-dwfl-report-elf-align.sh and
+       testfile-dwfl-report-elf-align-shlib.so.bz2 .
+       (dwfl_report_elf_align_LDADD): New.
+       * dwfl-report-elf-align.c: New file.
+       * run-dwfl-report-elf-align.sh: New file.
+       * testfile-dwfl-report-elf-align-shlib.so.bz2: New file.
+
+2013-03-12  Mark Wielaard  <mjw@redhat.com>
+
+       * run-dwfllines.sh: New test.
+       * dwfllines.c: New test program.
+       * Makefile.am (TESTS): Add run-dwfllines.sh.
+       (EXTRA_DIST): Likewise.
+       (dwfllines_LDADD): New variable.
+
+2013-02-22  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS): Remove run-readelf-s.sh and run-dwflsyms.sh.
+       (LZMA): Add run-readelf-s.sh and run-dwflsyms.sh to TESTS.
+
+2013-02-15  Mark Wielaard  <mjw@redhat.com>
+
+       * testfile-dwzstr.bz2: New testfile.
+       * testfile-dwzstr.multi.bz2: Likewise.
+       * run-readelf-dwz-multi.sh: Add readelf testfile-dwzstr test.
+       * Makefile.am (EXTRA_DIST): Add testfile-dwzstr.bz2 and
+       testfile-dwzstr.multi.bz2.
+
+2013-01-30  Mark Wielaard  <mjw@redhat.com>
+
+       * testfileloc.bz2: New testfile.
+       * run-readelf-loc.sh: New test.
+       * Makefile.am (TESTS): Add run-readelf-loc.sh.
+       (EXTRA_DIST): Add run-readelf-loc.sh and testfileloc.bz2.
+
+2013-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-readelf-mixed-corenote.sh: New testcase for readelf -n of s390
+       and s390x core notes.
+       * testfile67.bz2: New file.
+       * testfile68.bz2: New file.
+       * Makefile.am (EXTRA_DIST): Add testfile67.bz2 and testfile68.bz2 .
+
+2013-01-23  Mark Wielaard  <mjw@redhat.com>
+
+       * testfilebasmin.bz2: New testfile.
+       * Makefile.am (EXTRA_DIST): Add testfilebasmin.bz2.
+       * run-readelf-s.sh: Test testfilebasmin.
+       * run-dwflsyms.sh: Likewise.
+
+2013-01-16  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (check_PROGRAMS): Add dwflsyms.
+       (TESTS): Add run-readelf-s.sh and run-dwflsyms.sh.
+       (EXTRA_DIST): Add run-readelf-s.sh, testfilebazdbg.bz2,
+       testfilebazdyn.bz2, testfilebazmin.bz2, testfilebazdbg.debug.bz2,
+       testfilebazmdb.bz2, testfilebaztab.bz2 and run-dwflsyms.sh.
+       (dwflsyms_LDADD): New variable.
+
+2013-01-07  Roland McGrath  <roland@hack.frob.com>
+
+       * run-prelink-addr-test.sh: Use ln -snf.
+
+2012-12-03  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (valgrind_cmd): Add --run-libc-freeres=no.
+
+2012-11-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-addrname-test.sh: New test for PIE relocation.
+       * testfile70.core.bz2: New file.
+       * testfile70.exec.bz2: New file.
+       * Makefile.am (EXTRA_DIST): Add testfile70.core.bz2 and
+       testfile70.exec.bz2 .
+
+2012-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * Makefile.am (EXTRA_DIST): Add testfile64.bz2, testfile65.bz2,
+       testfile69.core.bz2 and testfile69.so.bz2 .
+
+2012-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-addrname-test.sh: New test for DSO with build-id bias.
+       * testfile69.core.bz2: New file.
+       * testfile69.so.bz2: New file.
+
+2012-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-addrname-test.sh: New test for core vDSO bias.
+       * testfile65.bz2: New file.
+
+2012-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * run-addrname-test.sh: New test for symbol preferences.
+       * testfile64.bz2: New file.
+
+2012-10-01  Mark Wielaard  <mjw@redhat.com>
+
+       * Makefile.am (TESTS_ENVIRONMENT): Define valgrind_cmd if USE_VALGRIND.
+       * test-wrapper.sh: Export VALGRIND_CMD if available.
+       * test-subr.sh (built_testrun): Use VALGRIND_CMD to invoke test prog.
+       (installed_testrun): Likewise.
+
+2012-09-24  Petr Machata  <pmachata@redhat.com>
+
+       * testfile63.bz2: New testfile.
+       * run-readelf-mixed-corenote.sh: New test.
+       * Makefile.am (TEST): Add run-readelf-mixed-corenote.sh.
+       (EXTRA_DIST): Add testfile63.bz2 and run-readelf-mixed-corenote.sh.
+
+2012-09-24  Petr Machata  <pmachata@redhat.com>
+
+       * testfile62.bz2: New testfile.
+       * run-readelf-vmcoreinfo.sh: New test.
+       * Makefile.am (TEST): Add run-readelf-vmcoreinfo.sh.
+       (EXTRA_DIST): Add testfile62.bz2 and run-readelf-vmcoreinfo.sh.
+
+2012-09-18  Petr Machata  <pmachata@redhat.com>
+
+       * testfile61.bz2: New testfile.
+       * run-allregs.sh: Run reg_test testfile61.
+       * Makefile.am (EXTRA_DIST): Add testfile61.bz2.
+
 2012-08-24  Mark Wielaard  <mjw@redhat.com>
 
        * Makefile.am (EXTRA_DIST): Add testfile60.bz2.