Searched refs:tmpDir (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | format.py | 23 tmpDir, _ = lit.TestRunner.getTempPaths(test) 25 tmpDir = os.path.join(tmpDir, testName + '.dir') 26 tmpBase = os.path.join(tmpDir, 't') 27 return tmpDir, tmpBase 50 tmpDir, tmpBase = _getTempPaths(test) 51 substitutions = lit.TestRunner.getDefaultSubstitutions(test, tmpDir, tmpBase)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | error-opening-directory.test | 8 # RUN: mkdir -p %t/tmpDir 9 # RUN: not llvm-ar p %t/tmpDir 2>&1 | \ 10 # RUN: FileCheck %s --check-prefix=IS-DIR -DARCHIVE=%t/tmpDir -DMSG=%errc_EISDIR
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | TestRunner.py | 1130 tmpDir = os.path.join(execdir, 'Output') 1131 tmpBase = os.path.join(tmpDir, execbase) 1132 return tmpDir, tmpBase 1141 def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False): argument 1149 tmpDir = tmpDir.replace('\\', '/') 1162 ('%T', tmpDir)]) 1176 ('%/T', tmpDir.replace('\\', '/')), 1195 regex_escape(tmpDir.replace('\\', '/'))), 1205 ('%:T', colonNormalizePath(tmpDir)), 1738 tmpDir, tmpBase = getTempPaths(test) [all …]
|