Test suite expectation updates for guile and python2

This commit is contained in:
Douglas R. Reno 2022-02-27 09:46:39 -06:00
parent 51a2a54dd9
commit 5f26bc36ce
2 changed files with 11 additions and 0 deletions

View File

@ -108,6 +108,9 @@ makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen
<para>
To test the results, issue: <command>./check-guile</command>.
On an i686 system, as many as 10 tests will fail in the
<filename>numbers.test</filename> test suite due to minor floating-point
rounding errors.
</para>
<!-- 10 of the numbers tests fail on i686. This should probably be looked
into at a later point in time. -renodr -->

View File

@ -168,6 +168,14 @@ make</userinput></screen>
<para>
If you invoke the tests, they will run through twice.
To test the results, issue: <command>make -k test</command>.
<!-- https://bugs.python.org/issue46811 -->
Several tests are known to fail, including
<literal>test_ftplib</literal>,
<literal>test_ssl</literal>,
<literal>test_urllib2_localnet</literal>,
<literal>test_xml_etree</literal>, and
<literal>test_minidom</literal>. These failures are due to
OpenSSL-3 and Expat-2.4.6.
</para>
<para>