
report at bugs
Nov 5, 2009, 7:06 AM
Post #1 of 4
(61 views)
Permalink
|
|
[issue7266] test_lib2to3 failure under Windows
|
|
New submission from Antoine Pitrou <pitrou[at]free.fr>: test_lib2to3 fails deterministically on the Windows buildbots: test test_lib2to3 failed -- Traceback (most recent call last): File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\tests\test_parser.py", line 161, in test_all_project_files self.fail("Idempotency failed: %s" % filepath) AssertionError: Idempotency failed: E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\lib2to3\fixer_base.py If you look at the logs (*), you'll see that it's apparently just a newline issue. Either the test should be modified to ignore newline style changes, or lib2to3 should be fixed to output the same kind of newlines it encountered on input. (*) e.g. http://www.python.org/dev/buildbot/trunk.stable/builders/x86%20XP-4%20trunk/builds/2590/steps/test/logs/stdio ---------- assignee: benjamin.peterson components: 2to3 (2.x to 3.0 conversion tool) messages: 94933 nosy: benjamin.peterson, pitrou priority: normal severity: normal status: open title: test_lib2to3 failure under Windows type: behavior versions: Python 2.7 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue7266> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|