From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12931 invoked by alias); 5 Nov 2002 22:14:33 -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 12851 invoked from network); 5 Nov 2002 22:14:32 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 5 Nov 2002 22:14:32 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id gA5MEVZ21940; Tue, 5 Nov 2002 14:14:31 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: gdb-patches@sources.redhat.com Subject: [rfa/testsuite] Don't display values in output of pc-fp.exp Cc: Fernando Nasser , cagney From: David Carlton Date: Tue, 05 Nov 2002 14:14:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00068.txt.bz2 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 * 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}