/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
H A D | base.py | 14 litConfig, localConfig): argument 52 litConfig, localConfig): argument 85 def execute(self, test, litConfig): argument 124 def execute(self, test, litConfig): argument
|
H A D | googletest.py | 27 def getGTestTests(self, path, litConfig, localConfig): argument 93 litConfig, localConfig): argument 109 def execute(self, test, litConfig): argument
|
H A D | shtest.py | 26 def execute(self, test, litConfig): argument
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py | 26 def getBenchmarkTests(self, path, litConfig, localConfig): argument 73 litConfig, localConfig): argument 89 def execute(self, test, litConfig): argument
|
H A D | format.py | 195 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument 218 def execute(self, test, litConfig): argument 294 def _executeShTest(self, test, litConfig, steps): argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | discovery.py | 25 def getTestSuite(item, litConfig, cache): argument 95 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 128 def getTests(path, litConfig, testSuiteCache, argument 143 def getTestsInSuite(ts, path_in_suite, litConfig, argument
|
H A D | TestingConfig.py | 11 def fromdefaults(litConfig): argument 68 def load_from_path(self, path, litConfig): argument 145 def finish(self, litConfig): argument
|
H A D | TestRunner.py | 896 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 970 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 1529 def _runShTest(test, litConfig, useExternalSh, script, tmpBase): argument 1585 def executeShTest(test, litConfig, useExternalSh, argument
|
/netbsd-src/external/apache2/llvm/dist/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
|