Searched refs:test_root (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 119 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 D | test_result.py | 123 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 D | is_empty.pass.cpp | 56 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 D | copy_file_large.pass.cpp | 48 if (space(env.test_root).available < 3 * test_file_size) { in TEST_CASE()
|
| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | lit.cfg | 38 config.substitutions.append( ('%test_root', config.test_exec_root ) )
|
| H A D | order-files.lit.cfg | 45 config.substitutions.append( ('%test_root', config.test_exec_root ) )
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | imdrover.h | 71 bool test_root(testspec_t* t, FILE* ofp);
|
| H A D | imtest.c | 121 {"root", 3, 1, test_root}, /* r3 = r1^(1/v(r2)) */
|
| H A D | imdrover.c | 821 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 D | create_directory_with_attributes.pass.cpp | 67 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 D | copy.pass.cpp | 81 const path t = env.test_root; in TEST_CASE()
|