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 koobs
Recipients Arfrever, eric.snow, koobs, python-dev, skrah
Date 2014-04-13.06:48:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397371713.44.0.99232851353.issue20128@psf.upfronthosting.co.za>
In-reply-to
Content
test_synopsis_sourceless is also failing on koobs-freebsd9 (3.4) and has been for a while. Failing test inlined here, for full buildlog, see msg215997 in #20123

======================================================================
ERROR: test_synopsis_sourceless (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/test/test_pydoc.py", line 504, in test_synopsis_sourceless
    synopsis = pydoc.synopsis(filename)
  File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/pydoc.py", line 238, in synopsis
    mtime = os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: '/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/__pycache__/os.cpython-34.pyc'
History
Date User Action Args
2014-04-13 06:48:33koobssetrecipients: + koobs, Arfrever, skrah, python-dev, eric.snow
2014-04-13 06:48:33koobssetmessageid: <1397371713.44.0.99232851353.issue20128@psf.upfronthosting.co.za>
2014-04-13 06:48:33koobslinkissue20128 messages
2014-04-13 06:48:33koobscreate