Home
last modified time | relevance | path

Searched refs:testSuite (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/utils/lit/lit/formats/
Dbase.py13 def getTestsInDirectory(self, testSuite, path_in_suite, argument
15 source_path = testSuite.getSourcePath(path_in_suite)
26 yield lit.Test.Test(testSuite, path_in_suite + (filename,),
51 def getTestsInDirectory(self, testSuite, path_in_suite, argument
55 dir = testSuite.getSourcePath(path_in_suite)
76 testSuite, path_in_suite + tuple(suffix.split(os.sep)),
Dgoogletest.py45 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument
49 source_path = testSuite.getSourcePath(path_in_suite)
79 execpath, testSuite.config.name,
84 yield lit.Test.Test(testSuite,
99 yield lit.Test.Test(testSuite,
/openbsd/src/gnu/llvm/llvm/utils/lit/examples/many-tests/
DManyTests.py8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
11 yield Test.Test(testSuite, path_in_suite + (test_name,), localConfig)
/openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/
Dgooglebenchmark.py72 def getTestsInDirectory(self, testSuite, path_in_suite, argument
74 source_path = testSuite.getSourcePath(path_in_suite)
86 yield lit.Test.Test(testSuite, testPath, localConfig,
Dformat.py188 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument
195 sourcePath = testSuite.getSourcePath(pathInSuite)
204 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)