Lines Matching refs:runner_
571 def find_perms(runner_, ids=[], **args):
578 cmd = runner_ + ['--list-cases'] + ids
608 cmd = runner_ + ['--list-case-paths'] + ids
649 def find_path(runner_, id, **args):
652 cmd = runner_ + ['--list-case-paths', id]
680 def find_defines(runner_, id, **args):
682 cmd = runner_ + ['--list-permutation-defines', id]
752 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
758 total_perms) = find_perms(runner_, ids, **args)
781 def run_runner(runner_, ids=[]):
791 cmd = runner_ + ids
846 runner_, m.group('id'), **args)
878 def run_job(runner_, ids=[], start=None, step=None):
886 job_runner = runner_.copy()
905 defines = find_defines(runner_, failure.id, **args)
935 target=run_job, args=(runner_, ids, job, args['jobs']),
939 target=run_job, args=(runner_, ids, None, None),
1002 runner_ = find_runner(runner, **args)
1003 print('using runner: %s' % ' '.join(shlex.quote(c) for c in runner_))
1008 total_perms) = find_perms(runner_, bench_ids, **args)
1056 runner_,
1103 ' '.join(shlex.quote(c) for c in runner_),
1107 path, lineno = find_path(runner_, failure.id, **args)
1108 defines = find_defines(runner_, failure.id, **args)
1145 cmd = runner_ + [failure.id]
1150 path, lineno = find_path(runner_, failure.id, **args)
1157 path, lineno = find_path(runner_, failure.id, **args)