Home | History | Annotate | Download | only in tools

Lines Matching full:suites

320   suites = []
325 suites.append(suite)
328 for s in suites:
332 code = Execute(arch, mode, args, options, suites, workspace)
337 def Execute(arch, mode, args, options, suites, workspace):
371 # Find available test suites and read test cases from them.
383 for s in suites:
442 runner = network_execution.NetworkedRunner(suites, progress_indicator,
445 runner = execution.Runner(suites, progress_indicator, ctx)
455 verbose.PrintTestDurations(suites, overall_duration)