From patchwork Thu May 1 16:27:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 776 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx20.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id 1A67D360068 for ; Thu, 1 May 2014 09:27:52 -0700 (PDT) Received: by homiemail-mx20.g.dreamhost.com (Postfix, from userid 14314964) id B8D3F4159B52D; Thu, 1 May 2014 09:27:51 -0700 (PDT) X-Original-To: gdb@patchwork.siddhesh.in Delivered-To: x14314964@homiemail-mx20.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx20.g.dreamhost.com (Postfix) with ESMTPS id 95E674159B529 for ; Thu, 1 May 2014 09:27:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; q=dns; s=default; b=gX5BysMATWIfdcdmXl5WkNActGelFCX dKxW1usFTqTrRMIS4P2Q+B4DYedb+drLwOT+NeRQK4lvLxMwraM60RuGAK2+6IMr bWREmhaIq4vLVfBfhrA+8vNN0Z+oXJQkk7vM5DsCj5SveaqPXSa6BRVpNbXl008L s0FlPx+AwxkE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:date:message-id:in-reply-to :references; s=default; bh=E/U2nhQLGGIykoRedQrjydBIgy0=; b=fnAYW YRsH1mzjTGGDMUv2cKcSlTa9R0ASdUqYBPiRmzyAQhY9r1hrKGTyf78GR0tywPxb iwLRxm3OsqTyajYx613FprI/Q8+MBtys7P9eI3dQG2Ato81KVCcKCs5xH825bH4V GveTUZQjkf86qJ2VtCuvkrNZg6zZEGpPVPwg5I= Received: (qmail 1186 invoked by alias); 1 May 2014 16:27:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1164 invoked by uid 89); 1 May 2014 16:27:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 May 2014 16:27:41 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s41GRdM7020314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 1 May 2014 12:27:39 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s41GRawW006688; Thu, 1 May 2014 12:27:38 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Cc: Yao Qi Subject: [PUSHED 1/2] Rename testsuite/boards/local-remote-host.exp -> testsuite/boards/local-remote-host-notty.exp Date: Thu, 1 May 2014 17:27:34 +0100 Message-Id: <1398961655-7899-2-git-send-email-palves@redhat.com> In-Reply-To: <1398961655-7899-1-git-send-email-palves@redhat.com> References: <1395812833-17748-1-git-send-email-yao@codesourcery.com> <1398961655-7899-1-git-send-email-palves@redhat.com> X-DH-Original-To: gdb@patchwork.siddhesh.in When testing with this board, stdin is not a tty, and so readline/editing is disabled: $ ssh localhost gdb -q (gdb) show editing Editing of command lines as they are typed is off. (gdb) Rename the file, to make room for a version of this board that forces a pseudo-tty. gdb/testsuite/ 2014-05-01 Pedro Alves * boards/local-remote-host.exp: Rename to ... * boards/local-remote-host-notty.exp: ... this. --- gdb/testsuite/ChangeLog | 5 +++++ .../boards/{local-remote-host.exp => local-remote-host-notty.exp} | 0 2 files changed, 5 insertions(+) rename gdb/testsuite/boards/{local-remote-host.exp => local-remote-host-notty.exp} (100%) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 8078a42..bdd1fc2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2014-05-01 Pedro Alves + + * boards/local-remote-host.exp: Rename to ... + * boards/local-remote-host-notty.exp: ... this. + 2014-04-28 Joel Brobecker * gdb.ada/dyn_arrayidx: New testcase. diff --git a/gdb/testsuite/boards/local-remote-host.exp b/gdb/testsuite/boards/local-remote-host-notty.exp similarity index 100% rename from gdb/testsuite/boards/local-remote-host.exp rename to gdb/testsuite/boards/local-remote-host-notty.exp