Searched defs:litConfig (Results 1 – 6 of 6) sorted by relevance
/external/llvm/utils/lit/lit/formats/ |
D | googletest.py | 21 def getGTestTests(self, path, litConfig, localConfig): argument 62 litConfig, localConfig): argument 72 litConfig, localConfig): argument 93 def execute(self, test, litConfig): argument
|
D | base.py | 15 litConfig, localConfig): argument 53 litConfig, localConfig): argument 86 def execute(self, test, litConfig): argument
|
D | shtest.py | 10 def execute(self, test, litConfig): argument
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 21 def getTestSuite(item, litConfig, cache): argument 76 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 109 def getTests(path, litConfig, testSuiteCache, localConfigCache): argument 123 def getTestsInSuite(ts, path_in_suite, litConfig, argument
|
D | TestingConfig.py | 12 def fromdefaults(litConfig): argument 68 def load_from_path(self, path, litConfig): argument 129 def finish(self, litConfig): argument
|
D | TestRunner.py | 236 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 266 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 469 def executeShTest(test, litConfig, useExternalSh, argument
|