Lines Matching full:f
186 raise ValueError(f'Not found: "{path}"')
199 raise SystemExit(f'{file} can not found in {src_dir}')
536 host_args = f"-B test262/run_sunspider.py "
537 host_args += f"--ark-tool={ark_tool} "
539 host_args += f"--ark-aot "
540 host_args += f"--ark-aot-tool={ark_aot_tool} "
541 host_args += f"--libs-dir={libs_dir} "
542 host_args += f"--ark-frontend={ark_frontend} "
543 host_args += f"--ark-frontend-binary={ark_frontend_binary} "
544 host_args += f"--opt-level={opt_level} "
545 host_args += f"--es2abc-thread-count={es2abc_thread_count} "
546 host_args += f"--merge-abc-binary={merge_abc_binary} "
547 host_args += f"--merge-abc-mode={merge_abc_mode} "
550 host_args += f"--ark-arch={args.ark_arch} "
551 host_args += f"--ark-arch-root={args.ark_arch_root} "
564 test_cmd.append(f"--hostType={host_type}")
565 test_cmd.append(f"--hostPath={host_path}")
567 test_cmd.append(f"--hostArgs='{host_args}'")
568 test_cmd.append(f"--threads={threads}")
569 test_cmd.append(f"--mode={run_test262_mode(args)}")
570 test_cmd.append(f"--timeout={timeout}")
577 test_cmd.append(f"--tempDir={BASE_OUT_DIR}")
578 test_cmd.append(f"--test262Dir={DATA_DIR}")
600 print(f"used time is: {str(endtime - starttime)}")