Home
last modified time | relevance | path

Searched refs:ESHOST_DIR (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/test262/
H A Drun_test262.py305 if not os.path.isdir(os.path.join(ESHOST_DIR, '.git')):
306 git_clone(ESHOST_GIT_URL, ESHOST_DIR)
307 git_checkout(ESHOST_GIT_HASH, ESHOST_DIR)
308 git_apply('../eshost.patch', ESHOST_DIR)
310 npm_install(ESHOST_DIR)
329 remove_file(os.path.join(ESHOST_DIR, "lib/agents/panda.js"))
330 remove_file(os.path.join(ESHOST_DIR, "runtimes/panda.js"))
332 git_clean(ESHOST_DIR)
333 git_apply("../eshost.patch", ESHOST_DIR)
H A Dconfig.py31 ESHOST_DIR = os.path.join("test262", "eshost") variable

Completed in 2 milliseconds