Skip to content

Commit ca2893e

Browse files
committed
docs: document test_ssl failure when using LibreSSL
Fortunately this seems pretty harmless.
1 parent ff3d839 commit ca2893e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/status.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,27 @@ used to run the Python test harness from a distribution archive.
2525
Here, we track the various known failures when running
2626
``test-distribution.py /path/to/distribution.tar.zst -u all``.
2727

28+
``test_ssl``
29+
------------
30+
31+
Known failing on: Linux
32+
33+
When building against LibreSSL instead of OpenSSL, ``test_ssl`` fails
34+
in the following manner::
35+
36+
======================================================================
37+
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
38+
----------------------------------------------------------------------
39+
Traceback (most recent call last):
40+
File "/tmp/tmpinhxfy8t/python/install/lib/python3.7/test/test_ssl.py", line 573, in test_openssl_version
41+
(s, t, hex(n)))
42+
AssertionError: False is not true : ('LibreSSL 3.0.2', (2, 0, 0, 0, 0), '0x20000000')
43+
44+
----------------------------------------------------------------------
45+
46+
This seems to be the test assuming the existence of OpenSSL and not
47+
coping with LibreSSl. This failure seems pretty benign.
48+
2849
``test_subprocess``
2950
-------------------
3051

0 commit comments

Comments
 (0)