[issue28662] catch also PermissionError in tests when spawning a non existent program

2016-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1b2b2cb8f962 by Xavier de Gaye in branch '3.6': Issue #28662: Catch PermissionError in tests when spawning a non existent program https://hg.python.org/cpython/rev/1b2b2cb8f962 New changeset c3f7d81d9050 by Xavier de Gaye in branch 'default': Issue

[issue28662] catch also PermissionError in tests when spawning a non existent program

2016-11-14 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker ___ __

[issue28662] catch also PermissionError in tests when spawning a non existent program

2016-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- assignee: -> xdegaye nosy: +serhiy.storchaka stage: patch review -> commit review ___ Python tracker ___ ___

[issue28662] catch also PermissionError in tests when spawning a non existent program

2016-11-10 Thread Xavier de Gaye
New submission from Xavier de Gaye: This is yet another idiosyncrasy of Android, the /sbin directory is in the $PATH of the adb shell used for running the tests on the emulator or on a device connected with usb to the build platform, and /sbin is readable and searchable only by root. For a pla