Searched refs:ZLIB_SUPPORT (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 14 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 D | test_archive_util.py | 35 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 D | test_bdist_dumb.py | 24 ZLIB_SUPPORT = True variable 26 ZLIB_SUPPORT = False variable 45 @unittest.skipUnless(ZLIB_SUPPORT, 'Need zlib support to run')
|
Completed in 2 milliseconds