From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 93666 invoked by alias); 18 Dec 2015 19:23:56 -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 93630 invoked by uid 89); 18 Dec 2015 19:23:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_FROM_12LTRDOM autolearn=ham version=3.3.2 spammy=our X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 18 Dec 2015 19:23:54 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1aA0d4-0002RV-RJ from Sandra_Loosemore@mentor.com ; Fri, 18 Dec 2015 11:23:50 -0800 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Fri, 18 Dec 2015 11:23:50 -0800 To: gdb-patches , Pedro Alves From: Sandra Loosemore Subject: [patch 0/3] fix some gdb.base/paginate-bg-execution.exp problems Message-ID: <56745D29.504@codesourcery.com> Date: Fri, 18 Dec 2015 19:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-12/txt/msg00383.txt.bz2 This series of patches fixes some problems I ran into testing gdb.base/paginate-bg-execution.exp on a remote Windows host via ssh -T (that is, no TTY). Part 1 is the fix previously suggested by Pedro here: https://sourceware.org/ml/gdb-patches/2015-09/msg00637.html Part 2 is another fix to the pagination code, and part 3 fixes a think-o in the test .exp file itself. The results for this test with these patches look better, but I'm still getting some pattern match failures due to too many end-of-line \r characters in the output. I still need to investigate that; I think we have a patch on our local branch that's preventing those extra characters from being generated, but I'm seeing different failures there instead. :-S Anyway, I think that is separate from the pagination/TTY issues, so I'd like to get the fixes I have in, at least. -Sandra