From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28823 invoked by alias); 4 Feb 2002 00:20:45 -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 28749 invoked from network); 4 Feb 2002 00:20:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.26.18) by sources.redhat.com with SMTP; 4 Feb 2002 00:20:44 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 3C8BE3E4D; Sun, 3 Feb 2002 19:20:43 -0500 (EST) Message-ID: <3C5DD3DB.10203@cygnus.com> Date: Sun, 03 Feb 2002 16:20:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: Fix sparc-specific MI tests References: <20020203044322.A6F3D5E9DE@zwingli.cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00049.txt.bz2 > 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