Searched
full:skipunless (Results
451 -
475 of
625) sorted by null
<<11121314151617181920>>
/external/python/cpython3/Lib/test/test_asyncio/ |
test_tasks.py | 198 @unittest.skipUnless(PY35, 'need python 3.5 or later') [all...] |
/external/python/cpython2/Lib/test/ |
test_io.py | [all...] |
test_logging.py | 914 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_math.py | 18 requires_IEEE_754 = unittest.skipUnless( [all...] |
/external/python/cpython3/Lib/test/ |
test_subprocess.py | [all...] |
test_pathlib.py | [all...] |
test_codecs.py | 829 @unittest.skipUnless(sys.platform == 'win32', [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_io.py | 895 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_multiprocessing.py | [all...] |
test_logging.py | 916 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_tarfile.py | 869 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink") [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_io.py | 895 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_multiprocessing.py | [all...] |
test_logging.py | 916 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_tarfile.py | 869 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 895 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_multiprocessing.py | [all...] |
test_logging.py | 916 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_tarfile.py | 869 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_io.py | 895 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_multiprocessing.py | [all...] |
test_logging.py | 916 @unittest.skipUnless(threading, 'Threading required for this test.') [all...] |
test_tarfile.py | 869 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink") [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_io.py | 824 @unittest.skipUnless(threading, 'Threading required for this test.')
[all...] |
test_tarfile.py | 846 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink")
875 @unittest.skipUnless(hasattr(os, 'symlink'), "needs os.symlink")
[all...] |
Completed in 1032 milliseconds
<<11121314151617181920>>