HomeSort by relevance Sort by last modified time
    Searched refs:nottests (Results 1 - 8 of 8) sorted by null

  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 53 NOTTESTS = set()
61 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
66 others = set(stdtests) | nottests
main.py 16 STDTESTS, NOTTESTS, PASSED, FAILED, ENV_CHANGED, SKIPPED, RESOURCE_DENIED,
199 nottests = NOTTESTS.copy()
204 nottests.add(arg)
212 alltests = findtests(self.ns.testdir, stdtests, nottests)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 414 nottests = NOTTESTS.copy()
419 nottests.add(arg)
432 alltests = findtests(testdir, stdtests, nottests)
675 NOTTESTS = {
681 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
686 others = set(stdtests) | nottests
    [all...]
  /external/python/cpython2/Lib/test/
regrtest.py 427 nottests = NOTTESTS.copy()
432 nottests.add(arg)
446 alltests = findtests(testdir, stdtests, nottests)
709 NOTTESTS = {
715 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
720 others = set(stdtests) | nottests
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 415 nottests = NOTTESTS.copy()
420 nottests.add(arg)
433 alltests = findtests(testdir, stdtests, nottests)
678 NOTTESTS = {
684 def findtests(testdir=None, stdtests=STDTESTS, nottests=NOTTESTS):
689 others = set(stdtests) | nottests
    [all...]

Completed in 175 milliseconds