From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12273 invoked by alias); 10 Oct 2009 04:59:56 -0000 Received: (qmail 12115 invoked by uid 22791); 10 Oct 2009 04:59:55 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Oct 2009 04:59:51 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 7877B2BAC36; Sat, 10 Oct 2009 00:59:49 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id PwxoTSaibg5h; Sat, 10 Oct 2009 00:59:49 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 26A482BAC4E; Sat, 10 Oct 2009 00:59:49 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 94308F589F; Fri, 9 Oct 2009 21:59:45 -0700 (PDT) Date: Sat, 10 Oct 2009 04:59:00 -0000 From: Joel Brobecker To: Jiang Jilin Cc: Hui Zhu , Michael Snyder , gdb-patches ml Subject: Re: [PATCH] Add xgetbv/xsetbv instructions support for precord. Message-ID: <20091010045945.GF5272@adacore.com> References: <1255095434-30271-1-git-send-email-freephp@gmail.com> <20091009172119.GA5272@adacore.com> <7d77a27d0910091838l76217714m92a55afc2fdf25f3@mail.gmail.com> <20091010023344.GD5272@adacore.com> <7d77a27d0910091945l1de79c02u1f111bd3b193b144@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7d77a27d0910091945l1de79c02u1f111bd3b193b144@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00201.txt.bz2 > Another question: when to verify whether regression occurs, is 'make > check' enough? or have to test all other *.exp in > /usr/share/dejagnu/baseboards? No, just once run before and one run after with the same board file should be enough. Just because I'm not familiar with these board files, wouldn't it have been nice to have the information directly embedded somewhere in the GDB testsuite library? At AdaCore, our own gdb-testsuite knows what each target supports, so it knows whether a test might be relevant or not. From what I can tell, the testsuite does not run the precord testcases unless I use the precord.exp board file. -- Joel