From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66057 invoked by alias); 25 Feb 2020 07:23:43 -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 66049 invoked by uid 89); 25 Feb 2020 07:23:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:379, H*i:sk:877e0f7, H*f:sk:877e0f7, H*f:sk:877e0gg X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Feb 2020 07:23:42 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 93E95AFDF; Tue, 25 Feb 2020 07:23:40 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Fix gdb.go/methods.exp To: Tom Tromey Cc: gdb-patches@sourceware.org References: <20200221110152.GA30305@delia> <877e0ggfe8.fsf@tromey.com> <2d3be3b3-fc78-1fbf-7952-64d3962c14bc@suse.de> <877e0f7poe.fsf@tromey.com> From: Tom de Vries Message-ID: <6639484a-4c7d-83e9-1d7b-66a3ed2066e6@suse.de> Date: Tue, 25 Feb 2020 07:23:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: <877e0f7poe.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00939.txt.bz2 On 21-02-2020 19:36, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries writes: > > Tom> I managed using maintenance print symbols. > > Tom> OK for trunk like this? > > Yes, thank you. > The gcc PR for which I added the xfail was closed, so this updates the gdb test-case. Committed as obvious. Thanks, - Tom