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 xiang.zhang
Recipients alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou, xiang.zhang
Date 2016-04-27.03:37:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461728238.71.0.110276038105.issue26867@psf.upfronthosting.co.za>
In-reply-to
Content
test_options in test_ssl fails on Ubuntu 16.04. I don't know this is due to the newest ubuntu or a recent code change. But I checkout revision 90000 and then rebuild and test, test_option still fails.

The traceback is:

FAIL: test_options (test.test_ssl.ContextTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/angwer/cpython/Lib/test/test_ssl.py", line 847, in test_options
    self.assertEqual(0, ctx.options)
AssertionError: 0 != 33554432
History
Date User Action Args
2016-04-27 03:37:18xiang.zhangsetrecipients: + xiang.zhang, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, dstufft
2016-04-27 03:37:18xiang.zhangsetmessageid: <1461728238.71.0.110276038105.issue26867@psf.upfronthosting.co.za>
2016-04-27 03:37:18xiang.zhanglinkissue26867 messages
2016-04-27 03:37:17xiang.zhangcreate