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 2012年02月24日 18:30 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg154144 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年02月24日 18:30 | |
This failure occurs on the Windows 7 buildbot:
[302/364] test_lib2to3
--- D:\cygwin\home\db3l\buildarea3円.x.bolen-windows7\build\lib\lib2to3\tests\test_main.py 2012年02月13日 21:57:29.273004000 -0500
+++ @ 2012年02月24日 11:59:54.408966500 -0500
@@ -42,7 +42,7 @@
sys.stderr = save_stderr
def test_unencodable_diff(self):
- input_stream = io.StringIO("print 'nothing'\nprint u'über'\n")
+ input_stream = io.StringIO("print 'nothing'\nprint u'�ber'\n")
out = io.BytesIO()
out_enc = codecs.getwriter("ascii")(out)
err = io.StringIO()
|
|||
| msg154146 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年02月24日 18:40 | |
Oops, this is just undesirable output. Is there any chance to fix this? |
|||
| msg154147 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2012年02月24日 18:42 | |
Yes, though, it's not high priority atm. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58317 |
| 2012年02月26日 21:08:44 | pitrou | set | status: open -> closed resolution: duplicate superseder: test_all_project_files() expected failure |
| 2012年02月24日 19:05:31 | nadeem.vawda | set | nosy:
+ nadeem.vawda |
| 2012年02月24日 18:42:34 | benjamin.peterson | set | messages: + msg154147 |
| 2012年02月24日 18:40:58 | skrah | set | messages:
+ msg154146 title: test_lib2to3: failure on Windows 7 -> test_lib2to3: output that looks like a failure on Windows 7 |
| 2012年02月24日 18:30:15 | skrah | create | |