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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mmap.py 711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_import.py 109 @unittest.skipUnless(os.name == 'posix',
623 @unittest.skipUnless(
test_mmap.py 711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_import.py 109 @unittest.skipUnless(os.name == 'posix',
623 @unittest.skipUnless(
test_mmap.py 711 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
715 @unittest.skipUnless(sys.maxsize > _4G, "test cannot run on 32-bit systems")
  /external/python/cpython3/Lib/test/
test_nntplib.py 296 @unittest.skipUnless(ssl, 'requires SSL support')
    [all...]
test_tempfile.py 177 @unittest.skipUnless(hasattr(os, 'fork'),
431 @unittest.skipUnless(has_stat, 'os.stat not available')
445 @unittest.skipUnless(has_spawnl, 'os.spawnl not available')
483 @unittest.skipUnless(has_textmode, "text mode not available")
736 @unittest.skipUnless(has_stat, 'os.stat not available')
    [all...]
test_tarfile.py 519 @unittest.skipUnless(hasattr(os, "link"),
    [all...]
test_xmlrpc.py 310 @unittest.skipUnless(threading, "Threading required for this test.")
657 @unittest.skipUnless(threading, 'Threading required for this test.')
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]
test_xmlrpc.py 454 @unittest.skipUnless(threading, 'Threading required for this test.')
772 @unittest.skipUnless(gzip, 'gzip not available')
    [all...]
test_curses.py 31 return unittest.skipUnless(hasattr(curses, name),
test_hashlib.py 359 @unittest.skipUnless(threading, 'Threading required for this test.')
test_marshal.py 328 @unittest.skipUnless(_testcapi, 'requires _testcapi')
test_ntpath.py 211 @unittest.skipUnless(test_support.FS_NONASCII, 'need test_support.FS_NONASCII')
test_site.py 169 @unittest.skipUnless(site.ENABLE_USER_SITE, "requires access to PEP 370 "
test_zipimport.py 385 @unittest.skipUnless(zlib, "requires zlib")
  /kernel/tests/net/test/
sock_diag_test.py 363 @unittest.skipUnless(HAVE_SO_COOKIE_SUPPORT, "SO_COOKIE not supported")
799 @unittest.skipUnless(HAVE_UDP_DIAG, "INET_UDP_DIAG not enabled")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 434 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 92 @unittest.skipUnless(os.name == 'posix', "test meaningful only on posix systems")
test_int.py 284 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
test_zipimport.py 385 @unittest.skipUnless(zlib, "requires zlib")
  /external/python/cpython2/Lib/sqlite3/test/
types.py 338 @unittest.skipUnless(zlib, "requires zlib")
  /external/python/cpython3/Lib/sqlite3/test/
types.py 340 @unittest.skipUnless(zlib, "requires zlib")
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 40 @unittest.skipUnless(signal, 'Signals are not supported')
234 @unittest.skipUnless(hasattr(socket, 'AF_UNIX'),
255 @unittest.skipUnless(hasattr(os, 'fspath'), 'no os.fspath')
302 @unittest.skipUnless(hasattr(socket, 'SOCK_NONBLOCK'),
    [all...]

Completed in 1328 milliseconds

<<11121314151617181920>>