gcc: Update known failures

This commit is contained in:
Xi Ruoyao
2025-08-09 17:07:30 +08:00
parent ac6c35cb21
commit 675ec7ff7a

View File

@@ -170,13 +170,9 @@ su tester -c "PATH=$PATH make -k check"</userinput></screen>
url="&test-results;"/> and
<ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
<!-- https://github.com/google/sanitizers/issues/1716
Affecting any host distro with a large vm.mmap_rnd_bits.
The fix is https://github.com/llvm/llvm-project/commit/0784b1eefa36
but it's not in GCC 14. TODO retry with
sudo sysctl vm.mmap_rnd_bits=32
on the host distro when we update to GCC 15. -->
<para>The tsan tests are known to fail on some host distros.</para>
<!-- https://gcc.gnu.org/PR118885 -->
<para>The tests related to <filename>pr90579.c</filename> are known
to fail.</para>
<para>A few unexpected failures cannot always be avoided. In some cases
test failures depend on the specific hardware of the system.<!--The GCC developers