HomeSort by relevance Sort by last modified time
    Searched full:skipunless (Results 251 - 275 of 465) sorted by null

<<111213141516171819

  /external/python/cpython2/Lib/test/
test_sysconfig.py 287 @unittest.skipUnless(sys.platform == "darwin", "test only relevant on MacOSX")
  /kernel/tests/net/test/
multinetwork_test.py 206 @unittest.skipUnless(HAVE_UNICAST_IF, "no support for UNICAST_IF")
575 @unittest.skipUnless(multinetwork_base.HAVE_AUTOCONF_TABLE,
805 @unittest.skipUnless(multinetwork_base.HAVE_AUTOCONF_TABLE,
    [all...]
ping6_test.py 665 @unittest.skipUnless(False, "skipping: does not work yet")
731 @unittest.skipUnless(HAVE_PROC_NET_ICMP6, "skipping: no /proc/net/icmp6")
741 @unittest.skipUnless(HAVE_PROC_NET_ICMP6, "skipping: no /proc/net/icmp6")
757 @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.')
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/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 16 @unittest.skipUnless(sys.platform.startswith("darwin"), "requires OS X")

Completed in 835 milliseconds

<<111213141516171819