mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Test suite expectation updates for guile and python2
This commit is contained in:
parent
51a2a54dd9
commit
5f26bc36ce
@ -108,6 +108,9 @@ makeinfo --plaintext -o doc/ref/guile.txt doc/ref/guile.texi</userinput></screen
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
To test the results, issue: <command>./check-guile</command>.
|
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>
|
</para>
|
||||||
<!-- 10 of the numbers tests fail on i686. This should probably be looked
|
<!-- 10 of the numbers tests fail on i686. This should probably be looked
|
||||||
into at a later point in time. -renodr -->
|
into at a later point in time. -renodr -->
|
||||||
|
@ -168,6 +168,14 @@ make</userinput></screen>
|
|||||||
<para>
|
<para>
|
||||||
If you invoke the tests, they will run through twice.
|
If you invoke the tests, they will run through twice.
|
||||||
To test the results, issue: <command>make -k test</command>.
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user