From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11174 invoked by alias); 5 Feb 2002 23:59:11 -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 11029 invoked from network); 5 Feb 2002 23:59:08 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 5 Feb 2002 23:59:08 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 6CE525E9DE; Tue, 5 Feb 2002 19:00:43 -0500 (EST) To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Fix sparc-specific MI tests References: <20020203044322.A6F3D5E9DE@zwingli.cygnus.com> <3C5DD3DB.10203@cygnus.com> From: Jim Blandy Date: Tue, 05 Feb 2002 15:59:00 -0000 In-Reply-To: <3C5DD3DB.10203@cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-02/txt/msg00141.txt.bz2 I've committed this, thanks. Andrew Cagney writes: > > 2002-02-02 Jim Blandy > > * mi-regs.exp: Various cleanups for SPARC-only tests. > > (test_breakpoints_creation_and_listing): Format of breakpoint > > table has changed. > > (sparc_register_tests): Expand floating-point number regexp to > > recognize NaN values, too. Replace ineffectual single backslash > > before a hyphen with a double backslash. Don't check the exact > > numbers of the registers which have changed, since there's no way > > to know which registers changed, exactly; just check that the > > result is well-formed. > > * mi0-regs.exp: (sparc_register_tests): Same as for > > sparc_register_tests in mi-regs.exp. > > > > Yes ok. The most important check, that the names are correct is still > there, while the tests that will always change are fixed. > > thanks! > Andrew