From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by sourceware.org (Postfix) with ESMTPS id F40203858D34 for ; Wed, 22 Apr 2020 15:05:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F40203858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=seketeli.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dodji@seketeli.org X-Originating-IP: 91.166.131.130 Received: from localhost (91-166-131-130.subs.proxad.net [91.166.131.130]) (Authenticated sender: dodji@seketeli.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 69EB520005; Wed, 22 Apr 2020 15:05:34 +0000 (UTC) Received: by localhost (Postfix, from userid 1000) id 999C3581891; Wed, 22 Apr 2020 17:05:33 +0200 (CEST) From: Dodji Seketeli To: Giuliano Procida Cc: libabigail@sourceware.org, kernel-team@android.com, maennich@google.com Subject: Re: [PATCH 3/3 v2] test24-soname-suppr*txt: Fix suppression syntax. Organization: Me, myself and I References: <20200420172338.68047-1-gprocida@google.com> X-Operating-System: Fedora 33 X-URL: http://www.seketeli.net/~dodji Date: Wed, 22 Apr 2020 17:05:33 +0200 In-Reply-To: <20200420172338.68047-1-gprocida@google.com> (Giuliano Procida's message of "Mon, 20 Apr 2020 18:23:38 +0100") Message-ID: <871rofd0hu.fsf@seketeli.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libabigail mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2020 15:05:37 -0000 Giuliano Procida a =C3=A9crit: > The property name "reached_through" should have been > "accessed_through" and the property value "reference_or_pointer" > should have been "reference-or-pointer". > > This patch fixes these issues. > > * tests/data/test-diff-suppr/test24-soname-suppr-0.txt: Fix > typo, change "reached_through" to "accessed_through". > * tests/data/test-diff-suppr/test24-soname-suppr-1.txt: Ditto. > * tests/data/test-diff-suppr/test24-soname-suppr-2.txt: Ditto. > * tests/data/test-diff-suppr/test24-soname-suppr-3.txt: Ditto. > * tests/data/test-diff-suppr/test24-soname-suppr-4.txt: Ditto. Applied to master, thanks! Cheers, --=20 Dodji