Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/test/API/arm/emulation/
H A DTestEmulations.py15 test_dir = os.path.join(self.getSourceDir(), "new-test-files")
16 files = os.listdir(test_dir)
23 test_file = os.path.join(test_dir, f)
28 test_dir = os.path.join(self.getSourceDir(), "new-test-files")
29 files = os.listdir(test_dir)
36 test_file = os.path.join(test_dir, f)
/llvm-project/lldb/unittests/Target/
H A DLocateModuleCallbackTest.cpp80 FileSpec test_dir = HostInfo::GetProcessTempDir(); in GetTestDir() local
81 test_dir.AppendPathComponent(std::string(info->test_case_name()) + "-" + in GetTestDir()
83 std::error_code ec = llvm::sys::fs::create_directory(test_dir.GetPath()); in GetTestDir()
85 return test_dir; in GetTestDir()
103 void BuildEmptyCacheDir(const FileSpec &test_dir) { in BuildEmptyCacheDir() argument
104 FileSpec cache_dir(test_dir); in BuildEmptyCacheDir()
111 FileSpec BuildCacheDir(const FileSpec &test_dir) { in BuildCacheDir() argument
112 FileSpec uuid_view = GetUuidView(test_dir); in BuildCacheDir()
126 FileSpec BuildCacheDirWithSymbol(const FileSpec &test_dir) { in BuildCacheDirWithSymbol() argument
127 FileSpec uuid_view = BuildCacheDir(test_dir); in BuildCacheDirWithSymbol()
135 BuildCacheDirWithBreakpadSymbol(const FileSpec & test_dir) BuildCacheDirWithBreakpadSymbol() argument
[all...]
/llvm-project/compiler-rt/test/asan/Unit/
H A Dlit.site.cfg.py.in24 test_dir = "@CONFIG_NAME_DYNAMIC@"
26 test_dir = "@CONFIG_NAME@"
28 "lib", "asan", "tests", test_dir)
43 test_dir = "@CONFIG_NAME_DYNAMIC@" global() variable
45 test_dir = "@CONFIG_NAME@" global() variable
/llvm-project/llvm/test/CodeGen/X86/
H A Dbasic-block-sections-clusters-error.ll15 ; RUN: echo '!dummy2 M=test_dir/test_file' > %t5
16 ; RUN: echo '!dummy2 M=test_dir/test_file' >> %t5
79 !1 = !DIFile(filename: "test_dir/test_file", directory: "test_dir")
/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
H A Ddarwin.py93 test_dir = os.path.dirname(builder_dir)
101 entitlements = os.path.join(test_dir, "make", entitlements_file)
/llvm-project/llvm/utils/gn/secondary/compiler-rt/test/lsan/
H A DBUILD.gn61 test_dir = rebase_path(
64 args += [ test_dir + "/${crt_current_target_arch}AsanConfig" ]
/llvm-project/mlir/test/Integration/Dialect/SparseTensor/python/
H A Dtest_output.py104 with tempfile.TemporaryDirectory() as test_dir:
105 out = os.path.join(test_dir, "out.tns")
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/tools/
H A DTestToolBase.py141 def _run_test(self, test_dir): argument
/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc128 static int test_dir(char ret[PATH_MAX], const char *dir, const char *bin) {
151 if (test_dir(ret, "/", bin) == 0)
161 if (test_dir(ret, cwd, bin) == 0)
176 if (test_dir(ret, t, bin) == 0) {
/llvm-project/clang-tools-extra/test/clang-doc/
H A Dbasic-project.test2 // RUN: sed 's|$test_dir|%/S|g' %S/Inputs/basic-project/database_template.json > %t/build/compile_commands.json