From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 48937 invoked by alias); 26 Mar 2019 21:01:30 -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 48918 invoked by uid 89); 26 Mar 2019 21:01:29 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 21:01:28 +0000 Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2QKxRPb072173 for ; Tue, 26 Mar 2019 17:01:26 -0400 Received: from e14.ny.us.ibm.com (e14.ny.us.ibm.com [129.33.205.204]) by mx0b-001b2d01.pphosted.com with ESMTP id 2rfskj58b9-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 26 Mar 2019 17:01:25 -0400 Received: from localhost by e14.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Mar 2019 21:01:25 -0000 Received: from b01cxnp22034.gho.pok.ibm.com (9.57.198.24) by e14.ny.us.ibm.com (146.89.104.201) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 26 Mar 2019 21:01:21 -0000 Received: from b01ledav005.gho.pok.ibm.com (b01ledav005.gho.pok.ibm.com [9.57.199.110]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x2QL1K5Q20774926 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 26 Mar 2019 21:01:20 GMT Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 6B9E4AE068; Tue, 26 Mar 2019 21:01:20 +0000 (GMT) Received: from b01ledav005.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 45CC0AE060; Tue, 26 Mar 2019 21:01:20 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.229.54]) by b01ledav005.gho.pok.ibm.com (Postfix) with ESMTP; Tue, 26 Mar 2019 21:01:20 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id B17933C046E; Tue, 26 Mar 2019 18:01:17 -0300 (-03) From: Pedro Franco de Carvalho To: Pedro Alves , Joel Brobecker , 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) In-Reply-To: <71cc7a6b-cc1e-7017-91bc-d9cc55d78a21@redhat.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> Date: Tue, 26 Mar 2019 21:01:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19032621-0052-0000-0000-000003A17D2E X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010819; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000282; SDB=6.01180089; UDB=6.00617546; IPR=6.00960804; MB=3.00026168; MTD=3.00000008; XFM=3.00000015; UTC=2019-03-26 21:01:23 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19032621-0053-0000-0000-00006048990A Message-Id: <87lg112vvm.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00613.txt.bz2 Pedro Alves writes: > I've done that today, after digging into expect's sources, to see how > it manages to handle comments. Thanks! 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 Franco de Carvalho