Searched defs:path_in_suite (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/utils/lit/lit/ |
H A D | discovery.py | 99 def getLocalConfig(ts, path_in_suite, litConfig, cache): argument 100 def search1(path_in_suite): argument 123 def search(path_in_suite): argument 153 ts, path_in_suite, litConfig, testSuiteCache, localConfigCache argument
|
H A D | Test.py | 230 self, suite, path_in_suite, config, file_path=None, gtest_json_file=None argument
|
/llvm-project/llvm/utils/lit/lit/formats/ |
H A D | base.py | 9 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
|
H A D | googletest.py | 50 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
|
/llvm-project/llvm/utils/lit/tests/Inputs/discovery-getTestsForPath/ |
H A D | custom_format.py | 5 def getTestsForPath(self, testSuite, path_in_suite, litConfig, localConfig): argument
|
/llvm-project/llvm/utils/lit/examples/many-tests/ |
H A D | ManyTests.py | 8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
|
/llvm-project/lldb/test/API/ |
H A D | lldbtest.py | 16 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py |
|