Home
last modified time | relevance | path

Searched refs:UID_GID_SUPPORT (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/distutils/tests/
H A Dtest_archive_util.py23 UID_GID_SUPPORT = True variable
25 UID_GID_SUPPORT = False variable
341 if UID_GID_SUPPORT:
366 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
H A Dtest_sdist.py21 UID_GID_SUPPORT = True variable
23 UID_GID_SUPPORT = False variable
442 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
/third_party/python/Lib/test/
H A Dtest_shutil.py46 UID_GID_SUPPORT = True variable
48 UID_GID_SUPPORT = False variable
1532 if UID_GID_SUPPORT:
1557 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
1737 @unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")

Completed in 6 milliseconds