Re: [PATCH] libstdc++: Test for precision and floting point durations.

2025-06-11 Thread Jonathan Wakely
On Wed, 11 Jun 2025 at 15:07, Tomasz Kamiński wrote: > > libstdc++-v3/ChangeLog: > > * testsuite/std/time/format/empty_spec.cc: New tests. > * testsuite/std/time/format/precision.cc: New test. > --- > Testing on x86_64-linux. OK for trunk when tests passes? OK (with the change to

Re: [PATCH] libstdc++: Test for precision and floting point durations.

2025-06-11 Thread Tomasz Kaminski
On Wed, Jun 11, 2025 at 4:07 PM Tomasz Kamiński wrote: > libstdc++-v3/ChangeLog: > > * testsuite/std/time/format/empty_spec.cc: New tests. > * testsuite/std/time/format/precision.cc: New test. > --- > Testing on x86_64-linux. OK for trunk when tests passes? > > .../testsuite/std/

[PATCH] libstdc++: Test for precision and floting point durations.

2025-06-11 Thread Tomasz Kamiński
libstdc++-v3/ChangeLog: * testsuite/std/time/format/empty_spec.cc: New tests. * testsuite/std/time/format/precision.cc: New test. --- Testing on x86_64-linux. OK for trunk when tests passes? .../testsuite/std/time/format/empty_spec.cc | 51 + .../testsuite/std/time/for