diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2010-03-31 13:22:22 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2010-03-31 13:22:22 +0000 |
commit | 164de317d2fcb0bcecc203d57370b592b51270ae (patch) | |
tree | 279ceb2cb502c7510f523d98bdeec15c01ef446f /ld/testsuite/ChangeLog | |
parent | ff12863fb82c162de00f36bb96e416d5d2429f0f (diff) | |
download | gdb-164de317d2fcb0bcecc203d57370b592b51270ae.zip gdb-164de317d2fcb0bcecc203d57370b592b51270ae.tar.gz gdb-164de317d2fcb0bcecc203d57370b592b51270ae.tar.bz2 |
* lib/ld-lib.exp (run_dump_test): When checking linker message and
return code, when success with no message is expected, don't
continue if we have an abnormal exit with a message. Check output
of inspection program and fail if it had output or an abnormal
exit code. Include "warning" and "error" among the directives
where multiples are allowed and append to previous values.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 039b999..c2c6d46 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,12 @@ 2010-03-31 Hans-Peter Nilsson <hp@axis.com> + * lib/ld-lib.exp (run_dump_test): When checking linker message and + return code, when success with no message is expected, don't + continue if we have an abnormal exit with a message. Check output + of inspection program and fail if it had output or an abnormal + exit code. Include "warning" and "error" among the directives + where multiples are allowed and append to previous values. + * ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply "file rootname", not "file tail", before applying runtest_file_p. |