This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients rpointel, vstinner
Date 2015-01-06.10:54:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420541656.17.0.750310163886.issue23177@psf.upfronthosting.co.za>
In-reply-to
Content
(See also the issue #21356.)

http://buildbot.python.org/all/builders/x86%20OpenBSD%205.5%203.x/builds/1242/steps/test/logs/stdio

======================================================================
FAIL: test_options (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python-builds/3.x.borja-openbsd-x86/build/Lib/test/test_ssl.py", line 764, in test_options
    ctx.options)
AssertionError: -2130705409 != -2097150977

======================================================================
FAIL: test_openssl_version (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/python-builds/3.x.borja-openbsd-x86/build/Lib/test/test_ssl.py", line 315, in test_openssl_version
    (s, t))
AssertionError: False is not true : ('LibreSSL 2.1', (2, 0, 0, 0, 0))
History
Date User Action Args
2015-01-06 10:54:16vstinnersetrecipients: + vstinner, rpointel
2015-01-06 10:54:16vstinnersetmessageid: <1420541656.17.0.750310163886.issue23177@psf.upfronthosting.co.za>
2015-01-06 10:54:16vstinnerlinkissue23177 messages
2015-01-06 10:54:15vstinnercreate