Lines Matching refs:f
141 raise ValueError(f'Not found: "{path}"')
154 raise SystemExit(f'{file} can not found in {src_dir}')
415 host_args = f"-B test262/run_sunspider.py "
416 host_args += f"--ark-tool={ark_tool} "
417 host_args += f"--ark-frontend-tool={ark_frontend_tool} "
418 host_args += f"--libs-dir={libs_dir} "
419 host_args += f"--ark-frontend={ark_frontend} "
422 host_args += f"--ark-arch={args.ark_arch} "
423 host_args += f"--ark-arch-root={args.ark_arch_root} "
436 test_cmd.append(f"--hostType={host_type}")
437 test_cmd.append(f"--hostPath={host_path}")
439 test_cmd.append(f"--hostArgs='{host_args}'")
440 test_cmd.append(f"--threads={threads}")
441 test_cmd.append(f"--mode={run_test262_mode(args)}")
442 test_cmd.append(f"--timeout={timeout}")
443 test_cmd.append(f"--tempDir={BASE_OUT_DIR}")
444 test_cmd.append(f"--test262Dir={DATA_DIR}")
467 print(f"used time is: {str(endtime - starttime)}")