From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1693 invoked by alias); 8 Mar 2007 23:20:44 -0000 Received: (qmail 1682 invoked by uid 22791); 8 Mar 2007 23:20:42 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 08 Mar 2007 23:20:34 +0000 Received: from dsl093-172-095.pit1.dsl.speakeasy.net ([66.93.172.95] helo=caradoc.them.org) by nevyn.them.org with esmtp (Exim 4.63) (envelope-from ) id 1HPRuP-000226-Bo; Thu, 08 Mar 2007 18:20:29 -0500 Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HPRuP-0004fs-5M; Thu, 08 Mar 2007 18:20:29 -0500 Date: Thu, 08 Mar 2007 23:20:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [commit] Tests for the target description XML parser Message-ID: <20070308232029.GA17914@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , gdb-patches@sourceware.org References: <20070123171403.GA18292@nevyn.them.org> <200703082309.l28N9tqG012916@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703082309.l28N9tqG012916@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes 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: 2007-03/txt/msg00099.txt.bz2 On Fri, Mar 09, 2007 at 12:09:55AM +0100, Ulrich Weigand wrote: > This causes a FAIL on spu, since the target supports only a > single architecture, and the pattern requires two. This > probably was not the intention? Nope. You should probably detect that and skip the remaining tests in that file. I would have expected 'set architecture' to print both spu and spu:256K, but that's not important. -- Daniel Jacobowitz CodeSourcery