From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27089 invoked by alias); 6 Nov 2019 17:28:51 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 27063 invoked by uid 89); 6 Nov 2019 17:28:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=H*RU:sk:smtpout, HX-Spam-Relays-External:sk:smtpout, H*F:D*br X-HELO: smtpout1.mo528.mail-out.ovh.net Date: Wed, 06 Nov 2019 17:28:00 -0000 From: "Gabriel F. T. Gomes" To: Paul E Murphy CC: Subject: Re: [PATCH v2 06/30] ldbl-128ibm-compat: Test positional arguments Message-ID: <20191106142835.39b6b9c1@tereshkova.br.ibm.com> In-Reply-To: <34a497cb-9a69-5c50-c491-5717f7e089c7@linux.ibm.com> References: <20191025153410.15405-1-gabriel@inconstante.net.br> <20191025153410.15405-7-gabriel@inconstante.net.br> <34a497cb-9a69-5c50-c491-5717f7e089c7@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Ovh-Tracer-Id: 201817561739021880 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedruddujedguddtvdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjqdffgfeufgfipdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpeffhffvuffkjghfofggtgfgihesthejredtredtvdenucfhrhhomhepfdfirggsrhhivghlucfhrdcuvfdrucfiohhmvghsfdcuoehgrggsrhhivghlsehinhgtohhnshhtrghnthgvrdhnvghtrdgsrheqnecuffhomhgrihhnpehsohhurhgtvgifrghrvgdrohhrghenucfkpheptddrtddrtddrtddpfedvrddutdegrddukedrvddtfeenucfrrghrrghmpehmohguvgepshhmthhpqdhouhhtpdhhvghlohepgfgigedrvghmphdrlhhotggrlhdpihhnvghtpedtrddtrddtrddtpdhmrghilhhfrhhomhepghgrsghrihgvlhesihhntghonhhsthgrnhhtvgdrvghtihdrsghrpdhrtghpthhtoheplhhisggtqdgrlhhphhgrsehsohhurhgtvgifrghrvgdrohhrghenucevlhhushhtvghrufhiiigvpedt X-SW-Source: 2019-11/txt/msg00177.txt.bz2 Hi, Paul, On Mon, 04 Nov 2019, Paul E Murphy wrote: >OK. Are there any other weird cases which should be tested against? Are >these meant to be implicit tests of the underlying ABI? I haven't thought of other weird cases. This test for positional parameters, as well as the test for double typed variables (previous patch in this set) check that the relevant code paths in __vfprintf_internal (added by commit ID 1626f499d159, but not yet fully used so far) are working as designed. These tests are an attempt to improve the testing of vfprintf as suggested by Joseph in a somewhat old message [1]. [1] https://sourceware.org/ml/libc-alpha/2018-06/msg00084.html