diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-03-23 12:41:18 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-03-23 12:41:18 +0000 |
commit | 446ab5859fa2cbd51ebff9ececd3e8ecd354635f (patch) | |
tree | 5db468c22fffb44b68b4ad0d54dc6d9ba5815112 /gdb/testsuite/gdb.base | |
parent | 352251574bddd6c0bd807ac15ac177733b5ca056 (diff) | |
download | gdb-446ab5859fa2cbd51ebff9ececd3e8ecd354635f.zip gdb-446ab5859fa2cbd51ebff9ececd3e8ecd354635f.tar.gz gdb-446ab5859fa2cbd51ebff9ececd3e8ecd354635f.tar.bz2 |
* gdb.base/sigbpt.exp: Fix the message when skipping test.
* gdb.base/signull.exp: Similarly.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r-- | gdb/testsuite/gdb.base/sigbpt.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/signull.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/sigbpt.exp b/gdb/testsuite/gdb.base/sigbpt.exp index 1d46d2d..313818a 100644 --- a/gdb/testsuite/gdb.base/sigbpt.exp +++ b/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 } diff --git a/gdb/testsuite/gdb.base/signull.exp b/gdb/testsuite/gdb.base/signull.exp index d043c04..0d2b42d 100644 --- a/gdb/testsuite/gdb.base/signull.exp +++ b/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 } |