From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::222]) by sourceware.org (Postfix) with ESMTPS id E4A4D3850236 for ; Fri, 8 Jul 2022 13:56:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E4A4D3850236 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=seketeli.org Received: (Authenticated sender: dodji@seketeli.org) by mail.gandi.net (Postfix) with ESMTPSA id DD1ED40005; Fri, 8 Jul 2022 13:56:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seketeli.org; s=gm1; t=1657288611; h=from:from:reply-to:subject:subject: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=nIQlY50gOO07hGbpem/Gr3cF3HlrVFynrwtx104WHis=; b=dRYcwIst/JoY5gnltHTl6VnXAwp1s+8kjaDtWcxKw+sQfzNSxQdsO0COSI3d+wecWVWzch Ns82iF5oR71ZtIIqMIR8Li4aB4/AKuPFBuW3hCF7Q0J8NLQ9PG22WSS32EsM7EgvAP9Tpv hzRJGzTnggMS3U9yDHtFHYPc8HerGwnoaCO5DUVbyF7daVfAzuVcURQ+HtnPZbdceUBoHh gO/bmbL6rsPyQlywPSuNApEcBwFX1lg3C+EVaEZQ8xwdzkxs/ntDSppfL+5JqA2xnpUJI+ byHdpd72eEh5OJtVc47Sf3znMYUWDLA7EqGlDlPFl7PAgBBOOHh8bInLFZFCaA== Received: by localhost (Postfix, from userid 1000) id 7DEAC5800FC; Fri, 8 Jul 2022 15:56:45 +0200 (CEST) From: Dodji Seketeli To: Matthias Maennich Cc: libabigail@sourceware.org, gprocida@google.com, kernel-team@android.com Subject: Re: [PATCH] tests: Update Catch2 library to v2.13.9 Organization: Me, myself and I References: <20220708120503.3010470-1-maennich@google.com> X-Operating-System: Fedora 37 X-URL: http://www.seketeli.net/~dodji Date: Fri, 08 Jul 2022 15:56:45 +0200 In-Reply-To: <20220708120503.3010470-1-maennich@google.com> (Matthias Maennich's message of "Fri, 8 Jul 2022 13:05:04 +0100") Message-ID: <87czefbtcy.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, JMQ_SPF_NEUTRAL, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2022 13:56:54 -0000 Matthias Maennich a =C3=A9crit: > This updates catch2 to the latest released version. That also drops a > workaround for missing MINSIGSTKSZ in newer glibcs that we introduced in > 8ae8dcb8d5b8 ("tests: Update to catch.hpp v2.13.4 and fix #2178"). > > * tests/lib/catch.hpp: Update to v2.13.9 > > Signed-off-by: Matthias Maennich Applied to master, Thanks! [...] Cheers, --=20 Dodji