Re: [committed] libstdc++: Skip time zone format testing for COW std::string

2025-06-05 Thread Tomasz Kaminski
On Wed, Jun 4, 2025 at 11:04 PM Jonathan Wakely wrote: > This is needed when testing with -D_GLIBCXX_USE_CXX11_ABI=0 to fix: > FAIL: std/time/format/empty_spec.cc -std=gnu++20 (test for excess errors) > > libstdc++-v3/ChangeLog: > > * testsuite/std/time/format/empty_spec.cc: Only test ti

[committed] libstdc++: Skip time zone format testing for COW std::string

2025-06-04 Thread Jonathan Wakely
This is needed when testing with -D_GLIBCXX_USE_CXX11_ABI=0 to fix: FAIL: std/time/format/empty_spec.cc -std=gnu++20 (test for excess errors) libstdc++-v3/ChangeLog: * testsuite/std/time/format/empty_spec.cc: Only test time zones for cxx11 string ABI. --- Pushed to trunk. libs