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 pitrou
Recipients benjamin.peterson, pitrou
Date 2009-11-05.15:06:21
SpamBayes Score 0.00010374114
Marked as misclassified No
Message-id <1257433591.14.0.555852020916.issue7266@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-11-05 15:06:32pitrousetrecipients: + pitrou, benjamin.peterson
2009-11-05 15:06:31pitrousetmessageid: <1257433591.14.0.555852020916.issue7266@psf.upfronthosting.co.za>
2009-11-05 15:06:26pitroulinkissue7266 messages
2009-11-05 15:06:21pitroucreate