Home
last modified time | relevance | path

Searched refs:BASE_OUT_DIR (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/test262/
Drun_test262.py167 remove_dir(BASE_OUT_DIR)
222 self.out_dir = BASE_OUT_DIR
288 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es51")
290 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2015")
292 self.out_dir = os.path.join(BASE_OUT_DIR, "test_intl")
294 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2021")
296 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2022")
298 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2023")
300 self.out_dir = os.path.join(BASE_OUT_DIR, "test_CI")
302 self.out_dir = os.path.join(BASE_OUT_DIR, "test")
[all …]
Dconfig.py29 BASE_OUT_DIR = os.path.join("out", "test262") variable
Drun_sunspider.py263 output_file = os.path.splitext(dependency.replace(DATA_DIR, BASE_OUT_DIR))[0]
300 output_file = os.path.splitext(dependency.replace(DATA_DIR, BASE_OUT_DIR))[0]
379 search_dir = os.path.dirname(js_file.replace(BASE_OUT_DIR, DATA_DIR))