* gdb.base/sigbpt.exp: Fix the message when skipping test.

* gdb.base/signull.exp: Similarly.
This commit is contained in:
Maciej W. Rozycki 2007-03-23 12:41:18 +00:00
parent 352251574b
commit 446ab5859f
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-03-23 Nigel Stephens <nigel@mips.com>
Maciej W. Rozycki <macro@mips.com>
* gdb.base/sigbpt.exp: Fix the message when skipping test.
* gdb.base/signull.exp: Similarly.
2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up

View File

@ -30,7 +30,7 @@
# software single-step this is KFAILed rather than XFAILed.
if [target_info exists gdb,nosignals] {
verbose "Skipping signals.exp because of nosignals."
verbose "Skipping sigbpt.exp because of nosignals."
continue
}

View File

@ -29,7 +29,7 @@
# This also tests backtrace/gdb1476.
if [target_info exists gdb,nosignals] {
verbose "Skipping signals.exp because of nosignals."
verbose "Skipping signull.exp because of nosignals."
continue
}