Lines Matching refs:DATA_DIR
289 if not os.path.isdir(os.path.join(DATA_DIR, '.git')):
291 git_clone(TEST262_JIT_GIT_URL, DATA_DIR)
292 git_checkout(TEST262_JIT_GIT_HASH, DATA_DIR)
294 git_clone(SENDABLE_GIT_URL, DATA_DIR)
295 git_checkout(SENDABLE_GIT_HASH, DATA_DIR)
297 git_clone(TEST262_GIT_URL, DATA_DIR)
298 git_checkout(TEST262_GIT_HASH, DATA_DIR)
301 remove_dir(DATA_DIR)
302 git_clone(TEST262_JIT_GIT_URL, DATA_DIR)
303 git_checkout(TEST262_JIT_GIT_HASH, DATA_DIR)
320 git_clean(DATA_DIR)
322 git_checkout(TEST262_JIT_GIT_HASH, DATA_DIR)
324 git_checkout(SENDABLE_GIT_HASH, DATA_DIR)
326 git_checkout(TEST262_GIT_HASH, DATA_DIR)
415 self.args.dir = os.path.join(DATA_DIR, "test")
418 dstdir = os.path.join(DATA_DIR, "test")
425 srcdir = os.path.join(DATA_DIR, "test", file)
451 origin_dir = os.path.join(DATA_DIR, "test/")
615 git_checkout(ESNEXT_GIT_HASH, DATA_DIR)
618 git_checkout(TEST262_JIT_GIT_HASH, DATA_DIR)
620 git_checkout(TEST262_GIT_HASH, DATA_DIR)
848 global DATA_DIR
850 DATA_DIR = DATA_DIR.replace("/","\\")
853 test_cmd.append(f"--test262Dir={DATA_DIR}")