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

/external/python/cpython3/Lib/distutils/tests/
H A Dtest_bdist_dumb.py24 ZLIB_SUPPORT = True variable
26 ZLIB_SUPPORT = False variable
45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
H A Dtest_sdist.py13 ZLIB_SUPPORT = True variable
15 ZLIB_SUPPORT = False variable
90 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
133 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
166 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
239 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
326 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
368 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
385 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
402 @unittest.skipUnless(ZLIB_SUPPORT, 'Nee
[all...]
H A 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')
145 and ZLIB_SUPPORT,
234 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
310 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
364 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")

Completed in 178 milliseconds