Searched refs:testSuite (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/ |
| D | base.py | 13 def getTestsInDirectory(self, testSuite, path_in_suite, argument 15 source_path = testSuite.getSourcePath(path_in_suite) 26 yield lit.Test.Test(testSuite, path_in_suite + (filename,), 51 def getTestsInDirectory(self, testSuite, path_in_suite, argument 55 dir = testSuite.getSourcePath(path_in_suite) 76 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
|
| D | googletest.py | 45 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument 49 source_path = testSuite.getSourcePath(path_in_suite) 79 execpath, testSuite.config.name, 84 yield lit.Test.Test(testSuite, 99 yield lit.Test.Test(testSuite,
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/examples/many-tests/ |
| D | ManyTests.py | 8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument 11 yield Test.Test(testSuite, path_in_suite + (test_name,), localConfig)
|
| /openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/ |
| D | googlebenchmark.py | 72 def getTestsInDirectory(self, testSuite, path_in_suite, argument 74 source_path = testSuite.getSourcePath(path_in_suite) 86 yield lit.Test.Test(testSuite, testPath, localConfig,
|
| D | format.py | 188 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument 195 sourcePath = testSuite.getSourcePath(pathInSuite) 204 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)
|