]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Skip time zone format testing for COW std::string
authorJonathan Wakely <jwakely@redhat.com>
Wed, 4 Jun 2025 20:49:54 +0000 (21:49 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 4 Jun 2025 21:00:58 +0000 (22:00 +0100)
commitfc198521cd3e135bc07f6a86a5ffa9c70fc3abca
tree84accbb916718b4640d10815a01e5a99cedc8c15
parent9788a1e24822226b55dd1ab521e34bfaf9f4974d
libstdc++: Skip time zone format testing for COW std::string

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.
libstdc++-v3/testsuite/std/time/format/empty_spec.cc