mbox series

[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
Headers show
Series stdio-common: Add tests for formatted printf output specifiers | expand

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