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

<<11121314151617181920>>

  /external/python/cpython2/Lib/test/
test_long_future.py 13 requires_IEEE_754 = unittest.skipUnless(
test_sysconfig.py 287 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /external/python/cpython3/Lib/test/
test__osx_support.py 15 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")
test_asynchat.py 108 @unittest.skipUnless(threading, 'Threading required for this test.')
test_file_eintr.py 24 @unittest.skipUnless(os.name == 'posix', 'tests requires a posix system.')
test_ftplib.py 19 from unittest import TestCase, skipUnless
786 @skipUnless(support.IPV6_ENABLED, "IPv6 not enabled")
827 @skipUnless(ssl, "SSL not available")
843 @skipUnless(ssl, "SSL not available")
    [all...]
test_mailcap.py 215 @unittest.skipUnless(os.name == "posix", "Requires 'test' command on system")
test_robotparser.py 258 @unittest.skipUnless(threading, 'threading required for this test')
  /kernel/tests/net/test/
ping6_test.py 681 @unittest.skipUnless(False, "skipping: does not work yet")
747 @unittest.skipUnless(HAVE_PROC_NET_ICMP6, "skipping: no /proc/net/icmp6")
757 @unittest.skipUnless(HAVE_PROC_NET_ICMP6, "skipping: no /proc/net/icmp6")
773 @unittest.skipUnless(HAVE_PROC_NET_ICMP6, "skipping: no /proc/net/icmp6")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__osx_support.py 16 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")
test_asynchat.py 99 @unittest.skipUnless(threading, 'Threading required for this test.')
test_file_eintr.py 27 @unittest.skipUnless(os.name == 'posix', 'tests requires a posix system.')
test_hashlib.py 358 @unittest.skipUnless(threading, 'Threading required for this test.')
test_long_future.py 13 requires_IEEE_754 = unittest.skipUnless(
test_socketserver.py 69 @unittest.skipUnless(threading, 'Threading required for this test.')
test_sysconfig.py 279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__osx_support.py 16 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")
test_asynchat.py 99 @unittest.skipUnless(threading, 'Threading required for this test.')
test_file_eintr.py 27 @unittest.skipUnless(os.name == 'posix', 'tests requires a posix system.')
test_hashlib.py 358 @unittest.skipUnless(threading, 'Threading required for this test.')
test_long_future.py 13 requires_IEEE_754 = unittest.skipUnless(
test_socketserver.py 69 @unittest.skipUnless(threading, 'Threading required for this test.')
test_sysconfig.py 279 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 16 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")
test_asynchat.py 99 @unittest.skipUnless(threading, 'Threading required for this test.')

Completed in 4334 milliseconds

<<11121314151617181920>>