Lines Matching defs:join
35 from os.path import dirname, join
109 current_frontend_binary = os.path.join(current_dir, str(args.ark_frontend_binary))
110 test_tool_frontend_binary = os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ark_frontend_binary)
126 current_ark_tool = os.path.join(current_dir, str(args.ark_tool))
127 test_tool_ark_tool = os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ark_tool)
140 current_ark_aot_tool = os.path.join(current_dir, str(args.ark_aot_tool))
141 test_tool_ark_aot_tool = os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ark_aot_tool)
157 stub_path = os.path.join(current_dir, str(args.stub_path))
176 args.ignore_list = str(os.path.join(RegressTestConfig.TEST_TOOL_FILE_DIR, args.ignore_list))
195 libs = [os.path.abspath(os.path.join(current_dir, str(lib))) for lib in libs]
196 args.ld_library_path = ":".join(libs)
204 args.out_dir = os.path.abspath(os.path.join(RegressTestConfig.CURRENT_PATH, args.out_dir))
207 args.regress_out_dir = os.path.join(args.out_dir, "regresstest")
208 args.out_result = os.path.join(args.regress_out_dir, 'result.txt')
209 args.junit_report = os.path.join(args.regress_out_dir, 'report.xml')
210 args.out_log = os.path.join(args.regress_out_dir, 'test.log')
211 args.test_case_out_dir = os.path.join(args.regress_out_dir, RegressTestConfig.REGRESS_GIT_REPO)
254 cmd = " ".join([str(cmd) for cmd in self.command])
263 return "\n".join(result)
282 return "\n".join(result)
323 filename = join(dirname(__file__), test_list_name)
395 if not os.path.isdir(os.path.join(RegressTestConfig.REGRESS_TEST_CASE_DIR, '.git')):
416 test_file_list = os.path.join(RegressTestConfig.REGRESS_TEST_CASE_DIR, self.args.test_file)
420 test_file_list = os.path.join(RegressTestConfig.REGRESS_TEST_CASE_DIR, self.args.test_dir)
428 result.append(str(os.path.join(dir_path, filename)))
438 test.out_path = os.path.dirname(os.path.join(self.out_dir, test.test_id))
459 file_info_path = str(os.path.join(
471 return file_info_path, "\n".join(file_info_content)
478 pool.join()
489 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
504 out_file_path = os.path.join(test_report.out_path, change_extension(test_report.test_id, '.out'))
524 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
565 pool.join()
606 cmd_string = "\n\t".join([str(arg).strip() for arg in cmd_args if arg is not None])
607 msg_cmd = "\n".join([
657 return "\n".join(content)
675 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
734 pool.join()
808 pool.join()
820 os.path.join(test_report.out_path, Utils.get_file_name(test_report.test_id)),
968 result.append(os.path.join(dir_path, filename))
976 expect_output = ''.join(lines)
980 test_file_path = os.path.join(RegressTestConfig.REGRESS_BASE_TEST_DIR, expect_file)
1068 output("\n".join(msg))