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 eric.araujo, ezio.melotti, jhylton, mcjeff, nadeem.vawda, neologix, orsenthil, pitrou, python-dev
Date 2012-03-25.08:34:35
SpamBayes Score 0.011707886
Marked as misclassified No
Message-id <1332664476.5.0.994839982338.issue10050@psf.upfronthosting.co.za>
In-reply-to
Content
Since eab274c7d456, all the buildbots are randomly failing, e.g.

"""
======================================================================
FAIL: test_method_deprecations (test.test_urllib2.OpenerDirectorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/test_urllib2.py", line 622, in test_method_deprecations
    req.add_data("data")
  File "/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/contextlib.py", line 54, in __exit__
    next(self.gen)
  File "/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/support.py", line 766, in _filterwarnings
    missing[0])
AssertionError: filter ('', DeprecationWarning) did not catch any warning
"""

http://python.org/dev/buildbot/all/builders/AMD64%20Snow%20Leopard%202%203.x/builds/231/steps/test/logs/stdio
History
Date User Action Args
2012-03-25 08:34:36neologixsetrecipients: + neologix, jhylton, orsenthil, pitrou, nadeem.vawda, ezio.melotti, eric.araujo, mcjeff, python-dev
2012-03-25 08:34:36neologixsetmessageid: <1332664476.5.0.994839982338.issue10050@psf.upfronthosting.co.za>
2012-03-25 08:34:35neologixlinkissue10050 messages
2012-03-25 08:34:35neologixcreate