Searched refs:BASE_OUT_DIR (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/test262/ |
H A D | run_test262.py | 212 remove_dir(BASE_OUT_DIR) 280 self.out_dir = BASE_OUT_DIR 372 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es51") 374 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2015") 376 self.out_dir = os.path.join(BASE_OUT_DIR, "test_intl") 378 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2021") 380 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2022") 382 self.out_dir = os.path.join(BASE_OUT_DIR, "test_es2023") 384 self.out_dir = os.path.join(BASE_OUT_DIR, "test_CI") 386 self.out_dir = os.path.join(BASE_OUT_DIR, "test_sendabl [all...] |
H A D | config.py | 34 BASE_OUT_DIR = os.path.join("out", "test262") variable
|
H A D | run_sunspider.py | 254 output_file = os.path.splitext(dependency.replace(DATA_DIR, BASE_OUT_DIR))[0] 291 output_file = os.path.splitext(dependency.replace(DATA_DIR, BASE_OUT_DIR))[0] 444 search_dir = os.path.dirname(js_file.replace(BASE_OUT_DIR, DATA_DIR)) 465 # In some cases of circular reference, the js file will be from BASE_OUT_DIR, remove it
|
Completed in 3 milliseconds