Home
last modified time | relevance | path

Searched defs:litConfig (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/utils/lit/lit/formats/
H A Dbase.py9 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 Dgoogletest.py31 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 Dshtest.py28 def execute(self, test, litConfig): argument
/llvm-project/libcxx/utils/libcxx/test/
H A Dformat.py35 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 Dgooglebenchmark.py
/llvm-project/llvm/utils/lit/lit/
H A Ddiscovery.py28 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 DTestingConfig.py11 def fromdefaults(litConfig): argument
117 load_from_path(self, path, litConfig) global() argument
217 finish(self, litConfig) global() argument
[all...]
H A DTestRunner.py1035 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 DManyTests.py8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
13 def execute(self, test, litConfig): argument
/llvm-project/lldb/test/API/
H A Dlldbtest.py16 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
35 def execute(self, test, litConfig): argument
/llvm-project/clang/test/Analysis/
H A Danalyzer_test.py10 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 Dcustom_format.py5 def getTestsForPath(self, testSuite, path_in_suite, litConfig, localConfig): argument