diff options
author | Alan Modra <amodra@gmail.com> | 2021-02-20 15:42:22 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-02-20 18:26:10 +1030 |
commit | 4d496013a253a068fe2f8c3a9f8a72efe298a790 (patch) | |
tree | c287ebfdb139776eb47b82a186ce2f8a74309680 /binutils/ChangeLog | |
parent | c3bf9dc5aa3f9be3369e5ab364111d5e0c8567bd (diff) | |
download | gdb-4d496013a253a068fe2f8c3a9f8a72efe298a790.zip gdb-4d496013a253a068fe2f8c3a9f8a72efe298a790.tar.gz gdb-4d496013a253a068fe2f8c3a9f8a72efe298a790.tar.bz2 |
Fail run_dump_test when an error is expected but not seen
* testsuite/lib/binutils-common.exp: Whitespace fixes throughout.
(run_dump_test): Fail if expecting errors from a file like we do
for error strings, if no error is seen.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8253218..582beb8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2021-02-20 Alan Modra <amodra@gmail.com> + + * testsuite/lib/binutils-common.exp: Whitespace fixes throughout. + (run_dump_test): Fail if expecting errors from a file like we do + for error strings, if no error is seen. + 2021-02-19 Alan Modra <amodra@gmail.com> * testsuite/binutils-all/readelf.exp (pr26548): Run for 32-bit too. |