From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30596 invoked by alias); 18 Sep 2013 15:59:40 -0000 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 Received: (qmail 30543 invoked by uid 89); 18 Sep 2013 15:59:40 -0000 Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.222.213) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Sep 2013 15:59:39 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_40,KHOP_THREADED,MSGID_MULTIPLE_AT autolearn=no version=3.3.2 X-HELO: mailhost.u-strasbg.fr Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id 4151CC08FE; Wed, 18 Sep 2013 17:59:36 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id 30FD6C0909; Wed, 18 Sep 2013 17:59:36 +0200 (CEST) Received: from md13.u-strasbg.fr (md13.u-strasbg.fr [130.79.200.248]) by mr3.u-strasbg.fr (Postfix) with ESMTP id DBA38C0901; Wed, 18 Sep 2013 17:59:32 +0200 (CEST) Received: from ms15.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md13.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id r8IFxWEE021035 ; Wed, 18 Sep 2013 17:59:32 +0200 (envelope-from pierre.muller@ics-cnrs.unistra.fr) Received: from E6510Muller (gw-ics.u-strasbg.fr [130.79.210.225]) (Authenticated sender: mullerp) by ms15.u-strasbg.fr (Postfix) with ESMTPSA id 548A41FD8B; Wed, 18 Sep 2013 17:59:30 +0200 (CEST) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: "'Doug Evans'" , "'gdb-patches'" References: <20130918021125.GL3132@adacore.com> <001501ceb441$51732e60$f4598b20$@muller@ics-cnrs.unistra.fr> <20130918134359.GM3132@adacore.com> In-Reply-To: <20130918134359.GM3132@adacore.com> Subject: RE: [RFC] Testsuite: Avoid \r\r\n problem of *-*-mingw* host Date: Wed, 18 Sep 2013 15:59:00 -0000 Message-ID: <000c01ceb488$0f892080$2e9b6180$@muller@ics-cnrs.unistra.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-09/txt/msg00607.txt.bz2 > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: mercredi 18 septembre 2013 15:44 > =C0=A0: Pierre Muller > Cc=A0: 'Doug Evans'; 'gdb-patches' > Objet=A0: Re: [RFC] Testsuite: Avoid \r\r\n problem of *-*-mingw* host >=20 > > > Presumably two difference pieces of software are doing the \n -> \r\n > > > translation. > > There is also some \r-> \r\n translation appearing > > in normal testsuite on any system. >=20 > I am wondering if there would be a way to disable that testsuite > translation in that case... Maybe we could use this http://www.tcl.tk/man/tcl8.0/TclCmd/fconfigure.htm But I still did not understand how it really works, nor did I really find to which channel I should apply this so that mingw host GDB's output is handled correctly. Maybe someone else on the list knows more about this tcl command and how it could be used for our problem! Pierre Muller