summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 2900bd82..6e3923f5 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,75 @@
+2019-11-26 Mark Wielaard <[email protected]>
+
+ * Makefile.am (BUILD_STATIC): Add libraries needed for libdw.
+ * coverage.sh: Add debuginfod directory, check whether source
+ is .c or cxx.
+
+2019-11-24 Mark Wielaard <[email protected]>
+
+ * run-debuginfod-find.sh: Reduce verbosity. Add new cleanup
+ function to use with trap. Add wait_ready function to query
+ metrics instead of sleeping. Calculate rpms and sourcefiles
+ to check.
+
+2019-11-23 Mark Wielaard <[email protected]>
+
+ * run-debuginfod-find.sh: Replace all localhost with 127.0.0.1.
+
+2019-11-07 Frank Ch. Eigler <[email protected]>
+
+ * run-debuginfod-find.sh: Test debuginfod metrics via curl.
+ Fix federated testing, asserted by metrics.
+
+2019-11-06 Frank Ch. Eigler <[email protected]>
+
+ * run-debuginfod-find.sh: Test debuginfod -L mode. Drop
+ plain debuginfo-find help-output-comparison.
+
+2019-11-04 Frank Ch. Eigler <[email protected]>
+
+ * run-debuginfod-find.sh: Test debuginfod-find -v progress mode.
+
+2019-10-28 Aaron Merey <[email protected]>
+ Frank Ch. Eigler <[email protected]>
+
+ * run-debuginfod-find.sh, debuginfod_build_id_find.c: New test.
+ * testfile-debuginfod-*.rpm.bz2: New data files for test.
+ * Makefile.am: Run it.
+
+2019-11-14 Andreas Schwab <[email protected]>
+
+ * run-large-elf-file.sh: Skip if available memory cannot be
+ determined.
+
+2019-11-14 Andreas Schwab <[email protected]>
+
+ * dwelf_elf_e_machine_string.c (main): Clear errno before calling
+ strtol.
+
+2019-09-02 Mark Wielaard <[email protected]>
+
+ * run-readelf-s.sh: Add --dyn-syms case.
+
+2019-09-07 Mark Wielaard <[email protected]>
+
+ * Makefile.am (EXTRA_DIST): Add run-disasm-riscv64.sh,
+ testfile-riscv64-dis1.o.bz2 and testfile-riscv64-dis1.expect.bz2.
+
+2019-08-27 Mark Wielaard <[email protected]>
+
+ * run-readelf-test2.sh: Add -x num testcase.
+
+2019-08-29 Mark Wielaard <[email protected]>
+
+ * test-subr.sh (self_test_files_exe): replace elfcmp, objdump and
+ readelf with elfclassify, stack and unstrip.
+ (self_test_files_lib): Replace libdw.so with libasm.so.
+
+2019-07-05 Omar Sandoval <[email protected]>
+
+ * Makefile.am: Remove -ldl.
+ * tests-subr.sh (self_test_files): Remove libebl_{i386,x86_64}.so.
+
2019-07-26 Florian Weimer <[email protected]>
Mark Wielaard <[email protected]>