Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfa/testsuite] Don't display values in output of pc-fp.exp
@ 2002-11-05 14:14 David Carlton
  2002-11-05 14:17 ` Michael Snyder
  2002-11-05 14:54 ` Andrew Cagney
  0 siblings, 2 replies; 7+ messages in thread
From: David Carlton @ 2002-11-05 14:14 UTC (permalink / raw)
  To: gdb-patches; +Cc: Fernando Nasser, cagney

The tests in pc-fp.exp display the actual values of $pc and $fp in
their PASS messages.  That makes regression testing a bit more
annoying for me: the value of $fp changes with every change I make to
GDB.  Is it okay to tweak the PASS messages not to display those
values?

David Carlton
carlton@math.stanford.edu

2002-11-05  David Carlton  <carlton@math.stanford.edu>

	* gdb.base/pc-fp.exp (get_valueofx): Don't display 'val' in PASS
	message.

Index: pc-fp.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/pc-fp.exp,v
retrieving revision 1.1
diff -u -p -r1.1 pc-fp.exp
--- pc-fp.exp	25 Sep 2002 20:30:38 -0000	1.1
+++ pc-fp.exp	5 Nov 2002 22:09:51 -0000
@@ -62,7 +62,7 @@ proc get_valueofx { fmt exp default } {
     gdb_expect {
 	-re "\\$\[0-9\]* = (0x\[0-9a-zA-Z\]+).*$gdb_prompt $" {
 	    set val $expect_out(1,string)
-	    pass "get value of ${exp} ($val)"
+	    pass "get value of ${exp}"
 	}
 	timeout {
 	    set size ${default}


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

end of thread, other threads:[~2002-11-06 22:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-05 14:14 [rfa/testsuite] Don't display values in output of pc-fp.exp David Carlton
2002-11-05 14:17 ` Michael Snyder
2002-11-05 14:54 ` Andrew Cagney
2002-11-05 15:11   ` David Carlton
2002-11-05 15:20     ` Andrew Cagney
2002-11-05 15:41     ` Andrew Cagney
     [not found]     ` <3DC98B56.2861A478@redhat.com>
2002-11-06 14:57       ` David Carlton

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