]> granicus.if.org Git - python/commit
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)
authorxdegaye <xdegaye@gmail.com>
Sun, 12 Nov 2017 16:31:07 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 16:31:07 +0000 (17:31 +0100)
commit92c2ca7633c881a56157f2fb8b2e1b8c7114e5fb
treee2f19b5353b11b39f9f375aaa5e785156b033ada
parente0582a37c8d1776a2fd4968e9216f3a05f780276
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)

Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Also remove test.support.android_not_root.
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