Revert "mesa: Document a test timeout with Glibc-2.38"

This reverts commit 3cb77ad5a6.

Fixed with the Glibc memalign patch.
This commit is contained in:
Xi Ruoyao 2023-08-16 16:46:44 +08:00
parent a8337252bc
commit a698f381b5
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -291,12 +291,6 @@ ninja</userinput></screen>
<para>
To test the results, issue:
<command>meson configure -Dbuild-tests=true &amp;&amp; ninja test</command>.
<!-- Glibc performance regression:
https://sourceware.org/pipermail/libc-alpha/2023-August/150653.html
I can only hope it won't cause severe performace issue in
practice for now... -->
One test named <filename>SparseArrayTest</filename> is known to
timeout with Glibc-2.38.
</para>
<!-- All 88 tests passed for me for 22.3.3 [pierre]
All 90 tests passed for me for 23.1.0 [bdubbs]