Home
last modified time | relevance | path

Searched refs:test_root (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h119 scoped_test_env() : test_root(available_cwd_path()) { in scoped_test_env()
123 std::string cmd = "mkdir " + test_root.string(); in scoped_test_env()
125 std::string cmd = "mkdir -p " + test_root.string(); in scoped_test_env()
134 test_root = fs::canonical(test_root); in scoped_test_env()
139 std::string cmd = "rmdir /s /q " + test_root.string(); in ~scoped_test_env()
148 std::string cmd = "chmod -R 777 " + test_root.string(); in ~scoped_test_env()
159 cmd = "rm -rf " + test_root.string(); in ~scoped_test_env()
172 std::string root = test_root.string(); in sanitize_path()
175 fs::path tmp(test_root); in sanitize_path()
304 fs::path test_root; member
[all …]
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py123 from lldbsuite import lldb_test_root as test_root unknown
124 if test_root != os.path.commonprefix([folder, test_root]):
128 while not os.path.samefile(folder, test_root):
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
H A Dis_empty.pass.cpp56 TEST_CHECK(is_empty(env.test_root)); in TEST_CASE()
58 TEST_CHECK(!is_empty(env.test_root)); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file_large.pass.cpp48 if (space(env.test_root).available < 3 * test_file_size) { in TEST_CASE()
/llvm-project-15.0.7/clang/utils/perf-training/
H A Dlit.cfg38 config.substitutions.append( ('%test_root', config.test_exec_root ) )
H A Dorder-files.lit.cfg45 config.substitutions.append( ('%test_root', config.test_exec_root ) )
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimdrover.h71 bool test_root(testspec_t* t, FILE* ofp);
H A Dimtest.c121 {"root", 3, 1, test_root}, /* r3 = r1^(1/v(r2)) */
H A Dimdrover.c821 bool test_root(testspec_t* t, FILE* ofp) { in test_root() function
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/
H A Dcreate_directory_with_attributes.pass.cpp67 permissions(env.test_root, perms::set_gid, perm_options::remove); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp81 const path t = env.test_root; in TEST_CASE()