Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A 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)),
H A Dgoogletest.py44 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument
48 source_path = testSuite.getSourcePath(path_in_suite)
72 execpath, testSuite.config.name,
77 yield lit.Test.Test(testSuite,
92 yield lit.Test.Test(testSuite,
/llvm-project-15.0.7/llvm/utils/lit/examples/many-tests/
H A DManyTests.py8 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, localConfig): argument
11 yield Test.Test(testSuite, path_in_suite + (test_name,), localConfig)
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py16 def getTestsInDirectory(self, testSuite, path_in_suite, litConfig, argument
18 source_path = testSuite.getSourcePath(path_in_suite)
32 yield lit.Test.Test(testSuite, path_in_suite +
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A 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,
H A Dformat.py179 def getTestsInDirectory(self, testSuite, pathInSuite, litConfig, localConfig): argument
186 sourcePath = testSuite.getSourcePath(pathInSuite)
195 yield lit.Test.Test(testSuite, pathInSuite + (filename,), localConfig)