Lines Matching full:suites
62 # Map of test name synonyms to lists of test suites. Should be ordered by
63 # expected runtimes (suites with slow test cases first). These groups are
695 # suites as otherwise filters would break.
710 suites = []
715 suites.append(suite)
718 for s in suites:
724 for s in suites:
729 code = Execute(arch, mode, args, options, suites)
736 def Execute(arch, mode, args, options, suites):
795 # Find available test suites and read test cases from them.
818 for s in suites:
903 runner = network_execution.NetworkedRunner(suites, progress_indicator,
906 runner = execution.Runner(suites, progress_indicator, ctx)
912 verbose.PrintTestDurations(suites, overall_duration)