On Wed, 7 Jan 2026 at 12:58, Frank Scheiner wrote: > > === libstdc++ Summary === > > # of expected passes 18162 19243 > # of unexpected failures 9 245 > # of expected failures 131 140 > # of unresolved testcases 2 > # of unsupported tests 740 786 > ``` > > Overall this looks like an improvement to me. Although the number of > unexpected failures for libstdc++ increased dramatically. But the number > of expected passes - where they increased - increased more than the > number of failures.
Is there a pattern to the unexpected failures? Are they all in a particular part of the library? Are they compilation failures? ICEs? failed assertions in the tests at runtime?
