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

  /external/llvm/utils/lit/lit/
discovery.py 76 def getLocalConfig(ts, path_in_suite, litConfig, cache):
77 def search1(path_in_suite):
79 if not path_in_suite:
82 parent = search(path_in_suite[:-1])
85 source_path = ts.getSourcePath(path_in_suite)
100 def search(path_in_suite):
101 key = (ts, path_in_suite)
104 cache[key] = res = search1(path_in_suite)
107 return search(path_in_suite)
111 ts,path_in_suite = getTestSuite(path, litConfig, testSuiteCache
    [all...]
Test.py 170 def __init__(self, suite, path_in_suite, config, file_path = None):
172 self.path_in_suite = path_in_suite
198 return self.suite.config.name + ' :: ' + '/'.join(self.path_in_suite)
206 return self.suite.getSourcePath(self.path_in_suite)
209 return self.suite.getExecPath(self.path_in_suite)
239 test_name = self.path_in_suite[-1]
240 test_path = self.path_in_suite[:-1]
main.py 318 ts_tests.sort(key = lambda test: test.path_in_suite)
  /external/llvm/utils/lit/lit/formats/
base.py 14 def getTestsInDirectory(self, testSuite, path_in_suite,
16 source_path = testSuite.getSourcePath(path_in_suite)
27 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
52 def getTestsInDirectory(self, testSuite, path_in_suite,
56 dir = testSuite.getSourcePath(path_in_suite)
77 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
googletest.py 64 # Note: path_in_suite should not include the executable name.
65 def getTestsInExecutable(self, testSuite, path_in_suite, execpath,
72 testPath = path_in_suite + (basename, testname)
75 def getTestsInDirectory(self, testSuite, path_in_suite,
77 source_path = testSuite.getSourcePath(path_in_suite)
84 dirpath_in_suite = path_in_suite + (filename, )
93 testSuite, path_in_suite, filepath,
  /external/libcxx/test/libcxx/test/
format.py 33 def getTestsInDirectory(self, testSuite, path_in_suite,
35 source_path = testSuite.getSourcePath(path_in_suite)
45 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
58 name = test.path_in_suite[-1]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 33 def getTestsInDirectory(self, testSuite, path_in_suite,
35 source_path = testSuite.getSourcePath(path_in_suite)
45 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
58 name = test.path_in_suite[-1]

Completed in 96 milliseconds