New submission from Barry A. Warsaw <ba...@python.org>:

In working on issue 11250, I noticed that lib2to3's test_parser.py tests were 
not enabled.  Fixing that was easy enough, but then test_all_project_files() in 
TestParserIdempotency began failing.  I've shaved enough yaks for the day so I 
am going to leave test_parser enabled but mark test_all_project_files() with 
@expectedFailure.

Note that there are a number of failures here. There are two ParseErrors, one 
in main.py and one in pytree_idempotency.py.  These both seem to fail on 
print(..., file=foo).  After that, bom.py fails idempotency because the BOM 
does not show up in the converted file.

----------
components: Tests
messages: 145122
nosy: barry, benjamin.peterson
priority: normal
severity: normal
status: open
title: test_all_project_files() expected failure
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13125>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to