From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::224]) by sourceware.org (Postfix) with ESMTPS id E0E3C3839C4C for ; Mon, 30 May 2022 10:11:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E0E3C3839C4C 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 4A33CE000A; Mon, 30 May 2022 10:11:04 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 5CCE05800FB; Mon, 30 May 2022 12:11:04 +0200 (CEST) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org, kernel-team@android.com, maennich@google.com, Bogdan Graur Subject: Re: [PATCH] test-annotate.cc: ignore whitespace during diff Organization: Me, myself and I References: <20220530075501.725826-1-gprocida@google.com> X-Operating-System: Fedora 36 X-URL: http://www.seketeli.net/~dodji Date: Mon, 30 May 2022 12:11:04 +0200 In-Reply-To: <20220530075501.725826-1-gprocida@google.com> (Giuliano Procida's message of "Mon, 30 May 2022 08:55:01 +0100") Message-ID: <87y1yjs53b.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=-3.3 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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: Mon, 30 May 2022 10:11:10 -0000 Giuliano Procida a =C3=A9crit: > The LLVM C++ demangler is being updated to remove the extra space > delimiter added between consecutive template closings. This change > ensures tests pass with both old and new versions. > > * tests/test-annotate.cc (main): Pass diff -w option. > > Suggested-by: Bogdan Graur > Signed-off-by: Giuliano Procida Applied to master, thanks! [...] Cheers, --=20 Dodji