]> granicus.if.org Git - python/commit
Issue #28759: Fix the tests that fail with PermissionError when run as
authorXavier de Gaye <xdegaye@users.sourceforge.net>
Tue, 13 Dec 2016 09:00:01 +0000 (10:00 +0100)
committerXavier de Gaye <xdegaye@users.sourceforge.net>
Tue, 13 Dec 2016 09:00:01 +0000 (10:00 +0100)
commit3a4e989324cc1f75c9f749c9e1c20de2f43df6e3
tree909f3c636598c4ec5a76916801cb91861ded71ce
parentfb24eead481a00c9bb86c436461971790fce7937
Issue #28759: Fix the tests that fail with PermissionError when run as
a non-root user on Android where access rights are controled by SELinux MAC.
Lib/test/eintrdata/eintr_tester.py
Lib/test/support/__init__.py
Lib/test/test_genericpath.py
Lib/test/test_pathlib.py
Lib/test/test_posix.py
Lib/test/test_shutil.py
Lib/test/test_stat.py