summaryrefslogtreecommitdiffstats
path: root/tests/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:28:09 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-05-08 15:55:12 +0200
commit3695a1ba8dcd16459e0f35b74e88dbef48d21861 (patch)
tree674d0dc13f0065f81e7f672e81fc09b42405656d /tests/ChangeLog
parent9f6ffdc1b75fd69ecda219c9e9f1b2551f542b26 (diff)
parent6358858c4d65e8fb12a112198ee1d4bcab0be876 (diff)
Conflicts: ChangeLog backends/ChangeLog config/ChangeLog lib/ChangeLog libasm/ChangeLog libcpu/ChangeLog libdw/ChangeLog libdwfl/ChangeLog libdwfl/derelocate.c libdwfl/linux-kernel-modules.c libebl/ChangeLog libelf/ChangeLog src/ChangeLog tests/ChangeLog Change-Id: I3b7ced947c6498290aaae27443985b84531f0bcd
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r--tests/ChangeLog41
1 files changed, 37 insertions, 4 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 678a882d..9dbbc943 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -156,11 +156,44 @@
* Makefile.am: Link test programs agaist libgnu.a if requested.
-2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
+017-02-13 Ulf Hermann <ulf.hermann@qt.io>
+ Mark Wielaard <mark@klomp.org>
- * run-dwfl-addr-sect.sh: Expect section with alphabetically smaller
- name when requesting the start address of two otherwise equal
- zero-sized sections.
+ * Makefile.am: Add test for unwinding with frame pointers on aarch64
+ * backtrace.aarch64.fp.core.bz2: New file
+ * backtrace.aarch64.fp.exec.bz2: New file
+ * run-backtrace-fp-core-aarch64.sh: New file
+ * backtrace-subr.sh (check_err): Allow Invalid register.
+ * backtrace.c (callback_verify): Allow duplicate_sigusr2 frames.
+
+2017-04-06 Mark Wielaard <mark@klomp.org>
+
+ * run-backtrace-fp-core-i386.sh: New test.
+ * backtrace.i386.fp.core.bz2: New test file.
+ * backtrace.i386.fp.exec.bz2: New testfile.
+ * Makefile.am (TESTS): Add run-backtrace-fp-core-i386.sh.
+ (EXTRA_DIST): Add run-backtrace-fp-core-i386.sh,
+ backtrace.i386.fp.core.bz2 and backtrace.i386.fp.exec.bz2.
+
+2017-02-09 Ulf Hermann <ulf.hermann@qt.io>
+
+ * Makefile.am: Add test for unwinding with frame pointers on x86_64
+ * backtrace.x86_64.fp.core.bz2: New file
+ * backtrace.x86_64.fp.exec.bz2: New file
+ * run-backtrace-fp-core-x86_64.sh: New file
+
+2017-04-25 Mark Wielaard <mark@klomp.org>
+
+ * backtrace-subr.sh (check_backtracegen): New function.
+ (check_core): Add check_backtracegen call.
+ * backtrace.ppc.exec.bz2: Regenerated.
+ * backtrace.ppc.core.bz2: Likewise.
+
+2017-04-24 Mark Wielaard <mark@klomp.org>
+
+ * backtrace.c: Remove option to allow unknown symbols in the trace.
+ * backtrace-substr.sh: Remove option to allow unknown symbols
+ to check_core() and allow failed symbol lookups in check_err().
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>