New submission from Eric Snow: 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. ---------- assignee: eric.snow components: Tests messages: 207353 nosy: eric.snow, skrah priority: high severity: normal stage: needs patch status: open title: Re-enable test_modules_search_builtin() in test_pydoc type: behavior versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20128> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com