From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1711 invoked by alias); 16 Jan 2003 17:10:07 -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 1648 invoked from network); 16 Jan 2003 17:09:58 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 16 Jan 2003 17:09:58 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h0GH9pq06838; Thu, 16 Jan 2003 09:09:51 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Fernando Nasser Cc: Elena Zannoni , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Make tests more flexible References: <15910.5244.45739.864752@localhost.redhat.com> <3E26C44E.2050500@redhat.com> From: David Carlton Date: Thu, 16 Jan 2003 17:10:00 -0000 In-Reply-To: <3E26C44E.2050500@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-01/txt/msg00611.txt.bz2 On Thu, 16 Jan 2003 09:40:14 -0500, Fernando Nasser said: > I see a few other files with the > set srcfile ${srcdir}/${subdir}/${testfile}.c > line. They should be breaking runs with "different test tree > configurations" as well. > display.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > long_long.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > mips_pro.exp:set srcfile ${srcdir}/$subdir/${testfile}.c > overlays.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > relocate.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > setshow.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > step-line.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c > step-test.exp:set srcfile ${srcdir}/${subdir}/${testfile}.c For what it's worth, all those files pass for me. But that doesn't mean much; they might not use srcfile in ways that trigger this particular bug, and one of them (overlays.exp) doesn't actually do anything on my platform. So we might as well convert them all to use the proper definition of srcfile, it seems to me. David Carlton carlton@math.stanford.edu