From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111694 invoked by alias); 25 Oct 2018 21:12: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 109733 invoked by uid 89); 25 Oct 2018 21:12:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mailsec114.isp.belgacom.be Received: from mailsec114.isp.belgacom.be (HELO mailsec114.isp.belgacom.be) (195.238.20.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 25 Oct 2018 21:12:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=skynet.be; i=@skynet.be; q=dns/txt; s=securemail; t=1540501925; x=1572037925; h=message-id:subject:from:to:date:in-reply-to:references: mime-version:content-transfer-encoding; bh=Myt6+SVyS9EFPfL8UBhF1mdZUXmnoWhWP0opDs64rIs=; b=n6MEEX6UaFi+r6znsfJXQc0QPyRG9DDiYe8XIBaf3DT2lHnHYJas11lN PxfR/e+NNsA4tng3dK+/Ftp+olqxqQ==; Received: from 110.212-243-81.adsl-dyn.isp.belgacom.be (HELO md) ([81.243.212.110]) by relay.skynet.be with ESMTP/TLS/AES256-GCM-SHA384; 25 Oct 2018 23:12:03 +0200 Message-ID: <1540501923.12106.16.camel@skynet.be> Subject: Re: [RFA] Removes a bunch of usages of gdb_suppress_tests in 'runto_main' From: Philippe Waroquiers To: gdb-patches@sourceware.org Date: Thu, 25 Oct 2018 21:12:00 -0000 In-Reply-To: <20181025205832.15248-1-philippe.waroquiers@skynet.be> References: <20181025205832.15248-1-philippe.waroquiers@skynet.be> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00602.txt.bz2 On Thu, 2018-10-25 at 22:58 +0200, Philippe Waroquiers wrote: > This patch changes all occurences of runto_main using gdb_suppress_tests > to use instead fail+return. In gdb.arch/pa-nullify.exp, a closing } was missing, which I fixed (not resending the full patch here, as this is the only change). Thanks Philippe