[issue26919] android: test_cmd_line fails

2016-10-31 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- assignee: -> xdegaye components: +Interpreter Core -Cross-Build, Library (Lib) stage: -> commit review versions: +Python 3.7 ___ Python tracker _

[issue26919] android: test_cmd_line fails

2016-10-31 Thread Xavier de Gaye
Xavier de Gaye added the comment: An interactive session confirms that the problem is indeed with the command line arguments of python invoked by subprocess (and the problem is fixed by the patch): >>> from test.support import FS_NONASCII >>> cmd = "assert(ord(%r) == %s)" % (FS_NONASCII, ord(F

[issue26919] android: test_cmd_line fails

2016-05-20 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: +add is_android in test.support to detect Android platform ___ Python tracker ___ ___ Pyt

[issue26919] android: test_cmd_line fails

2016-05-20 Thread Xavier de Gaye
Xavier de Gaye added the comment: This new patch adds a dependency to issue #27027. -- Added file: http://bugs.python.org/file42911/retrofit_osx_3.patch ___ Python tracker ___ __

[issue26919] android: test_cmd_line fails

2016-05-14 Thread STINNER Victor
STINNER Victor added the comment: I commented retrofit_osx_2.patch on the review. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue26919] android: test_cmd_line fails

2016-05-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: Patch updated after vadmium review. -- Added file: http://bugs.python.org/file42839/retrofit_osx_2.patch ___ Python tracker ___

[issue26919] android: test_cmd_line fails

2016-05-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: This patch follows Victor suggestion in msg230407 and brings the changes made in issue #4388 and issue #16416 to the Android platform. As a consequence, it adds a new test for Android in test_cmd_line named test_osx_android_utf8 (was previously test_osx_utf8).

[issue26919] android: test_cmd_line fails

2016-05-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: There is a related issue #4388 although different, and issue #22747 may also be related. -- nosy: +haypo ___ Python tracker ___ ___

[issue26919] android: test_cmd_line fails

2016-05-03 Thread Xavier de Gaye
New submission from Xavier de Gaye: test_cmd_line fails on an android emulator running an x86 system image at API level 21. == FAIL: test_non_ascii (test.test_cmd_line.CmdLineTest) -