From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 62A333858C53 for ; Tue, 17 Jan 2023 16:44:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 62A333858C53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 813E4389C2; Tue, 17 Jan 2023 16:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1673973891; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jr7IMRkPb8ZD7CV0c8VAWhqsSZzh8nM+ToPDczQjHXk=; b=rwwPUgj3bqNAgGVC6gx6qUU1c41WRkSEXWDaQSh14jppAgsGzgAoW2fAACf/zTyaAXrNnQ T+hDtUieZJpjBmgQxV3hOMGZjwgXgBUValeeRc5GbQl9wboTsPeTBxu1N4F5Br5vECiwHj lQbcpY6weaKsqNcx6ix4NXT+j6LPqs4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1673973891; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jr7IMRkPb8ZD7CV0c8VAWhqsSZzh8nM+ToPDczQjHXk=; b=+WWRxfLNEfvP3PUXOCQwxwlbr7CCskPWAeLkvZ/Rurcy2rbXjI8WCwkD1S9klgKnAmXGZA ff/u6yAk4IPX3eCg== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 6BE6113357; Tue, 17 Jan 2023 16:44:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id WZxYGYPQxmPCdgAAMHmgww (envelope-from ); Tue, 17 Jan 2023 16:44:51 +0000 Message-ID: Date: Tue, 17 Jan 2023 17:44:51 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH v2 4/4] Fix parameter-less template regression in new DWARF reader Content-Language: en-US To: Joel Brobecker , Tom Tromey via Gdb-patches Cc: Tom Tromey References: <20230110183338.2623088-1-tromey@adacore.com> <20230110183338.2623088-5-tromey@adacore.com> From: Tom de Vries In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 1/14/23 07:11, Joel Brobecker via Gdb-patches wrote: > +if { [skip_cplus_tests] } { continue } This uses the old syntax, so we get: ... ERROR: tcl error sourcing src/gdb/testsuite/gdb.cp/paramless.exp. ERROR: invalid command name "skip_cplus_tests" while executing ... Thanks, - Tom