Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py14 ZLIB_SUPPORT = True variable
16 ZLIB_SUPPORT = False variable
91 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
136 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
169 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
248 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
335 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
377 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
394 @unittest.skipUnless(ZLIB_SUPPORT, "Need zlib support to run")
411 @unittest.skipUnless(ZLIB_SUPPORT, 'Nee
[all...]
H A Dtest_archive_util.py35 ZLIB_SUPPORT = True variable
37 ZLIB_SUPPORT = False variable
66 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
74 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
148 and ZLIB_SUPPORT,
237 @unittest.skipUnless(ZIP_SUPPORT and ZLIB_SUPPORT,
311 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
365 @unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
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')

Completed in 2 milliseconds