Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [rfa] gdb.base/pc-fp.exp message
@ 2004-11-06  7:36 Felix Lee
  2004-11-11 16:51 ` Andrew Cagney
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Lee @ 2004-11-06  7:36 UTC (permalink / raw)
  To: gdb-patches

currently it says something like

    PASS: gdb.base/pc-fp.exp: get value of $fp (0xfefecec8)

the value is arbitrary, it doesn't seem useful to report it in
the test summary, and it adds noise to a diff of test summaries.
I'd like to delete the value.  ok?

gdb/testsuite/ChangeLog
2004-11-05  Felix Lee  <felix+log1@specifixinc.com>

        * gdb.base/pc-fp.exp (get_valueofx): Don't announce value.

--- gdb.base/pc-fp.exp.~1.2.~    2004-03-03 11:12:52.000000000 -0800
+++ gdb.base/pc-fp.exp   2004-11-05 23:23:18.000000000 -0800
@@ -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 val ${default}


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

end of thread, other threads:[~2004-11-11 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-06  7:36 [rfa] gdb.base/pc-fp.exp message Felix Lee
2004-11-11 16:51 ` Andrew Cagney

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