Issue7266
Created on 2009-11-05 15:06 by pitrou, last changed 2009-11-06 02:46 by r.david.murray.
|
msg94933 - (view) |
Author: Antoine Pitrou (pitrou) |
Date: 2009-11-05 15:06 |
|
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
|
|
msg94948 - (view) |
Author: Benjamin Peterson (benjamin.peterson) |
Date: 2009-11-05 23:35 |
|
I think we need someone with access to windows to propose a patch.
|
|
msg94960 - (view) |
Author: R. David Murray (r.david.murray) |
Date: 2009-11-06 02:46 |
|
Benjamin disabled this test on windows so it is no longer causing the
buildbot to fail.
|
|
| Date |
User |
Action |
Args |
| 2009-11-06 02:46:30 | r.david.murray | set | nosy:
+ r.david.murray messages:
+ msg94960 priority: normal -> low components:
+ Tests keywords:
+ easy, - buildbot stage: needs patch |
| 2009-11-05 23:35:11 | benjamin.peterson | set | assignee: benjamin.peterson -> messages:
+ msg94948 components:
+ Windows |
| 2009-11-05 16:00:38 | r.david.murray | set | keywords:
+ buildbot |
| 2009-11-05 15:06:29 | pitrou | create | |
|