/llvm-project/llvm/utils/lit/lit/formats/ |
H A D | base.py | 9 def getTestsForPath(self, testSuite, path_in_suite, litConfig, localConfig): argument 25 def getTestsForPath(self, testSuite, path_in_suite, litConfig, localConfig): argument 41 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument 54 def execute(self, test, litConfig): argument
|
H A D | googletest.py | 31 def get_num_tests(self, path, litConfig, localConfig): argument 50 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument 142 def execute(self, test, litConfig): argument [all...] |
H A D | shtest.py | 28 def execute(self, test, litConfig): argument
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | format.py | 35 def _executeScriptInternal(test, litConfig, commands): argument 286 for test in self._generateGenTest(testSuite, pathInSuite, litConfig, localConfig): argument 255 getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig) global() argument 339 _executeShTest(self, test, litConfig, steps) global() argument 358 _generateGenTest(self, testSuite, pathInSuite, litConfig, localConfig) global() argument [all...] |
H A D | googlebenchmark.py |
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | discovery.py | 28 def getTestSuite(item, litConfig, cache): argument 99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 133 def getTests(path, litConfig, testSuiteCache, localConfigCache): argument 153 ts, path_in_suite, litConfig, testSuiteCache, localConfigCache argument
|
H A D | TestingConfig.py | 11 def fromdefaults(litConfig): argument 117 load_from_path(self, path, litConfig) global() argument 217 finish(self, litConfig) global() argument [all...] |
H A D | TestRunner.py | 1035 executeScriptInternal( test, litConfig, tmpBase, commands, cwd, debug=True ) global() argument 1160 executeScript(test, litConfig, tmpBase, commands, cwd) global() argument 2163 _runShTest(test, litConfig, useExternalSh, script, tmpBase) global() argument 2249 executeShTest( test, litConfig, useExternalSh, extra_substitutions=[], preamble_commands=[] ) global() argument [all...] |
/llvm-project/llvm/utils/lit/examples/many-tests/ |
H A D | ManyTests.py | 8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument 13 def execute(self, test, litConfig): argument
|
/llvm-project/lldb/test/API/ |
H A D | lldbtest.py | 16 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument 35 def execute(self, test, litConfig): argument
|
/llvm-project/clang/test/Analysis/ |
H A D | analyzer_test.py | 10 def execute(self, test, litConfig): argument 47 def executeWithAnalyzeSubstitution(self, test, litConfig, substitution): argument
|
/llvm-project/llvm/utils/lit/tests/Inputs/discovery-getTestsForPath/ |
H A D | custom_format.py | 5 def getTestsForPath(self, testSuite, path_in_suite, litConfig, localConfig): argument
|