Lines Matching refs:runner_
588 def find_perms(runner_, ids=[], **args):
595 cmd = runner_ + ['--list-cases'] + ids
625 cmd = runner_ + ['--list-case-paths'] + ids
666 def find_path(runner_, id, **args):
669 cmd = runner_ + ['--list-case-paths', id]
697 def find_defines(runner_, id, **args):
699 cmd = runner_ + ['--list-permutation-defines', id]
769 def run_stage(name, runner_, ids, stdout_, trace_, output_, **args):
775 total_perms) = find_perms(runner_, ids, **args)
793 def run_runner(runner_, ids=[]):
801 cmd = runner_ + ids
853 runner_, m.group('id'), **args)
883 def run_job(runner_, ids=[], start=None, step=None):
891 job_runner = runner_.copy()
910 defines = find_defines(runner_, failure.id, **args)
941 target=run_job, args=(runner_, ids, job, args['jobs']),
945 target=run_job, args=(runner_, ids, None, None),
1008 runner_ = find_runner(runner, **args)
1009 print('using runner: %s' % ' '.join(shlex.quote(c) for c in runner_))
1014 total_perms) = find_perms(runner_, test_ids, **args)
1058 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)
1148 cmd = runner_ + [failure.id]
1153 path, lineno = find_path(runner_, failure.id, **args)
1160 path, lineno = find_path(runner_, failure.id, **args)
1166 path, lineno = find_path(runner_, failure.id, **args)
1178 path, lineno = find_path(runner_, failure.id, **args)
1190 path, lineno = find_path(runner_, failure.id, **args)