Home
last modified time | relevance | path

Searched refs:ZLIB_SUPPORT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
135 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
168 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
247 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
334 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
376 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
393 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
410 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
[all …]
Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
Dtest_archive_util.py33 ZLIB_SUPPORT = True variable
35 ZLIB_SUPPORT = False variable
64 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
72 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
146 and ZLIB_SUPPORT,
235 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
309 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
363 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")