From: "Maciej W. Rozycki" <macro@mips.com>
To: gdb-patches@sourceware.org
Cc: Nigel Stephens <nigel@mips.com>,
"Maciej W. Rozycki" <macro@linux-mips.org>
Subject: Fix messages when skipping tests due to "nosignals"
Date: Fri, 23 Mar 2007 12:13:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.61.0703231208330.6921@perivale.mips.com> (raw)
Hello,
A couple of tests report incorrect names of themselves when being skipped
due to "nosignals". It looks like a cut & paste bug.
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.
OK to apply?
Maciej
12099-3.diff
Index: binutils-quilt/src/gdb/testsuite/gdb.base/sigbpt.exp
===================================================================
--- binutils-quilt.orig/src/gdb/testsuite/gdb.base/sigbpt.exp 2007-03-22 19:14:08.000000000 +0000
+++ binutils-quilt/src/gdb/testsuite/gdb.base/sigbpt.exp 2007-03-23 12:01:19.000000000 +0000
@@ -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
}
Index: binutils-quilt/src/gdb/testsuite/gdb.base/signull.exp
===================================================================
--- binutils-quilt.orig/src/gdb/testsuite/gdb.base/signull.exp 2007-03-22 19:14:08.000000000 +0000
+++ binutils-quilt/src/gdb/testsuite/gdb.base/signull.exp 2007-03-23 12:01:25.000000000 +0000
@@ -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
}
next reply other threads:[~2007-03-23 12:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-23 12:13 Maciej W. Rozycki [this message]
2007-03-23 12:33 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.61.0703231208330.6921@perivale.mips.com \
--to=macro@mips.com \
--cc=gdb-patches@sourceware.org \
--cc=macro@linux-mips.org \
--cc=nigel@mips.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox