Home
last modified time | relevance | path

Searched refs:getSourcePath (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
H A Dbase.py15 source_path = testSuite.getSourcePath(path_in_suite)
55 dir = testSuite.getSourcePath(path_in_suite)
101 cmd.append(test.getSourcePath())
128 out, err, exitCode = lit.util.executeCommand(test.getSourcePath())
H A Dgoogletest.py94 source_path = testSuite.getSourcePath(path_in_suite)
110 testPath,testName = os.path.split(test.getSourcePath())
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DTest.py213 def getSourcePath(self, components): member in TestSuite
293 return self.getSourcePath()
295 def getSourcePath(self): member in Test
296 return self.suite.getSourcePath(self.path_in_suite)
402 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
H A Ddiscovery.py104 source_path = ts.getSourcePath(path_in_suite)
147 source_path = ts.getSourcePath(path_in_suite)
H A DTestRunner.py1100 sourcepath = test.getSourcePath()
1491 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py74 source_path = testSuite.getSourcePath(path_in_suite)
90 testPath,testName = os.path.split(test.getSourcePath())
H A Dformat.py202 sourcePath = testSuite.getSourcePath(pathInSuite)
214 with open(test.getSourcePath(), 'rb') as f:
H A Ddsl.py95 with open(test.getSourcePath(), 'w') as sourceFile:
114 with open(test.getSourcePath(), 'w') as source:
188 with open(test.getSourcePath(), 'w') as sourceFile:
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py15 source_path = test.getSourcePath()