/third_party/jerryscript/tools/runners/ |
D | run-test-suite-test262.py | 50 args.test_dir = os.path.join(args.test_dir, 'es2015') 52 args.test_dir = os.path.join(args.test_dir, 'es51') 58 if os.path.isdir(os.path.join(args.test_dir, '.git')): 62 'https://gitee.com/Han00000000/test262.git', args.test_dir]) 72 return_code = subprocess.call(['git', 'checkout', git_hash], cwd=args.test_dir) 79 os.path.join(args.test_dir, 'excludelist.xml')) 82 cwd=args.test_dir) 88 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'bestPractice') 92 path_to_remove = os.path.join(args.test_dir, 'test', 'suite', 'intl402') 109 [os.path.join(args.test_dir, 'tools/packaging/test262.py'), [all …]
|
D | run-test-suite.py | 58 def get_tests(test_dir, test_list, skip_list, skip_file): argument 60 if test_dir: 62 for root, _, files in os.walk(test_dir): 105 tests = get_tests(args.test_dir, args.test_list, args.skip_list, args.skip_file) 129 if args.test_dir: 130 summary_list.append(os.path.relpath(args.test_dir))
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
D | BUILD.gn | 25 "//${test_dir}/src/common", 26 "//${test_dir}/src/functionalext/common", 56 "//${test_dir}/src/common", 57 "//${test_dir}/src/functionalext/common", 84 "//${test_dir}/src/common", 85 "//${test_dir}/src/functionalext/common", 89 "//${test_dir}/src/functionalext/unittest", 112 "//${test_dir}/src/common", 113 "//${test_dir}/src/functionalext/common", 144 "//${test_dir}/src/functionalext/common", [all …]
|
/third_party/protobuf/ |
D | build_files_updated_unittest.sh | 51 test_dir="${test_root}/test" 52 cp -R "${golden_dir}" "${test_dir}" 54 cp "update_file_lists.sh" "${test_dir}/update_file_lists.sh" 55 chmod +x "${test_dir}/update_file_lists.sh" 57 bash "${test_dir}/update_file_lists.sh" 61 diff "${golden_dir}/${file}" "${test_dir}/${file}"
|
/third_party/python/Lib/test/test_importlib/ |
D | test_pkg_import.py | 27 self.test_dir = tempfile.mkdtemp() 28 sys.path.append(self.test_dir) 29 self.package_dir = os.path.join(self.test_dir, 36 shutil.rmtree(self.test_dir) 37 self.assertNotEqual(sys.path.count(self.test_dir), 0) 38 sys.path.remove(self.test_dir)
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | screenshot.c | 12 SDLVisualTest_VerifyScreenshots(char* args, char* test_dir, char* verify_dir) in SDLVisualTest_VerifyScreenshots() argument 29 if(!test_dir) in SDLVisualTest_VerifyScreenshots() 77 test_len = SDL_strlen(test_dir) + 32 + 10; in SDLVisualTest_VerifyScreenshots() 92 SDL_snprintf(test_path, test_len - 1, "%s/%s.bmp", test_dir, hash); in SDLVisualTest_VerifyScreenshots() 94 SDL_snprintf(test_path, test_len - 1, "%s/%s_%d.bmp", test_dir, hash, i); in SDLVisualTest_VerifyScreenshots()
|
/third_party/musl/libc-test/ |
D | test_template.gni | 5 test_dir = "${musl_base_dir}/libc-test" 44 "//${test_dir}/src/common", 46 "//${test_dir}/src/functionalext/common", 90 "//${test_dir}/src/math/crlibm", 91 "//${test_dir}/src/math/gen", 92 "//${test_dir}/src/math/sanity", 93 "//${test_dir}/src/math/special", 94 "//${test_dir}/src/math/ucb", 165 include_dirs += [ "//${test_dir}/src/functionalext/common" ] 217 include_dirs += [ "//${test_dir}/src/functionalext/common" ] [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat02.c | 23 static char test_dir[PATH_MAX] = "."; variable 32 {&dir_fd, test_dir, ELOOP}, 33 {&cur_fd, test_dir, ELOOP}, 50 strcat(test_dir, "/test_eloop"); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
D | readdir01.c | 45 DIR *test_dir; in verify_readdir() local 48 test_dir = SAFE_OPENDIR("."); in verify_readdir() 49 while ((ent = SAFE_READDIR(test_dir))) { in verify_readdir()
|
/third_party/elfutils/tests/ |
D | test-subr.sh | 26 test_dir="test-$$" 27 mkdir -p "$test_dir" 28 cd "$test_dir" 38 rm -f $remove_files; cd ..; rmdir $test_dir
|
/third_party/python/Lib/lib2to3/tests/ |
D | support.py | 14 test_dir = os.path.dirname(__file__) variable 15 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) 16 grammar_path = os.path.join(test_dir, "..", "Grammar.txt")
|
/third_party/libsnd/programs/ |
D | test-sndfile-metadata-set.py | 153 test_dir = "programs" variable 157 if os.path.isdir (test_dir): 158 os.chdir (test_dir)
|
/third_party/node/deps/zlib/google/ |
D | zip_unittest.cc | 58 base::FilePath test_dir(FILE_PATH_LITERAL("/test")); in VirtualFileSystem() local 59 base::FilePath foo_txt_path = test_dir.Append(FILE_PATH_LITERAL("foo.txt")); in VirtualFileSystem() 67 base::FilePath bar_dir = test_dir.Append(FILE_PATH_LITERAL("bar")); in VirtualFileSystem() 80 file_tree_[test_dir] = std::vector<DirectoryContentEntry>{ in VirtualFileSystem() 182 base::FilePath test_dir; in TestUnzipFile() local 183 ASSERT_TRUE(GetTestDataDirectory(&test_dir)); in TestUnzipFile() 184 TestUnzipFile(test_dir.Append(filename), expect_hidden_files); in TestUnzipFile()
|
/third_party/flutter/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 58 base::FilePath test_dir(FILE_PATH_LITERAL("/test")); in VirtualFileSystem() local 59 base::FilePath foo_txt_path = test_dir.Append(FILE_PATH_LITERAL("foo.txt")); in VirtualFileSystem() 67 base::FilePath bar_dir = test_dir.Append(FILE_PATH_LITERAL("bar")); in VirtualFileSystem() 80 file_tree_[test_dir] = std::vector<DirectoryContentEntry>{ in VirtualFileSystem() 182 base::FilePath test_dir; in TestUnzipFile() local 183 ASSERT_TRUE(GetTestDataDirectory(&test_dir)); in TestUnzipFile() 184 TestUnzipFile(test_dir.Append(filename), expect_hidden_files); in TestUnzipFile()
|
/third_party/skia/third_party/externals/zlib/google/ |
D | zip_unittest.cc | 59 base::FilePath test_dir(FILE_PATH_LITERAL("/test")); in VirtualFileSystem() local 60 base::FilePath foo_txt_path = test_dir.Append(FILE_PATH_LITERAL("foo.txt")); in VirtualFileSystem() 68 base::FilePath bar_dir = test_dir.Append(FILE_PATH_LITERAL("bar")); in VirtualFileSystem() 81 file_tree_[test_dir] = std::vector<DirectoryContentEntry>{ in VirtualFileSystem() 183 base::FilePath test_dir; in TestUnzipFile() local 184 ASSERT_TRUE(GetTestDataDirectory(&test_dir)); in TestUnzipFile() 185 TestUnzipFile(test_dir.Append(filename), expect_hidden_files); in TestUnzipFile()
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 75 struct cgroup_dir test_dir; member 675 cgroup_dir_mk(&root->ltp_dir, cgroup_test_dir, &root->test_dir); in tst_cgroup_require() 709 if (root->test_dir.dir_fd > 0) in close_path_fds() 710 SAFE_CLOSE(root->test_dir.dir_fd); in close_path_fds() 762 if (!root->test_dir.dir_name) in tst_cgroup_cleanup() 766 root->test_dir.dir_fd, root->drain_dir.dir_fd); in tst_cgroup_cleanup() 767 SAFE_UNLINKAT(root->ltp_dir.dir_fd, root->test_dir.dir_name, in tst_cgroup_cleanup() 1062 return cgroup_group_from_roots(offsetof(struct cgroup_root, test_dir)); in tst_cgroup_get_test_group()
|
/third_party/skia/third_party/externals/tint/tools/ |
D | run_tests.py | 219 input_path = os.path.join(self.options.test_dir, filename) 228 for file_dir, _, filename_list in os.walk(self.options.test_dir): 240 os.path.join(self.options.test_dir, failure_filename))
|
/third_party/skia/third_party/externals/brotli/python/tests/ |
D | _test_utils.py | 14 test_dir = os.path.join(project_dir, 'tests') variable 35 TESTDATA_DIR = os.path.join(test_dir, 'testdata')
|
/third_party/python/Lib/test/ |
D | test_readline.py | 273 with temp_dir() as test_dir: 274 inputrc = os.path.join(test_dir, "inputrc") 278 history_file = os.path.join(test_dir, "history")
|
D | test_pydoc.py | 730 with os_helper.temp_cwd() as test_dir: 731 init_path = os.path.join(test_dir, 'foomod42.py') 747 with os_helper.temp_cwd() as test_dir: 748 self.assertFalse(pydoc.ispackage(test_dir)) 751 with os_helper.temp_cwd() as test_dir: 752 init_path = os.path.join(test_dir, '__init__.py') 754 self.assertTrue(pydoc.ispackage(test_dir)) 884 self.test_dir = os.mkdir(TESTFN)
|
/third_party/lz4/tests/ |
D | test-lz4-abi.py | 69 test_dir = base_dir + '/tests' variable 116 os.chdir(test_dir)
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/include/ |
D | SDL_visualtest_screenshot.h | 43 int SDLVisualTest_VerifyScreenshots(char* args, char* test_dir, char* verify_dir);
|
/third_party/vk-gl-cts/external/amber/src/tests/ |
D | run_tests.py | 379 input_path = os.path.join(self.options.test_dir, filename) 390 for file_dir, _, filename_list in os.walk(self.options.test_dir):
|
/third_party/rust/crates/rustix/tests/fs/ |
D | dir.rs | 2 fn test_dir() { in test_dir() function
|
/third_party/e2fsprogs/ |
D | 0012-tests-skip-m_rootdir_acl-if-selinux-is-not-disabled.patch | 27 EXP=$test_dir/expect
|