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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_structmembers.py 55 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")
test_platform.py 130 @unittest.skipUnless(sys.platform.startswith('win'), "windows only test")
199 @unittest.skipUnless(sys.platform == 'darwin', "OSX only test")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_skipping.py 33 op_table = ((unittest.skipUnless, False, True),
  /external/bart/tests/
test_sched_assert.py 26 @unittest.skipUnless(utils_tests.trace_cmd_installed(),
  /external/python/cpython2/Lib/distutils/tests/
test_bdist_dumb.py 45 @unittest.skipUnless(zlib, "requires zlib")
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
support.py 57 return unittest.skipUnless(tcl_version >= version,
  /external/python/cpython2/Lib/test/
test_heapq.py 7 from unittest import TestCase, skipUnless
22 @skipUnless(c_heapq, 'requires _heapq')
228 @skipUnless(c_heapq, 'requires _heapq')
404 @skipUnless(c_heapq, 'requires _heapq')
test_netrc.py 104 @unittest.skipUnless(os.name == 'posix', 'POSIX only test')
test_structmembers.py 57 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")
  /kernel/tests/net/test/
bpf_test.py 147 @unittest.skipUnless(HAVE_EBPF_SUPPORT,
229 @unittest.skipUnless(HAVE_EBPF_ACCOUNTING,
253 @unittest.skipUnless(HAVE_EBPF_ACCOUNTING,
278 @unittest.skipUnless(HAVE_EBPF_ACCOUNTING,
tcp_nuke_addr_test.py 71 @unittest.skipUnless(net_test.LINUX_VERSION >= (4, 4, 0), "grace period")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_heapq.py 7 from unittest import TestCase, skipUnless
22 @skipUnless(c_heapq, 'requires _heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
395 @skipUnless(c_heapq, 'requires _heapq')
test_mimetypes.py 68 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_structmembers.py 55 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_heapq.py 7 from unittest import TestCase, skipUnless
22 @skipUnless(c_heapq, 'requires _heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
395 @skipUnless(c_heapq, 'requires _heapq')
test_mimetypes.py 68 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_structmembers.py 55 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 45 @unittest.skipUnless(zlib, "requires zlib")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_heapq.py 7 from unittest import TestCase, skipUnless
22 @skipUnless(c_heapq, 'requires _heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
395 @skipUnless(c_heapq, 'requires _heapq')
test_mimetypes.py 68 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_structmembers.py 55 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_dumb.py 45 @unittest.skipUnless(zlib, "requires zlib")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_heapq.py 7 from unittest import TestCase, skipUnless
22 @skipUnless(c_heapq, 'requires _heapq')
219 @skipUnless(c_heapq, 'requires _heapq')
395 @skipUnless(c_heapq, 'requires _heapq')
test_mimetypes.py 68 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_structmembers.py 55 @unittest.skipUnless(hasattr(ts, "T_LONGLONG"), "long long not present")

Completed in 1382 milliseconds

1 2 3 4 56 7 8 91011>>