On Mon, 9 Feb 2026 at 20:42, Jonathan Wakely <[email protected]> wrote: > > libstdc++-v3/ChangeLog: > > PR libstdc++/124015 > * testsuite/28_regex/traits/char/lookup_classname.cc: Check for > correct result for unrecognized classname. Check that lookup is > case insensitive. Check that all required classnames are > recognized. Check that icase flag only affects "lower" and > "upper". > --- > > I'm proposing this first patch before the bugfix in patch 2/3 because I > want to see that it causes a new failure in the arm-eabi post-commit CI. > That should then be fixed by patch 2/3 in the series. > > This and patch 2/3 are suitable for backport to release branches. > > Tested x86_64-linux.
I forgot to make the same changes to the wchar_t/lookup_classname.cc test. I'll do that and send a v2 patch tomorrow.
