Message ID | alpine.DEB.2.21.2410162029300.40463@angie.orcam.me.uk |
---|---|
Headers |
Return-Path: <libc-alpha-bounces~patchwork=sourceware.org@sourceware.org> X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 9C33D3858405 for <patchwork@sourceware.org>; Wed, 16 Oct 2024 19:51:19 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id D64063858D20 for <libc-alpha@sourceware.org>; Wed, 16 Oct 2024 19:50:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D64063858D20 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D64063858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729108242; cv=none; b=MOrFqMUt7G+fmP2h1BIzlahVw0NThX/xEdKXIOzg5Hi2Umc6TMcjPJKaNwgCHDnz0DSsUv2NsDdF0rrlQPeYuL+wNXO5aEP5PCSFmdLVpa0kXIk3KE+NmvJpWIebvwyWTfFp2xfij+x1O3rMOwQacT7E8RYvw6gMWA8Ko+Ds3UY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729108242; c=relaxed/simple; bh=ngqof/mMprlUTLXSr5dsRAclQ+C4Bwf8Fb1rWTVAZWc=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=RO1++E13u6iEhSWLlS9V5ckzeYaFvh2uaSP7/ckAWh6pjv3oXdsmK4YrLKy5M8XbDl+Eqk8AHqsEwCrJyROG1+61UkCE8YYGl7Yc7xJ0mSM9lPErkJzo2IVeJtkIlHmhAHZw/D0zOGId7aiZSIe9A5U3qXLRVSrbi8SNn9NPXBE= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by angie.orcam.me.uk (Postfix, from userid 500) id 3938492009C; Wed, 16 Oct 2024 21:50:40 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 336BA92009B; Wed, 16 Oct 2024 20:50:40 +0100 (BST) Date: Wed, 16 Oct 2024 20:50:40 +0100 (BST) From: "Maciej W. Rozycki" <macro@orcam.me.uk> To: libc-alpha@sourceware.org cc: "Maciej W. Rozycki" <macro@redhat.com> Subject: [PATCH v3.1 00/12] stdio-common: Add tests for formatted printf output specifiers Message-ID: <alpine.DEB.2.21.2410162029300.40463@angie.orcam.me.uk> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1162.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP 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: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list <libc-alpha.sourceware.org> List-Unsubscribe: <https://sourceware.org/mailman/options/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=unsubscribe> List-Archive: <https://sourceware.org/pipermail/libc-alpha/> List-Post: <mailto:libc-alpha@sourceware.org> List-Help: <mailto:libc-alpha-request@sourceware.org?subject=help> List-Subscribe: <https://sourceware.org/mailman/listinfo/libc-alpha>, <mailto:libc-alpha-request@sourceware.org?subject=subscribe> Reply-To: "Maciej W. Rozycki" <macro@redhat.com> Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org |
Series |
stdio-common: Add tests for formatted printf output specifiers
|
|
Message
Maciej W. Rozycki
Oct. 16, 2024, 7:50 p.m. UTC
Hi, There were a few technical issues with 01/12 in v3, where the removal of stale files was included that shouldn't have been there, plus there was a missed tab-after space formatting issue in Makefile. I'm submitting this v3.1 update then, unchanged otherwise; please treat it as is genuine v3. This is v3 of tests for formatted printf output specifiers, addressing issues raised with v2 and making additional changes. I have now completed writing analogous tests for the remaining interfaces in the printf family and concluded it would make sense to post them all together, especially as wiring them all triggered a bit of an issue in Makefile, which resulted in a change larger than I originally envisaged. I realised it made no sense to make the old arrangement only to rewrite it with the next change on one hand, while similarly it made no sense to submit the more complex arrangement without context on the other, and therefore converted the original single patch into this patch series. There have been additional updates as I discovered the wiring for mtrace was still incomplete (sigh!). See the change log for 01/12 for the details of all the changes made. Previous iterations: - v2 at: <https://inbox.sourceware.org/libc-alpha/32b978d4-c6e0-6eec-49cb-e581b3f15214@redhat.com/>, - v1 at: <https://inbox.sourceware.org/libc-alpha/ae593867-19ec-21b0-5d11-126a6488490a@redhat.com/>. This v3 has been verified with the `powerpc64le-linux-gnu' (IBM POWER9) native configuration and then the same host and the `riscv64-linux-gnu' (SiFive FU740), and `mips-linux-gnu' (o32 ABI) (MIPS 74Kf) remote targets. OK to apply? Maciej