Re: [PATCH v2] libstdc++: Test for formatting with empty spec for time points.

2025-06-04 Thread Jonathan Wakely
On Wed, 4 Jun 2025 at 15:35, Tomasz Kaminski wrote: > > > > On Wed, Jun 4, 2025 at 4:04 PM Jonathan Wakely wrote: >> >> On 04/06/25 13:06 +0200, Tomasz Kamiński wrote: >> >Adding a tests for behavior of the ostream operator and the formatting >> >with empty chronio-spec for the chrono types. Curr

Re: [PATCH v2] libstdc++: Test for formatting with empty spec for time points.

2025-06-04 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 4:04 PM Jonathan Wakely wrote: > On 04/06/25 13:06 +0200, Tomasz Kamiński wrote: > >Adding a tests for behavior of the ostream operator and the formatting > >with empty chronio-spec for the chrono types. Current coverage is: > > * time point, zoned_time and local_time_forma

Re: [PATCH v2] libstdc++: Test for formatting with empty spec for time points.

2025-06-04 Thread Jonathan Wakely
On 04/06/25 13:06 +0200, Tomasz Kamiński wrote: Adding a tests for behavior of the ostream operator and the formatting with empty chronio-spec for the chrono types. Current coverage is: * time point, zoned_time and local_time_format in this commit, * duration and hh_mm_ss in r16-1099-gac0a04b7a25

Re: [PATCH v2] libstdc++: Test for formatting with empty spec for time points.

2025-06-04 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 1:08 PM Tomasz Kamiński wrote: > Adding a tests for behavior of the ostream operator and the formatting > with empty chronio-spec for the chrono types. Current coverage is: > This should say "chron-spec", consider it to be fixed locally. > * time point, zoned_time and loc

[PATCH v2] libstdc++: Test for formatting with empty spec for time points.

2025-06-04 Thread Tomasz Kamiński
Adding a tests for behavior of the ostream operator and the formatting with empty chronio-spec for the chrono types. Current coverage is: * time point, zoned_time and local_time_format in this commit, * duration and hh_mm_ss in r16-1099-gac0a04b7a254fb, * calendar types in r16-1016-g28a17985dd34