Searched refs:testSuite (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/formats/ |
| H A 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)),
|
| H A D | googletest.py | 44 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument 48 source_path = testSuite.getSourcePath(path_in_suite) 72 execpath, testSuite.config.name, 77 yield lit.Test.Test(testSuite, 92 yield lit.Test.Test(testSuite,
|
| /llvm-project-15.0.7/llvm/utils/lit/examples/many-tests/ |
| H A 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)
|
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lldbtest.py | 16 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument 18 source_path = testSuite.getSourcePath(path_in_suite) 32 yield lit.Test.Test(testSuite, path_in_suite +
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A 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,
|
| H A D | format.py | 179 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument 186 sourcePath = testSuite.getSourcePath(pathInSuite) 195 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)
|