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

1 2 3 4 5 6 78 91011>>

  /external/python/cpython2/Lib/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.')
295 @unittest.skipUnless(threading, 'Threading required for this test.')
422 @unittest.skipUnless(threading, 'Threading required for this test.')
test_multibytecodec.py 165 @unittest.skipUnless(len(u'\U00012345') == 2, 'need a narrow build')
185 @unittest.skipUnless(len(u'\U00012345') == 2, 'need a narrow build')
test_platform.py 159 @unittest.skipUnless(sys.platform.startswith('win'), "windows only test")
228 @unittest.skipUnless(sys.platform == 'darwin', "OSX only test")
test_poplib.py 14 from unittest import TestCase, skipUnless
270 requires_ssl = skipUnless(SUPPORTS_SSL, 'SSL not supported')
test_mimetypes.py 70 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_poll.py 179 @unittest.skipUnless(threading, 'Threading required for this test.')
test_zipfile64.py 87 @unittest.skipUnless(zlib, "requires zlib")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
650 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
658 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
666 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
708 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
742 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
test_socket.py 617 @unittest.skipUnless(os.name == "nt", "Windows specific")
717 @unittest.skipUnless(SUPPORTS_IPV6, 'IPv6 required for this test.')
728 @unittest.skipUnless(thread, 'Threading required for this test.')
825 @unittest.skipUnless(thread, 'Threading required for this test.')
854 @unittest.skipUnless(thread, 'Threading required for this test.')
870 @unittest.skipUnless(thread, 'Threading required for this test.')
890 @unittest.skipUnless(thread, 'Threading required for this test.')
    [all...]
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/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
650 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
658 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
666 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
708 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
742 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
test_socket.py 617 @unittest.skipUnless(os.name == "nt", "Windows specific")
717 @unittest.skipUnless(SUPPORTS_IPV6, 'IPv6 required for this test.')
728 @unittest.skipUnless(thread, 'Threading required for this test.')
825 @unittest.skipUnless(thread, 'Threading required for this test.')
854 @unittest.skipUnless(thread, 'Threading required for this test.')
870 @unittest.skipUnless(thread, 'Threading required for this test.')
890 @unittest.skipUnless(thread, 'Threading required for this test.')
    [all...]
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/test/
test_gdb.py 637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
650 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
658 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
666 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
708 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
742 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
test_socket.py 617 @unittest.skipUnless(os.name == "nt", "Windows specific")
717 @unittest.skipUnless(SUPPORTS_IPV6, 'IPv6 required for this test.')
728 @unittest.skipUnless(thread, 'Threading required for this test.')
825 @unittest.skipUnless(thread, 'Threading required for this test.')
854 @unittest.skipUnless(thread, 'Threading required for this test.')
870 @unittest.skipUnless(thread, 'Threading required for this test.')
890 @unittest.skipUnless(thread, 'Threading required for this test.')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 637 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
650 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
658 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
666 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
708 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
742 @unittest.skipUnless(HAS_PYUP_PYDOWN, "test requires py-up/py-down commands")
test_socket.py 617 @unittest.skipUnless(os.name == "nt", "Windows specific")
717 @unittest.skipUnless(SUPPORTS_IPV6, 'IPv6 required for this test.')
728 @unittest.skipUnless(thread, 'Threading required for this test.')
825 @unittest.skipUnless(thread, 'Threading required for this test.')
854 @unittest.skipUnless(thread, 'Threading required for this test.')
870 @unittest.skipUnless(thread, 'Threading required for this test.')
890 @unittest.skipUnless(thread, 'Threading required for this test.')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_capi.py 16 @unittest.skipUnless(threading, 'Threading required for this 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.')
396 @unittest.skipUnless(threading, 'Threading required for this test.')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_break.py 13 @unittest.skipUnless(hasattr(os, 'kill'), "Test requires os.kill")
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 422 @unittest.skipUnless(sys.platform == 'win32', 'these tests require Windows')
434 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
441 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
448 @unittest.skipUnless(sys.platform == 'darwin', 'test only relevant for MacOSX')
test_file_util.py 12 requires_os_link = unittest.skipUnless(hasattr(os, "link"),
test_msvc9compiler.py 102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
  /external/python/cpython2/Lib/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),

Completed in 470 milliseconds

1 2 3 4 5 6 78 91011>>