Searched refs:getTestsInSuite (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | discovery.py | 140 return ts, getTestsInSuite(ts, path_in_suite, litConfig, 143 def getTestsInSuite(ts, path_in_suite, litConfig, function 236 subiter = getTestsInSuite(sub_ts, subpath_in_suite, litConfig, 240 subiter = getTestsInSuite(ts, subpath, litConfig, testSuiteCache,
|