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 eric.snow
Recipients eric.snow, skrah
Date 2014-01-05.07:10:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1388905827.82.0.948519018287.issue20128@psf.upfronthosting.co.za>
In-reply-to
Content
The test (added in issue #20123) broke one of the stable FreeBSD buildbots:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6102

The log for that test run indicates the traceback and the test can be found in Lib/test/test_pydoc.py (PydocImportTest.test_modules_search_builtin).

The problem could be one (or more) of several possibilities:

* the test is broken in an esoteric way
* the buildbot has issues
* the platform has issues
* the test exposes some other underlying bug elsewhere

The test itself is not critical but I hope to re-enable it before beta 2 ends in a couple weeks.

Stefan: any insight you could offer on the problem, particularly relative to the platform and buildbot, would be greatly appreciated.
History
Date User Action Args
2014-01-05 07:10:27eric.snowsetrecipients: + eric.snow, skrah
2014-01-05 07:10:27eric.snowsetmessageid: <1388905827.82.0.948519018287.issue20128@psf.upfronthosting.co.za>
2014-01-05 07:10:27eric.snowlinkissue20128 messages
2014-01-05 07:10:27eric.snowcreate