Home
last modified time | relevance | path

Searched refs:pathInSuite (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dformat.py195 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument
202 sourcePath = testSuite.getSourcePath(pathInSuite)
211 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)
H A Ddsl.py80 pathInSuite = [os.path.relpath(tmp.name, sourceRoot)]
84 return TestWrapper(suite, pathInSuite, config)