Searched refs:tmpBase (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
H A D | format.py | 41 tmpBase = os.path.join(tmpDir, 't') 42 return tmpDir, tmpBase 66 tmpDir, tmpBase = _getTempPaths(test) 67 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase) 305 _, tmpBase = _getTempPaths(test) 307 return lit.TestRunner._runShTest(test, litConfig, useExternalSh, script, tmpBase)
|
H A D | dsl.py | 61 _, tmpBase = libcxx.test.format._getTempPaths(test) 63 for d in (execDir, os.path.dirname(tmpBase)): 66 res = lit.TestRunner.executeScriptInternal(test, litConfig, tmpBase, parsedCommands, execDir)
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
H A D | TestRunner.py | 896 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 970 def executeScript(test, litConfig, tmpBase, commands, cwd): argument 973 script = tmpBase + '.script' 1089 tmpBase = os.path.join(tmpDir, execbase) 1090 return tmpDir, tmpBase 1099 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 1108 tmpBase = tmpBase.replace('\\', '/') 1112 tmpName = tmpBase + '.tmp' 1113 baseName = os.path.basename(tmpBase) 1127 ('%/t', tmpBase.replace('\\', '/') + '.tmp'), [all …]
|