Searched refs:stdoutfile (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
D | restricted_trace_gold_tests.py | 128 def run_wrapper(args, cmd, env, stdoutfile=None): argument 130 return xvfb.run_executable(cmd, env, stdoutfile=stdoutfile) 132 return test_env.run_command_with_output(cmd, env=env, stdoutfile=stdoutfile)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | run_gtest_angle_test.py | 110 rc = xvfb.run_executable(cmd, env, stdoutfile=tempfile_path) 112 rc = test_env.run_command_with_output(cmd, env=env, stdoutfile=tempfile_path)
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | run_perf_tests.py | 78 def run_command_with_output(argv, stdoutfile, env=None, cwd=None, log=True): argument 79 assert stdoutfile 80 with io.open(stdoutfile, 'wb') as writer: 95 exit_code = xvfb.run_executable(cmd, env, stdoutfile=tempfile_path) 97 exit_code = run_command_with_output(cmd, env=env, stdoutfile=tempfile_path, log=False)
|