From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9043 invoked by alias); 7 Apr 2014 16:39:26 -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 9031 invoked by uid 89); 7 Apr 2014 16:39:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 07 Apr 2014 16:39:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4CABC1160DA; Mon, 7 Apr 2014 12:39:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r3sV3IdrzlWT; Mon, 7 Apr 2014 12:39:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 23A071160C3; Mon, 7 Apr 2014 12:39:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 32840E0BF1; Mon, 7 Apr 2014 09:39:22 -0700 (PDT) Date: Mon, 07 Apr 2014 16:39:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] [testsuite] Disable Ctrl-V use for mingw hosts. Message-ID: <20140407163922.GB4250@adacore.com> References: <1395712934-29531-1-git-send-email-yao@codesourcery.com> <533A2362.3030405@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <533A2362.3030405@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00077.txt.bz2 > > 2014-03-25 Pierre Muller > > > > * gdb.base/printcmds.exp (test_artificial_arrays): Disable > > Ctrl-V use for mingw hosts. > > Ping. https://sourceware.org/ml/gdb-patches/2014-03/msg00590.html Sorry about the wait. OK, but with a small change in the comment to say that the ctrl-v character is not only unnecessary on MinGW but actually harmful for the test because that character isn't recognized as an escape character. It'd be nice to know when @ is actually an escape character (just thinking out loud, not asking you to do the research - a google research doesn't quite clarify this for me). -- Joel