This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix messages when skipping tests due to "nosignals"


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
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]