From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89356 invoked by alias); 28 Mar 2019 17:36:09 -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 89334 invoked by uid 89); 28 Mar 2019 17:36:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=hangs 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 ESMTP; Thu, 28 Mar 2019 17:36:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 252FE116E3E; Thu, 28 Mar 2019 13:36:06 -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 oZ5D5szEN03A; Thu, 28 Mar 2019 13:36:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id E7143116E36; Thu, 28 Mar 2019 13:36:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2BFBC83AE0; Thu, 28 Mar 2019 10:36:04 -0700 (PDT) Date: Thu, 28 Mar 2019 17:36:00 -0000 From: Joel Brobecker To: Pedro Franco de Carvalho Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] Fix testsuite hangs when gdb_test_multiple body errors out (Re: GDB 8.2.90 available for testing) Message-ID: <20190328173604.GA2995@adacore.com> References: <20190227055112.4A5E782D7B@joel.gnat.com> <8736ny7f8u.fsf@linux.vnet.ibm.com> <4d855905-32ce-ba4b-72f5-037f1796b37e@redhat.com> <87wokqd4gj.fsf@linux.vnet.ibm.com> <8736napwo9.fsf@linux.vnet.ibm.com> <71cc7a6b-cc1e-7017-91bc-d9cc55d78a21@redhat.com> <87lg112vvm.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lg112vvm.fsf@linux.vnet.ibm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-03/txt/msg00721.txt.bz2 > > I've done that today, after digging into expect's sources, to see how > > it manages to handle comments. > > Should this patch also be included in the 8.3 branch? I haven't seen it > there, but the patch that triggered the issue is. Pedro and I agreed it was safe for 8.3 at: https://www.sourceware.org/ml/gdb-patches/2019-03/msg00619.html https://www.sourceware.org/ml/gdb-patches/2019-03/msg00644.html So I re-tested the patch in the gdb-8.3-branch, and then pushed it. https://www.sourceware.org/ml/gdb-cvs/2019-03/msg00192.html -- Joel