From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5685 invoked by alias); 6 Nov 2004 07:36:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5672 invoked from network); 6 Nov 2004 07:36:52 -0000 Received: from unknown (HELO epic.mail.pas.earthlink.net) (207.217.120.181) by sourceware.org with SMTP; 6 Nov 2004 07:36:52 -0000 Received: from ip216-26-76-19.dsl.du.teleport.com ([216.26.76.19] helo=stray.canids) by epic.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1CQL7z-0001zI-00 for gdb-patches@sources.redhat.com; Fri, 05 Nov 2004 23:36:52 -0800 Received: from stray.canids (localhost.localdomain [127.0.0.1]) by stray.canids (Postfix) with ESMTP id 95B3A50346B for ; Fri, 5 Nov 2004 23:36:50 -0800 (PST) From: Felix Lee To: gdb-patches@sources.redhat.com Subject: [rfa] gdb.base/pc-fp.exp message Date: Sat, 06 Nov 2004 07:36:00 -0000 Message-Id: <20041106073650.95B3A50346B@stray.canids> X-SW-Source: 2004-11/txt/msg00107.txt.bz2 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 * 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}