Message207757
| Author |
serhiy.storchaka |
| Recipients |
Arfrever, benjamin.peterson, ezio.melotti, lemburg, loewis, python-dev, serhiy.storchaka, terry.reedy |
| Date |
2014年01月09日.17:10:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1389287446.85.0.145933343748.issue18960@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Now traceback test is failed.
http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.3/builds/1358/steps/test/logs/stdio
======================================================================
FAIL: test_encoded_file (test.test_traceback.SyntaxTracebackCases)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/python/3.3.langa-ubuntu/build/Lib/test/test_traceback.py", line 146, in test_encoded_file
text, charset, 4)
File "/opt/python/3.3.langa-ubuntu/build/Lib/test/test_traceback.py", line 129, in do_test
stdout[1], lineno))
AssertionError: 'line 4' not found in ' File "@test_6376_tmp", line 3, in <module>' : Invalid line number: ' File "@test_6376_tmp", line 3, in <module>' instead of 4
---------------------------------------------------------------------- |
|