From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127955 invoked by alias); 29 Aug 2016 12:39:02 -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 127936 invoked by uid 89); 29 Aug 2016 12:39:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=this!, Hx-languages-length:387 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 29 Aug 2016 12:38:58 +0000 Received: by simark.ca (Postfix, from userid 112) id 92D411E7DA; Mon, 29 Aug 2016 08:38:56 -0400 (EDT) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id 00C001E17D; Mon, 29 Aug 2016 08:38:54 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 29 Aug 2016 12:39:00 -0000 From: Simon Marchi To: Jan Kratochvil Cc: Simon Marchi , Pedro Alves , gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [testsuite patch+7.12] gdb.base/default.exp regression [Re: [PATCH] Allow resetting an empty inferior-tty] In-Reply-To: <20160829105520.GA31183@host1.jankratochvil.net> References: <20160824144548.19204-1-simon.marchi@ericsson.com> <02a660a4-13e9-d741-577a-0aaef7c196ae@redhat.com> <83692a3c-621a-4aa5-5025-45cfa61b1b81@redhat.com> <5177e9d5-abcc-b31a-15c8-e3558e467d70@ericsson.com> <8be08f7d-e16c-a0db-ae46-a1c35e2e2a4e@redhat.com> <80eddf59-09ab-f3b8-a977-9cc3bba4fbab@ericsson.com> <20160829105520.GA31183@host1.jankratochvil.net> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.0 X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00290.txt.bz2 On 2016-08-29 06:55, Jan Kratochvil wrote: > On Wed, 24 Aug 2016 19:18:15 +0200, Simon Marchi wrote: >> As per Pedro's suggestion, I also pushed this to the 7.12 branch. > > tty^M > (gdb) FAIL: gdb.base/default.exp: tty > > OK for check-in? > > > Jan Derp. Thanks for this!