From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16638 invoked by alias); 14 Aug 2019 10:21:14 -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 16628 invoked by uid 89); 14 Aug 2019 10:21:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=basic.exp, UD:basic.exp, basicexp X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Aug 2019 10:21:13 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 1DD29AE12; Wed, 14 Aug 2019 10:21:11 +0000 (UTC) Subject: Re: [PATCH 0/8] Upgrade readline To: Tom Tromey , Kevin Buettner Cc: gdb-patches@sourceware.org References: <20190806204334.13441-1-tom@tromey.com> <20190806200520.2c520f05@f29-4.lan> <875zn98560.fsf@tromey.com> From: Tom de Vries Openpgp: preference=signencrypt Message-ID: <23404574-475f-1526-e012-1107d264f808@suse.de> Date: Wed, 14 Aug 2019 10:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: <875zn98560.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00283.txt.bz2 On 07-08-19 15:40, Tom Tromey wrote: > Here's patch 1. This caused a regression with check-read1 in gdb.tui/basic.exp: ... FAIL: gdb.tui/basic.exp: list main XPASS: gdb.tui/basic.exp: source box FAIL: gdb.tui/basic.exp: asm window shows main FAIL: gdb.tui/basic.exp: split layout contents FAIL: gdb.tui/basic.exp: asm box in split layout (ul corner) ... Thanks, - Tom