From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7401 invoked by alias); 31 Jul 2004 02:12:38 -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 7389 invoked from network); 31 Jul 2004 02:12:36 -0000 Received: from unknown (HELO hall.mail.mindspring.net) (207.69.200.60) by sourceware.org with SMTP; 31 Jul 2004 02:12:36 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BqjMQ-0006tW-00; Fri, 30 Jul 2004 22:12:35 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 3E7F54B102; Fri, 30 Jul 2004 22:12:34 -0400 (EDT) Date: Sat, 31 Jul 2004 02:12:00 -0000 From: Michael Chastain To: manjo@austin.ibm.com Subject: Re: [RFC] gdb/testsuite/gdb.exp not taking environment variable. Cc: gdb-patches@sources.redhat.com Message-ID: <410B0011.nailNAG11JZAH@mindspring.com> References: <4109852E.nailAM721SQNX@mindspring.com> In-Reply-To: User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00532.txt.bz2 Manoj Iyer wrote: > Cool! I will use --tool_exec instead. Is this documented some place? for > my future reference? With dejagnu 1.4.4, it's not documented in 'man runtest', but it is listed in 'runtest --help', and mentioned in doc/overview.ps and doc/user.sgml in the dejagnu 1.4.4 doc/ subtree. Also, by the way, dejagnu thinks that it is testing one tool at a time. It doesn't understand that gdb needs to specify several other tools as well (versions of gcc and binutils). There is some confusion about this in lib/java.exp where java_init uses TOOL_EXECUTABLE to initialize GCJ_UNDER_TEST. I need to fix that. Until then, if you set TOOL_EXECUTABLE, I think the Java tests will screw up. Michael C