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 vstinner
Recipients Arfrever, eric.snow, koobs, python-dev, vstinner
Date 2014-06-12.15:07:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402585650.14.0.225972818781.issue20128@psf.upfronthosting.co.za>
In-reply-to
Content
Many test_pydoc tests are failing on the FreeBSD 9 buildbot, example:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/builds/6870/steps/test/logs/stdio

======================================================================
FAIL: test_html_doc (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_pydoc.py", line 418, in test_html_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above

======================================================================
FAIL: test_text_doc (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_pydoc.py", line 432, in test_text_doc
    self.fail("outputs are not equal, see diff above")
AssertionError: outputs are not equal, see diff above
History
Date User Action Args
2014-06-12 15:07:30vstinnersetrecipients: + vstinner, Arfrever, python-dev, eric.snow, koobs
2014-06-12 15:07:30vstinnersetmessageid: <1402585650.14.0.225972818781.issue20128@psf.upfronthosting.co.za>
2014-06-12 15:07:30vstinnerlinkissue20128 messages
2014-06-12 15:07:30vstinnercreate