Searched refs:pathInSuite (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | format.py | 195 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument 202 sourcePath = testSuite.getSourcePath(pathInSuite) 211 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)
|
H A D | dsl.py | 80 pathInSuite = [os.path.relpath(tmp.name, sourceRoot)] 84 return TestWrapper(suite, pathInSuite, config)
|