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

<<11121314151617181920>>

  /external/python/cpython2/Lib/test/
test_file2k.py 432 @unittest.skipUnless(os.name == 'posix', 'test requires a posix system.')
451 @unittest.skipUnless(sys.maxsize > 2**31, "requires 64-bit system")
483 @unittest.skipUnless(threading, 'Threading required for this test.')
656 @unittest.skipUnless(os.name == 'posix', 'test requires a posix system.')
test_ftplib.py 18 from unittest import TestCase, SkipTest, skipUnless
586 @skipUnless(socket.has_ipv6, "IPv6 not enabled")
630 @skipUnless(ssl, "SSL not available")
646 @skipUnless(ssl, "SSL not available")
test_robotparser.py 278 @unittest.skipUnless(HAVE_HTTPS, 'need SSL support to download license')
test_urllibnet.py 123 @unittest.skipUnless(hasattr(os, 'fdopen'), 'os.fdopen not available')
test_xpickle.py 163 # Python 2.5 has no unittest.skipUnless
  /external/python/cpython3/Lib/distutils/tests/
test_sysconfig.py 77 @unittest.skipUnless(get_default_compiler() == 'unix',
test_build_ext.py 405 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
412 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
419 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
  /external/python/cpython3/Lib/test/test_asyncio/
test_streams.py 59 @unittest.skipUnless(hasattr(socket, 'AF_UNIX'), 'No UNIX Sockets')
89 @unittest.skipUnless(hasattr(socket, 'AF_UNIX'), 'No UNIX Sockets')
115 @unittest.skipUnless(hasattr(socket, 'AF_UNIX'), 'No UNIX Sockets')
636 @unittest.skipUnless(hasattr(socket, 'AF_UNIX'), 'No UNIX Sockets')
  /external/python/cpython3/Lib/test/test_email/
test_utils.py 127 @unittest.skipUnless(os.path.exists('/usr/share/zoneinfo') or
  /external/python/cpython3/Lib/test/
test_enumerate.py 206 @unittest.skipUnless(hasattr(sys, 'getrefcount'), 'test needs sys.getrefcount()')
test_tcl.py 229 @unittest.skipUnless(sys.platform == 'win32', 'Requires Windows')
391 @unittest.skipUnless(tcl_version >= (8, 5), 'requires Tcl version >= 8.5')
661 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")
668 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")
test_ucn.py 224 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")
test_compileall.py 15 from unittest import mock, skipUnless
56 @unittest.skipUnless(hasattr(os, 'stat'), 'test needs os.stat()')
522 @skipUnless(_have_multiprocessing, "requires multiprocessing")
test_faulthandler.py 190 @unittest.skipUnless(hasattr(signal, 'SIGBUS'), 'need signal.SIGBUS')
205 @unittest.skipUnless(hasattr(signal, 'SIGILL'), 'need signal.SIGILL')
743 @unittest.skipUnless(MS_WINDOWS, 'specific to Windows')
test_ordered_dict.py 665 @unittest.skipUnless(c_coll, 'requires the C version of the collections module')
747 @unittest.skipUnless(c_coll, 'requires the C version of the collections module')
772 @unittest.skipUnless(c_coll, 'requires the C version of the collections module')
test_urllib2_localnet.py 279 @unittest.skipUnless(threading, "Threading required for this test.")
316 @unittest.skipUnless(threading, "Threading required for this test.")
437 @unittest.skipUnless(threading, "Threading required for this test.")
  /external/python/cpython3/Lib/test/test_importlib/source/
test_finder.py 156 @unittest.skipUnless(sys.platform != 'win32',
  /external/python/cpython3/Lib/unittest/test/
test_skipping.py 58 op_table = ((unittest.skipUnless, False, True),
  /external/tensorflow/tensorflow/tools/api/tests/
api_compatibility_test.py 193 @unittest.skipUnless(
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_contextlib.py 270 @unittest.skipUnless(threading, 'Threading required for this test.')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_contextlib.py 270 @unittest.skipUnless(threading, 'Threading required for this test.')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 270 @unittest.skipUnless(threading, 'Threading required for this test.')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 270 @unittest.skipUnless(threading, 'Threading required for this test.')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threading.py 509 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
586 @unittest.skipUnless(hasattr(os, 'fork'), "needs os.fork()")
692 @unittest.skipUnless(sys.platform == 'darwin', 'test macosx problem')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 441 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
448 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
455 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')

Completed in 1268 milliseconds

<<11121314151617181920>>