From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ZLjNMCWAHWB0JgAAWB0awg (envelope-from ) for ; Fri, 05 Feb 2021 12:28:05 -0500 Received: by simark.ca (Postfix, from userid 112) id BB3541EFCB; Fri, 5 Feb 2021 12:28:05 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D3F011EF7A for ; Fri, 5 Feb 2021 12:28:04 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 63501385802B; Fri, 5 Feb 2021 17:28:04 +0000 (GMT) Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 2DC86385802B for ; Fri, 5 Feb 2021 17:28:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 2DC86385802B Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tdevries@suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 4B78BAC43; Fri, 5 Feb 2021 17:28:01 +0000 (UTC) Subject: Re: [PATCH][gdb/testsuite] Add KFAILs for PR symtab/24549 To: Tom Tromey References: <20210129154749.GA15479@delia> <87k0rm5ygc.fsf@tromey.com> From: Tom de Vries Message-ID: Date: Fri, 5 Feb 2021 18:28:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <87k0rm5ygc.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2/5/21 4:25 PM, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries writes: > > Tom> gdb/testsuite/ChangeLog: > > Tom> 2021-01-29 Tom de Vries > > Tom> * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549. > Tom> * gdb.fortran/mixed-lang-stack.exp: Same. > > This seems fine to me. Thanks for doing this. > > This is definitely a hole in .gdb_index (which I wouldn't bother > fixing), but I wonder if the official DWARF index has support for this > situation. AFAICT, no. Maybe we should bring this up on the DWARF std ml? Thanks, - Tom