Searched refs:getSourcePath (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/ |
H A D | base.py | 15 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 D | googletest.py | 49 source_path = testSuite.getSourcePath(path_in_suite) 108 testPath,testName = os.path.split(test.getSourcePath())
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | Test.py | 213 def getSourcePath(self, components): member in TestSuite 296 return self.getSourcePath() 298 def getSourcePath(self): member in Test 299 return self.suite.getSourcePath(self.path_in_suite) 405 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
|
H A D | discovery.py | 103 source_path = ts.getSourcePath(path_in_suite) 146 source_path = ts.getSourcePath(path_in_suite)
|
H A D | TestRunner.py | 1142 sourcepath = test.getSourcePath() 1886 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
|
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/ |
H A D | googlebenchmark.py | 74 source_path = testSuite.getSourcePath(path_in_suite) 90 testPath,testName = os.path.split(test.getSourcePath())
|
H A D | dsl.py | 147 with open(test.getSourcePath(), 'w') as sourceFile: 165 with open(test.getSourcePath(), 'w') as source: 278 with open(test.getSourcePath(), 'w') as sourceFile:
|
H A D | format.py | 195 sourcePath = testSuite.getSourcePath(pathInSuite)
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/ |
H A D | dummy_format.py | 15 source_path = test.getSourcePath()
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 719 def getSourcePath(self, name): member in Base
|