diff options
| author | Ulf Hermann <[email protected]> | 2017-02-10 15:19:01 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-02-14 10:24:36 +0100 |
| commit | a9d7469866726dc460b1b47d5619a4fa72977c9a (patch) | |
| tree | 91034c1ca0e498d3a4f7ddc190c6c601dbdd459b /tests/ChangeLog | |
| parent | 7370f91fd84ae50503e3fda82c146d18e72d2594 (diff) | |
Make the backtrace-data test helper more robust
When unwinding by frame pointer the unwinder might ask for invalid
addresses. We don't have to fail the test in this case. In fact
any broken dwarf information can lead to requests for invalid
addresses, also without frame pointer unwinding.
Signed-off-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'tests/ChangeLog')
| -rw-r--r-- | tests/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 7031cf57..7040ac84 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2017-02-09 Ulf Hermann <[email protected]> + + * backtrace-data.c: Don't assert that symbols are found. + The unwinder is allowed to ask for invalid addresses. We deny + such requests, rather than make the test fail. + 2016-11-17 Mark Wielaard <[email protected]> * run-readelf-s.sh: Add --symbols=.dynsym and --symbols=.symtab tests. |
