Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/test/benchmark/
Dutils.py132 tests_dir_path = os.path.join(dir_path, KRAKENBENCHMARK_CASE_PATH, KRAKEN_CASE_PATH)
135 tests_dir_path = os.path.join(dir_path, KRAKENBENCHMARK_CASE_PATH, SUNSPIDER_CASE_PATH)
138 tests_dir_path = dir_path
140 filter_case(case_dir_name, tests_dir_path, dir_path, filter_list)
144 def filter_case(case_dir_name, tests_dir_path, dir_path, case_list): argument
147 for file in os.listdir(tests_dir_path):
148 del_file_paths.append(process_file(file, case_list, dir_path, tests_dir_path))
160 def process_file(file, case_list, dir_path, tests_dir_path): argument
164 need_case_path = os.path.join(tests_dir_path, file)
166 need_case_data_path = os.path.join(tests_dir_path, case_data_file)