Searched refs:getTestsInSuite (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | discovery.py | 139 return ts, getTestsInSuite(ts, path_in_suite, litConfig, 142 def getTestsInSuite(ts, path_in_suite, litConfig, function 235 subiter = getTestsInSuite(sub_ts, subpath_in_suite, litConfig, 239 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
|