diff options
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 206 |
1 files changed, 206 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 6e3923f5..99f9da9d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,209 @@ +2020-06-06 Mark Wielaard <[email protected]> + + * testfilesyms32.bz2: New test file. + * testfilesyms64.bz2: Likewise. + * run-nm-syms.sh: New test. + * Makefile.am (TESTS): Add run-nm-syms.sh. + (EXTRA_DIST): run-nm-syms.sh, testfilesyms32.bz2 and + testfilesyms64.bz2 + +2020-05-08 Mark Wielaard <[email protected]> + + * elfputzdata.c (main): Explicitly check orig_buf is not NULL + before calling memcmp. + +2020-05-05 Mark Wielaard <[email protected]> + + * testfile-lto-gcc8.bz2: New test file. + * testfile-lto-gcc9.bz2: Likewise. + * Makefile.am (EXTRA_DIST): Add testfile-lto-gcc8.bz2 and + testfile-lto-gcc9.bz2. + * run-allfcts.sh: Add testfile-lto-gcc9 and testfile-lto-gcc8 + tests. + +2020-05-05 Mark Wielaard <[email protected]> + + * testfile-lto-gcc10.bz2: New test file. + * Makefile.am (EXTRA_DIST): Add testfile-lto-gcc10.bz2. + * run-allfcts.sh: Add testfile-lto-gcc10 test. + +2020-04-17 Mark Wielaard <[email protected]> + + * test-subr.sh (testrun_on_self_obj): New function. + * run-varlocs-self.sh: Run testrun_on_self_exe and + testrun_on_self_lib with -e, run testrun_on_self_obj with + --exprlocs -e. + +2020-04-17 Mark Wielaard <[email protected]> + + * Makefile.am (test-nlist$): New goal with minimal CFLAGS. + (test_nlist_CFLAGS): New variable. + +2020-03-28 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test timestamps of archive-origin files. + +2020-03-27 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test /path/-based debuginfod-find. + +2020-03-24 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test relay of UA and XFF headers across + federating debuginfods. + +2020-03-26 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Look for debuginfod's new + http_responses_* metrics. + +2020-03-26 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Look for bsdtar instead of dpkg. + +2020-03-26 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Check for bsdtar zstd capability + for running tests against zstd-compressed fedora31 rpms. + +2020-03-26 Mark Wielaard <[email protected]> + + * Makefile.am (EXTRA_DIST): Add + debuginfod-rpms/fedora31/hello3-1.0-2.src.rpm, + debuginfod-rpms/fedora31/hello3-1.0-2.x86_64.rpm, + debuginfod-rpms/fedora31/hello3-debuginfo-1.0-2.x86_64.rpm, + debuginfod-rpms/fedora31/hello3-debugsource-1.0-2.x86_64.rpm, + debuginfod-rpms/fedora31/hello3-two-1.0-2.x86_64.rpm, + debuginfod-rpms/fedora31/hello3-two-debuginfo-1.0-2.x86_64.rpm + +2020-03-24 Frank Ch. Eigler <[email protected]> + + * debuginfod-rpms/hello3.spec., /fedora31/*: New files with + uncanonicalized source paths. + * run-debuginfod-find.sh: Test them. + +2020-03-24 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test the more detailed debuginfod + webapi log format. + +2020-03-23 Mark Wielaard <[email protected]> + + * getphdrnum.c: Include config.h. + * run-lfs-symbols.sh: Also check that file exists. Add more logs. + Remove ebl modules check. + +2020-03-22 Omar Sandoval <[email protected]> + Mark Wielaard <[email protected]> + + * getphdrnum.c: New file. + * run-getphdrnum.sh: New test. + * testfile-phdrs.elf.bz2: New test file. + * Makefile.am (check_PROGRAMS): Add getphdrnum. + (TESTS): Add run-getphdrnum.sh. + (EXTRA_DIST): Add run-getphdrnum.sh and testfile-phdrs.elf.bz2. + (getphdrnum_LDADD): New variable. + +2020-03-22 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Look for URL in default progressfn + and from debuginfod-find -v. + +2020-02-19 Aaron Merey <[email protected]> + + * run-debuginfod-find.sh: Run tests for verifying default + client cache locations. + +2020-02-26 Konrad Kleine <[email protected]> + + * run-debuginfod-find.sh: added tests for DEBUGINFOD_URLS beginning + with "file://" + +2020-02-21 Mark Wielaard <[email protected]> + + * Makefile.am (TESTS_ENVIRONMENT): Explicitly unset DEBUGINFOD_URLS. + (installed_TESTS_ENVIRONMENT): Likewise. + +2020-02-19 Aaron Merey <[email protected]> + + * run-debuginfod-find.sh: Test that files unrelated to debuginfod + survive cache cleaning. + +2020-02-08 Mark Wielaard <[email protected]> + + * run-pt_gnu_prop-tests.sh: New test. + * testfile_pt_gnu_prop.bz2: New test file. + * testfile_pt_gnu_prop32.bz2: Likewise. + * Makefile.am (TESTS): Add run-pt_gnu_prop-tests.sh + (EXTRA_DISTS): Likewise. Add testfile_pt_gnu_prop.bz2 and + testfile_pt_gnu_prop32.bz2. + +2020-02-05 Frank Ch. Eigler <[email protected]> + + * debuginfo-tars/*: New test files from Eli Schwartz of ArchLinux. + * Makefile.am (EXTRA_DIST): Package them. + * run-debuginfod-find.sh: Run basic archive extraction tests. + +2020-02-03 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Protect against missing curl & rpm2cpio. + +2020-01-19 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Check for proper groom completion count. + +2020-01-18 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test empty source_paths[]. + +2020-01-08 Mark Wielaard <[email protected]> + + * asm-test?.c: include libebl.h. + +2020-01-11 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Test --fdcache* options. + +2020-01-11 Frank Ch. Eigler <[email protected]> + + * run-debuginfod-find.sh: Adjust to new work-queue metrics. + +2020-01-02 Mark Wielaard <[email protected]> + + * run-debuginfod-find.sh: Set DEBUGINFOD_TIMEOUT to 10. + +2019-12-22 Frank Ch. Eigler <[email protected]> + + * debuginfod-debs/*: New test files, based on + https://wiki.debian.org/Packaging/Intro. + * run-debuginfod-find.sh: Test deb file processing (if dpkg + installed). + +2019-12-04 Frank Ch. Eigler <[email protected]> + + * run-debuinfod-find.sh: Test $DEBUGINFOD_PROGRESS. + +2019-12-11 Omar Sandoval <[email protected]> + + * dwfl-report-segment-coalesce.c: New test. + * Makefile.am: Add dwfl-report-segment-coalesce + +2019-12-06 Mark Wielaard <[email protected]> + + * run-debuginfod-find.sh: Force -Wl,--build-id. + +2019-12-05 Mark Wielaard <[email protected]> + + * run-findinfod-find.sh: Run strip under testrun. + +2019-12-06 Mark Wielaard <[email protected]> + + * backtrace-data.c (main): Add break after assert. + +2019-12-05 Mark Wielaard <[email protected]> + + * run-elfclassify.sh: Run elfcompress under testrun. + 2019-11-26 Mark Wielaard <[email protected]> * Makefile.am (BUILD_STATIC): Add libraries needed for libdw. |