Message220358
| 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:30 | vstinner | set | recipients:
+ vstinner, Arfrever, python-dev, eric.snow, koobs |
| 2014年06月12日 15:07:30 | vstinner | set | messageid: <1402585650.14.0.225972818781.issue20128@psf.upfronthosting.co.za> |
| 2014年06月12日 15:07:30 | vstinner | link | issue20128 messages |
| 2014年06月12日 15:07:30 | vstinner | create |
|