Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.py48 source_path = testSuite.getSourcePath(path_in_suite)
101 testPath,testName = os.path.split(test.getSourcePath())
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTest.py213 def getSourcePath(self, components): member in TestSuite
297 return self.getSourcePath()
299 def getSourcePath(self): member in Test
300 return self.suite.getSourcePath(self.path_in_suite)
409 parsed = lit.TestRunner._parseKeywords(self.getSourcePath(), require_script=False)
H A Ddiscovery.py103 source_path = ts.getSourcePath(path_in_suite)
146 source_path = ts.getSourcePath(path_in_suite)
H A DTestRunner.py1142 sourcepath = test.getSourcePath()
1629 parsed = _parseKeywords(test.getSourcePath(), additional_parsers,
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/
H A DTestFreeBSDKernelVMCore.py17 src = self.getSourcePath(src_filename)
23 src = self.getSourcePath(src_filename)
/llvm-project-15.0.7/lldb/test/API/
H A Dlldbtest.py18 source_path = testSuite.getSourcePath(path_in_suite)
45 testPath, testFile = os.path.split(test.getSourcePath())
/llvm-project-15.0.7/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 Ddsl.py147 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 Dformat.py186 sourcePath = testSuite.getSourcePath(pathInSuite)
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuAPI.py17 main_c = lldb.SBFileSpec(self.getSourcePath("main.c"))
H A DTestQemuLaunch.py39 source=self.getSourcePath("qemu.py")))
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/missing-module-sources/
H A DTestStdModuleSourcesMissing.py26 shutil.copytree(self.getSourcePath("root"), target_sysroot)
/llvm-project-15.0.7/lldb/test/API/driver/job_control/
H A DTestJobControl.py18 run_under = [sys.executable, self.getSourcePath('shell.py')]
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/xunit-output/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/modules-import/
H A DTestCXXModulesImport.py19 shutil.copyfile(self.getSourcePath(os.path.join('Inputs', f)),
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/test-data-micro/
H A Ddummy_format.py15 source_path = test.getSourcePath()
/llvm-project-15.0.7/lldb/test/API/macosx/DBGSourcePathRemapping/
H A DTestDSYMSourcePathRemapping.py14 inputs = self.getSourcePath('Inputs')
/llvm-project-15.0.7/lldb/test/API/python_api/symbol-context/
H A DTestSymbolContext.py63 substrs=[self.getSourcePath('main.c')])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/module/
H A DTestVSCode_module.py84 main_source_path = self.getSourcePath(source)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/
H A DTestMiniDumpUUID.py315 self.getSourcePath("relative_module_name.yaml"))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py705 def getSourcePath(self, name): member in Base