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.
Created on 2009年11月05日 15:06 by pitrou, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg94933 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | 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) * (Python committer) | 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) * (Python committer) | Date: 2009年11月06日 02:46 | |
Benjamin disabled this test on windows so it is no longer causing the buildbot to fail. |
|||
| msg98705 - (view) | Author: Meador Inge (meador.inge) * (Python committer) | Date: 2010年02月02日 01:49 | |
This looks to be fixed now [1]. The log shows 'test_lib2to3' passing. BTW, why do we run through Cygwin? I think to test on Windows as most Windows developers do things we need to use the native cmd.exe shell. [1] http://www.python.org/dev/buildbot/builders/x86%20XP-4%20trunk/builds/2931/steps/test/logs/stdio |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:54 | admin | set | github: 51515 |
| 2010年11月02日 12:43:30 | benjamin.peterson | set | status: open -> closed resolution: fixed |
| 2010年02月02日 01:49:41 | meador.inge | set | nosy:
+ meador.inge messages: + msg98705 |
| 2009年11月06日 02:46:30 | r.david.murray | set | priority: normal -> low components: + Tests keywords: + easy, - buildbot nosy: + r.david.murray messages: + msg94960 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 | |