Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Fix messages when skipping tests due to "nosignals"
@ 2007-03-23 12:13 Maciej W. Rozycki
  2007-03-23 12:33 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Maciej W. Rozycki @ 2007-03-23 12:13 UTC (permalink / raw)
  To: gdb-patches; +Cc: Nigel Stephens, Maciej W. Rozycki

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
 }
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-23 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-23 12:13 Fix messages when skipping tests due to "nosignals" Maciej W. Rozycki
2007-03-23 12:33 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox