From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25571 invoked by alias); 13 Feb 2002 22:30:39 -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 25362 invoked from network); 13 Feb 2002 22:30:28 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 13 Feb 2002 22:30:28 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 19BFD5E9DE; Wed, 13 Feb 2002 17:32:03 -0500 (EST) To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: test printing prototyped function types References: <20020210201852.3A28E5E9DE@zwingli.cygnus.com> <20020210162659.A2347@nevyn.them.org> From: Jim Blandy Date: Wed, 13 Feb 2002 14:30:00 -0000 In-Reply-To: <20020210162659.A2347@nevyn.them.org> 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/msg00377.txt.bz2 Daniel Jacobowitz writes: > On Sun, Feb 10, 2002 at 03:18:52PM -0500, Jim Blandy wrote: > > + -re "type = $plain\[\r\n\]+$gdb_prompt $" { > > + if {$gcc_compiled} { setup_xfail_format "stabs" } > > + fail "ptype $id (compiler doesn't emit prototyped types)" > > + } > > XFAIL here, according to the comment in the test file... Sorry, don't understand what you mean. The `setup_xfail_format' is supposed to make that `fail' behave like an `xfail' when we're reading GCC's stabs.