* gdb.base/sigbpt.exp: Fix the message when skipping test.
* gdb.base/signull.exp: Similarly.
This commit is contained in:
parent
352251574b
commit
446ab5859f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue