HomeSort by relevance Sort by last modified time
    Searched full:skipunless (Results 276 - 300 of 625) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 43 @unittest.skipUnless(threading, 'Threading required for this test.')
146 @unittest.skipUnless(threading, 'Threading required for this test.')
265 @unittest.skipUnless(threading, 'Threading required for this test.')
395 @unittest.skipUnless(threading, 'Threading required for this test.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_smtplib.py 43 @unittest.skipUnless(threading, 'Threading required for this test.')
146 @unittest.skipUnless(threading, 'Threading required for this test.')
265 @unittest.skipUnless(threading, 'Threading required for this test.')
395 @unittest.skipUnless(threading, 'Threading required for this test.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),
  /external/python/cpython3/Lib/test/test_import/
__init__.py 358 @unittest.skipUnless(os.name == 'posix',
375 @unittest.skipUnless(os.name == 'posix',
391 @unittest.skipUnless(os.name == 'posix',
555 @unittest.skipUnless(sys.platform == 'win32', 'Windows-specific')
686 @unittest.skipUnless(os.name == 'posix',
844 @unittest.skipUnless(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 617 @unittest.skipUnless(os.name == "nt", "Windows specific")
711 @unittest.skipUnless(thread, 'Threading required for this test.')
803 @unittest.skipUnless(thread, 'Threading required for this test.')
832 @unittest.skipUnless(thread, 'Threading required for this test.')
848 @unittest.skipUnless(thread, 'Threading required for this test.')
868 @unittest.skipUnless(thread, 'Threading required for this test.')
    [all...]
test_contextlib.py 270 @unittest.skipUnless(threading, 'Threading required for this test.')
  /external/python/cpython2/Lib/test/
test_tempfile.py 134 @unittest.skipUnless(hasattr(os, 'fork'),
380 @unittest.skipUnless(has_stat, 'os.stat not available')
394 @unittest.skipUnless(has_spawnl, 'os.spawnl not available')
431 @unittest.skipUnless(has_textmode, "text mode not available")
628 @unittest.skipUnless(has_stat, 'os.stat not available')
    [all...]
test_ssl.py 154 needs_sni = unittest.skipUnless(ssl.HAS_SNI, "SNI support needed for this test")
546 @unittest.skipUnless("tls-unique" in ssl.CHANNEL_BINDING_TYPES,
570 @unittest.skipUnless(sys.platform == "win32", "Windows specific")
595 @unittest.skipUnless(sys.platform == "win32", "Windows specific")
684 @unittest.skipUnless(utc_offset(),
    [all...]
test_contextlib.py 278 @unittest.skipUnless(threading, 'Threading required for this test.')
test_enumerate.py 191 @unittest.skipUnless(hasattr(sys, 'getrefcount'), 'test needs sys.getrefcount()')
  /external/python/cpython3/Lib/test/
test_hashlib.py 36 requires_blake2 = unittest.skipUnless(_blake2, 'requires _blake2')
43 requires_sha3 = unittest.skipUnless(_sha3, 'requires _sha3')
741 @unittest.skipUnless(threading, 'Threading required for this test.')
    [all...]
test_logging.py 615 @unittest.skipUnless(threading, 'Threading required for this test.')
    [all...]
test_sys.py 176 @unittest.skipUnless(threading, 'Threading required for this test.')
316 @unittest.skipUnless(hasattr(sys, "setdlopenflags"),
517 @unittest.skipUnless(hasattr(sys, 'thread_info'),
629 @unittest.skipUnless(test.support.FS_NONASCII,
631 @unittest.skipUnless(sys.getfilesystemencoding() == locale.getpreferredencoding(False),
778 @unittest.skipUnless(hasattr(sys, "getallocatedblocks"),
    [all...]
test_glob.py 164 @unittest.skipUnless(sys.platform == "win32", "Win32 specific test")
189 @unittest.skipUnless(sys.platform == "win32", "Win32 specific test")
test_imp.py 361 @unittest.skipUnless(sys.implementation.cache_tag is not None,
371 @unittest.skipUnless(sys.implementation.cache_tag is not None,
test_platform.py 182 @unittest.skipUnless(sys.platform.startswith('win'), "windows only test")
244 @unittest.skipUnless(sys.platform == 'darwin', "OSX only test")
test_poplib.py 13 from unittest import TestCase, skipUnless
28 requires_ssl = skipUnless(SUPPORTS_SSL, 'SSL not supported')
  /external/python/cpython2/Lib/ctypes/test/
test_functions.py 344 @unittest.skipUnless(sys.platform == "win32", 'Windows-specific test')
372 @unittest.skipUnless(sys.platform == "win32", 'Windows-specific test')
__init__.py 9 return unittest.skipUnless(name in ctypes_symbols,
  /external/python/cpython3/Lib/ctypes/test/
test_functions.py 344 @unittest.skipUnless(sys.platform == "win32", 'Windows-specific test')
372 @unittest.skipUnless(sys.platform == "win32", 'Windows-specific test')
  /kernel/tests/net/test/
xfrm_tunnel_test.py 107 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported")
219 @unittest.skipUnless(net_test.LINUX_VERSION >= (3, 18, 0), "VTI Unsupported")

Completed in 1109 milliseconds

<<11121314151617181920>>