https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122742

Xi Ruoyao <xry111 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xry111 at gcc dot gnu.org

--- Comment #2 from Xi Ruoyao <xry111 at gcc dot gnu.org> ---
FWIW the Linux From Scratch team posts one or more GCC "make check -k" log on
x86_64 for each LFS release, for example
https://www.linuxfromscratch.org/lfs/build-logs/12.4/Ultra5-125H/test-logs/827-gcc-15.2.0.

We also analysis the failures and record them in the LFS book text
(unfortunately the details about the failures are often only in the comment of
book source, not available in the rendered text).

A flaw of the test result: in LFS GCC is built in a barely usable rootfs, so
many optional dependencies for test (GDB, graphviz, etc.) are unavailable (and
those nasty guality tests are not executed).

We also we deliberately removed the CPython plugin tests due to PR112520.

Reply via email to