From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4346 invoked by alias); 7 Mar 2003 16:37:13 -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 4339 invoked from network); 7 Mar 2003 16:37:12 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 7 Mar 2003 16:37:12 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 81EC82A9C; Fri, 7 Mar 2003 11:37:09 -0500 (EST) Message-ID: <3E68CAB5.90203@redhat.com> Date: Fri, 07 Mar 2003 16:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob Savoye Cc: Alexandre Oliva , gdb-patches@sources.redhat.com Subject: Re: DejaGnu: support nfsdir and nfsroot_server References: <20030305105138.B28535@welcomehome.org> <3E6643A0.6010401@redhat.com> <20030305122700.H28535@welcomehome.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00163.txt.bz2 > If you know of any problems in 1.4.3 that would prevent upgrading, let > me know, as I'm slowly working towards the 1.4.4 release. I could crank > that out much faster if there was a major issue to fix. One main difference, > 1.4.3 has XML output, KFAIL/KPASS support, and a new tutorial, plus GCC 3.x > support for the one C++ testcase. FYI, I do know that this `hack' keeps rearing its ugly head. 2001-11-12 Andrew Cagney * lib/remote.exp (local_exec, standard_close): Use SHELL background instead of tcl background to background the kill processes. Work around problem found by Nick Duffek in older CYGWINs. (turns out that newer cygwin's have the same problem). Andrew