Browse Source

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

* gdb.base/signull.exp: Similarly.
drow-reverse-20070409-branch
Maciej W. Rozycki 20 years ago
parent
commit
446ab5859f
  1. 6
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/gdb.base/sigbpt.exp
  3. 2
      gdb/testsuite/gdb.base/signull.exp

6
gdb/testsuite/ChangeLog

@ -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

2
gdb/testsuite/gdb.base/sigbpt.exp

@ -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
}

2
gdb/testsuite/gdb.base/signull.exp

@ -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…
Cancel
Save