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 neologix
Recipients Arfrever, abn, barry, benjamin.peterson, christian.heimes, georg.brandl, neologix, python-dev, vstinner
Date 2013-08-25.08:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377418881.2.0.21192957398.issue18709@psf.upfronthosting.co.za>
In-reply-to
Content
The test is failing on Tiger buildbots:

"""
======================================================================
FAIL: test_parse_cert_CVE_2013_4238 (test.test_ssl.BasicSocketTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_ssl.py", line 230, in test_parse_cert_CVE_2013_4238
    ('IP Address', '2001:DB8:0:0:0:0:0:1\n'))
AssertionError: Tuples differ: (('DNS', 'altnull.python.org\x... != (('DNS', 'altnull.python.org\x...

First differing element 4:
('IP Address', '<invalid>')
('IP Address', '2001:DB8:0:0:0:0:0:1\n')

  (('DNS', 'altnull.python.org\x00example.com'),
   ('email', 'null@python.org\x00user@example.org'),
   ('URI', 'http://null.python.org\x00http://example.org'),
   ('IP Address', '192.0.2.1'),
-  ('IP Address', '<invalid>'))
+  ('IP Address', '2001:DB8:0:0:0:0:0:1\n'))

----------------------------------------------------------------------
"""

http://buildbot.python.org/all/builders/x86 Tiger 3.x/builds/6829/steps/test/logs/stdio
History
Date User Action Args
2013-08-25 08:21:21neologixsetrecipients: + neologix, barry, georg.brandl, vstinner, christian.heimes, benjamin.peterson, Arfrever, python-dev, abn
2013-08-25 08:21:21neologixsetmessageid: <1377418881.2.0.21192957398.issue18709@psf.upfronthosting.co.za>
2013-08-25 08:21:21neologixlinkissue18709 messages
2013-08-25 08:21:20neologixcreate