From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9088 invoked by alias); 18 Jun 2009 14:46:03 -0000 Received: (qmail 9075 invoked by uid 22791); 18 Jun 2009 14:46:02 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_53,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 14:45:51 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MHIs9-0007AW-KF; Thu, 18 Jun 2009 10:45:49 -0400 From: Eli Zaretskii To: "Pierre Muller" CC: drow@false.org, gdb-patches@sourceware.org In-reply-to: <001401c9ef8f$7c031b70$74095250$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFA] testsuite/lib/gdb.exp Use unbuffered stdout and stderr also for djgpp executables Reply-to: Eli Zaretskii References: <001401c9ef8f$7c031b70$74095250$@u-strasbg.fr> Message-Id: Date: Thu, 18 Jun 2009 14:46:00 -0000 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: 2009-06/txt/msg00473.txt.bz2 > From: "Pierre Muller" > Cc: > Date: Wed, 17 Jun 2009 23:06:28 +0200 > > I am trying to use the testsuite with DJGPP > (see a previous email where I sent a djgpp.exp > board description that allows to run subsets of the testsuite). > > Is this patch OK? If it makes the test suite work with DJGPP, I don't see any reasons not to commit it. Thanks.